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!
I have been reading the facs and nothing helped me.

you can go to www.karinasensio.com/gallery and see that the pictures do not appear.

Thanks for your help

Karin

 
ckdake
ckdake's picture

Joined: 2004-02-18
Posts: 2258
Posted: Fri, 2006-03-10 01:58
 
Karinasensio

Joined: 2006-03-09
Posts: 2
Posted: Fri, 2006-03-10 22:21

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

 
ckdake
ckdake's picture

Joined: 2004-02-18
Posts: 2258
Posted: Tue, 2006-03-14 06:31

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.