Author Topic: this error in my browser  (Read 6471 times)

0 Members and 1 Guest are viewing this topic.

Offline ramin006

  • Pre-Newbie
  • Posts: 5
    • View Profile
this error in my browser
« on: March 26, 2007, 07:31:37 AM »
hi
I can not use my gallery ,
this error in my browser
Code: [Select]
ERROR
The requested URL could not be retrieved

--------------------------------------------------------------------------------

While trying to retrieve the URL: http://photo.maku-online.com/1index.php

The following error was encountered:

Zero Sized Reply
CacheFORCE did not receive any data for this request.

Your cache administrator is admin@localhost.



--------------------------------------------------------------------------------

Generated Mon, 26 Mar 2007 04:16:37 GMT by CacheFORCE (CF/v3.0)

help please :cry:

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: this error in my browser
« Reply #1 on: March 26, 2007, 02:28:08 PM »
That page 1index has no code on it therefore it's not calling on anything.


Offline ramin006

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: this error in my browser
« Reply #2 on: March 27, 2007, 09:38:58 AM »
 :cry:
 :cry:
Code: [Select]
ERROR
The requested URL could not be retrieved

--------------------------------------------------------------------------------

While trying to retrieve the URL: http://photo.maku-online.com/member.php

The following error was encountered:

Zero Sized Reply
CacheFORCE did not receive any data for this request.

Your cache administrator is admin@localhost.



--------------------------------------------------------------------------------

Generated Tue, 27 Mar 2007 06:34:31 GMT by CacheFORCE (CF/v3.0)

when show this ERROR?

Zero Sized Reply

help please...
 :(

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: this error in my browser
« Reply #3 on: March 27, 2007, 02:32:26 PM »
Not sure what exactly your doing but there is no source code at all on those pages and files.

How are you uploading your files?

Offline shaiba81

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: this error in my browser
« Reply #4 on: March 29, 2007, 05:40:43 AM »
no source code in these page, that why you see this message  :)

Offline ramin006

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: this error in my browser
« Reply #5 on: March 29, 2007, 07:26:44 AM »
my dear friends this gallery is installed from Fantastico
so source all files is correct.

manurom

  • Guest
Re: this error in my browser
« Reply #6 on: March 29, 2007, 09:42:02 AM »
Hello;
try to check what is displayed if you upload a file "index.htm" in your gallery root. Maybe the server tries to serve html pages prior to php pages, but I doubt.

Try also to get errors displayed by changing this line in "global.php":
Code: [Select]
error_reporting(E_ERROR | E_WARNING | E_PARSE);
by:
Code: [Select]
error_reporting(E_ALL);
Fantastico requires certain files and directories to have the following permissions:

NOTE: Depending on your server setup, the files may be in slightly different locations.

Files:
/bin/tar 0755
/bin/gzip 0755
/usr/bin/wget 0700

Directories (create if they do not exist):
/tmp 1777
/usr/local/cpanel/base/tmp 1777
/usr/local/cpanel/3rdparty/tmp 1777
(try to empty all tmp directories)

If nothing works, you may log into the Fantastico Admin area and go to Get/Update Files and upgrade Fantastico (the core files) and the master files (scripts). Then run the Detect/Fix Common Problems item.
I'm not a Fantastico user, but some friends are and faced some light problems with cpanel, but none like yours.
BTW, hope it could help a little and you could succeed.