PDA

View Full Version : When in the managment area (not the main site) I can't access Upload section


R32Bum
8th of March 2006 (Wed), 13:19
I click on it and page can't be displayed. Everything else clicks just fine, and the .php file is still there and accessable, upload just isn't accesabe. Tried from home and from work, its the same

photocroatia
8th of March 2006 (Wed), 17:33
Please post a little more information and any errors you are getting

R32Bum
9th of March 2006 (Thu), 01:55
When I click on the "upload to database button" under "Photos" It goes to a "Page cannot be displayed" instead of the upload page. I have checked the server and the file still exists (EDITOR_upload.php)

http://images.rdefined.com/albums/R32Bum/error.jpg

MikeCaine
9th of March 2006 (Thu), 07:41
Is it worth trying to re-upload the php file again, just in case it's damaged?

BTW, you've shown us what your input directory name is. Don't know if youe meant to do that

R32Bum
9th of March 2006 (Thu), 14:44
I have reuploaded the particular file, I think it may be an issue with permissions

Pekka
9th of March 2006 (Thu), 17:29
If you can PM me info how to reach your server (EE editor address and ftp login info) I can take a look. Do NOT send that info in public.

cferrero
13th of March 2006 (Mon), 13:02
I think this error is caused by the PHP overflow bug. Read this:
http://photography-on-the.net/forum/showthread.php?t=111933

Pekka
13th of March 2006 (Mon), 13:10
I think this error is caused by the PHP overflow bug. Read this:
http://photography-on-the.net/forum/showthread.php?t=111933

R32Bum's problem is not that one (thanks). In his server the script execution just halts in the middle of a simple For loop without any errors given. As if there was an code accelerator which misses rest of the file. When I delete that loop, execution halts on similar arbitraty place later in code. All other pages, even longer in source code, work just fine.

All I can think to try is to upgrade php to newer version (it is rather old one there).

cferrero
14th of March 2006 (Tue), 04:27
Fair enough. I was having exactly the same problem as him and the PHP overflow fix solved it for me.