After migrating to G2 pictures do not show up, (even the new pics I uploaded)
Karinasensio
Joined: 2006-03-09
Posts: 2 |
Posted: Fri, 2006-03-10 00:06 |
hi! you can go to www.karinasensio.com/gallery and see that the pictures do not appear. Thanks for your help Karin |
|
Posts: 2258
FAQ: Thumbnails / resized images don't get generated properly, how can it be fixed?
FAQ: What information is required when I ask for help in the forums?
--
http://ckdake.com/
If you found my help useful, please consider donating to Gallery.
Posts: 2
Hi,
It seems that my problem is related to the available memory that PHP has access to, because I can upload a very small picture.
I have no access to php.ini. I tried to create one, but it does not work.
So I went into htaccess file and tried to paste
php_value memory_limit [80000000]
but it doesn t work either. Where in the htaccess file should I paste it?
thanks for your help
here is the script of my htaccess
# BEGIN Url Rewrite section
# (Automatically generated. Do not edit this section)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /gallery/
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php
RewriteCond %{REQUEST_FILENAME} !main\.php
RewriteRule . - [L]
RewriteCond %{THE_REQUEST} \ /gallery/v/slideshowapplet.html(\?.|\ .)
RewriteCond %{REQUEST_FILENAME} !main\.php
RewriteRule . /gallery/main.php?g2_view=slideshowapplet.SlideshowApplet [QSA,L]
RewriteCond %{THE_REQUEST} \ /gallery/v/slideshow.html(\?.|\ .)
RewriteCond %{REQUEST_FILENAME} !main\.php
RewriteRule . /gallery/main.php?g2_view=slideshow.Slideshow [QSA,L]
RewriteCond %{THE_REQUEST} \ /gallery/admin/(\?.|\ .)
RewriteCond %{REQUEST_FILENAME} !main\.php
RewriteRule . /gallery/main.php?g2_view=core.SiteAdmin [QSA,L]
RewriteCond %{THE_REQUEST} \ /gallery/v/(\?.|\ .)
RewriteCond %{REQUEST_FILENAME} !main\.php
RewriteRule . /gallery/main.php?g2_view=core.ShowItem [QSA,L]
RewriteCond %{THE_REQUEST} \ /gallery/c/view/([0-9]+).html(\?.|\ .)
RewriteCond %{REQUEST_FILENAME} !main\.php
RewriteRule . /gallery/main.php?g2_view=core.ItemAdmin&g2_subView=comment.ShowComments&g2_itemId=%1 [QSA,L]
RewriteCond %{THE_REQUEST} \ /gallery/c/add/([0-9]+).html(\?.|\ .)
RewriteCond %{REQUEST_FILENAME} !main\.php
RewriteRule . /gallery/main.php?g2_view=core.ItemAdmin&g2_subView=comment.AddComment&g2_itemId=%1 [QSA,L]
RewriteCond %{THE_REQUEST} \ /gallery/v/([^?]+)/slideshowapplet.html(\?.|\ .)
RewriteCond %{REQUEST_FILENAME} !main\.php
RewriteRule . /gallery/main.php?g2_view=slideshowapplet.SlideshowApplet&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} \ /gallery/d/([0-9]+)-([0-9]+)/([^\/]+)(\?.|\ .)
RewriteCond %{REQUEST_FILENAME} !main\.php
RewriteRule . /gallery/main.php?g2_view=core.DownloadItem&g2_itemId=%1&g2_serialNumber=%2 [QSA,L]
RewriteCond %{THE_REQUEST} \ /gallery/v/([^?]+)/slideshow.html(\?.|\ .)
RewriteCond %{REQUEST_FILENAME} !main\.php
RewriteRule . /gallery/main.php?g2_view=slideshow.Slideshow&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} \ /gallery/v/([^?]+)(\?.|\ .)
RewriteCond %{REQUEST_FILENAME} !main\.php
RewriteRule . /gallery/main.php?g2_view=core.ShowItem&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} \ /gallery/([^?]+)(\?.|\ .)
RewriteCond %{REQUEST_FILENAME} !main\.php
RewriteRule . /gallery/main.php?g2_controller=migrate.Redirect&g2_path=%1 [QSA,L]
</IfModule>
# END Url Rewrite section
Posts: 2258
shound be ine to have that at the top of your .htaccess. You definitely want more than 8mb so you probably want that number to be a bit bigger. Post a link to your phpinfo page after you modify your .htaccess file so that we can verify that the change worked.
--
http://ckdake.com/
If you found my help useful, please consider donating to Gallery.