PDA

View Full Version : Common errors in using MFHS!


yabsoft
09-04-2006, 03:29 PM
Q1.500 Internal Server Error[CGI Error]
A1:
Reupload cgi files via ASCII mode and chmod to 0755!

Related topics:
Form Upload! (http://yabsoft.com/forum/showthread.php?t=481)
500 Internal Server Error(CGI error) (http://yabsoft.com/forum/showthread.php?t=483)
Premature End of Script Headers Error(CGI Error) (http://yabsoft.com/forum/showthread.php?t=482)

Q2.PHP Fatal error: Incompatible file format: The encoded file has format ID 2003120702, whereas the Optimizer can read up to 2002062301 in /xxx/admin/index.php on line 0
A2:You need upgrade your zend optimizer to the latest version v3.x!

Check Setting Up Zend Optimizer Tutorial (http://www.webhostgear.com/184.html)

Q3.Unable to read xxx bytes in xxx when accessing admin panel
A3:The errors show because encoded php files are uploaded via ASCII mode.You have to upload them via Binary mode

Check Setting Up Zend Optimizer Tutorial (http://www.webhostgear.com/184.html)

Q4.http://site.com/top/1.html shows 404 page
A4:
1.check .htaccess file exists in the root directory and same to the one in the MFHS scripts(Some sites have a default .htaccess file before upload).
2.Inquery your host company that Mod_Rewrite module is installed.the static url Http://site.com/top/1.html (http://site.com/top/1.html) need this module to work!

Q5.copy error:Max Upload Size or Upload directory can not be writen in during uploading files.
A5:Upload error.
Check Upload directory is chmoded to 0777 to store files in it.

Q6.Size x (x) or type x error error during using FTP Upload
A6:Upload error.
the total size of uploaded files are bigger then the max allowed size by admin

Q7.Cannot connect error during using FTP Upload
A7:FTP Upload error.
The ftp host of file can't be connected!check the ftp url is correct.

Q8.Login failed error during using FTP Upload
A8:FTP Upload error.
If the ftp is not anonymous,the username and pasword are required in the ftp url.
the format is :ftp://username : password@ftphost.com/ftpfile (ftp://username:password@ftphost.com/ftpfile)

Q9.Could not get file size error during using FTP Upload
A9:FTP Upload error.
The ftp file may not exist again or the ftp url is invalid!

Q10.Invalid error when accessing to admin panel
A10:If you get this string when you access to admin panel,that means the file license_class/app.php is corrupted.You need reupload this file via Binary mode to fix the error!

Q11.included error when accessing to admin panel
A11:If you get this string when you access to admin panel,that means the admin/index.php is corrupted.You need reupload this file via Binary mode to fix the error!

Q12."Warning: mkdir() [function.mkdir]: Permission denied in /home/path/public_html/admin/phpcipher.bin(229) : eval()'d code on line 29"
A12:
If this error shows on "Template>Language manager>Save new language" page, please chmod /language directory to 0777!
If this error shows on "Template>Template manager>Create new Template" page, please chmod /skin directory to 0777!