Zen Cart Logo
Forums / General Questions / HELP! Errcode 28 & error_log (logger.php)

HELP! Errcode 28 & error_log (logger.php)

Locked

Views: 1,620

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
3 Dec 2008, 10:16 PM
#1
akripke avatar

akripke

New Zenner

Join Date:
Jul 2008
Posts:
3
Plugin Contributions:
0

HELP! Errcode 28 & error_log (logger.php)

So everything was fine and dandy until I turned off the Qty option and started changing all the products to a stock level of 1. Then I had BIG problems. Here are the error messages I got, any help is HUGELY appreciated!

  1. Warning: error_log(/home/p268556r/public_html/store/cache/page_parse_time.log) [function.error-log]: failed to open stream: Permission denied in /home/p268556r/public_html/store/admin/includes/classes/logger.php on line 60

  2. Can't create/write to file '/tmp/#sql_6e79_0.MYI' (Errcode: 28)
    ALL I WAS ABLE TO FIND ON THIS ERR WAS THAT THE TEMP FILE WAS FULL. WHERE IS IT AND HOW DO I CLEAR IT?

  3. My drop down menu disappeared! WTH!

PLEASE HELP! My website is https://www.naturalhealingalternatives.com

Adam

4 Dec 2008, 12:24 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: HELP! Errcode 28 & error_log (logger.php)

akripke:

  1. Warning: error_log(/home/p268556r/public_html/store/cache/page_parse_time.log) [function.error-log]: failed to open stream: Permission denied in /home/p268556r/public_html/store/admin/includes/classes/logger.php on line 60That's a result of the system trying to write logging info to a file that doesn't exist or is set to read-only. You can turn off Page Parse Time Logging in Admin->Configuration->Logging

akripke:

  1. Can't create/write to file '/tmp/#sql_6e79_0.MYI' (Errcode: 28)
    ALL I WAS ABLE TO FIND ON THIS ERR WAS THAT THE TEMP FILE WAS FULL. WHERE IS IT AND HOW DO I CLEAR IT?Yes, it indicates that the hard drive on which the /tmp/ folder is located has run out of space ... or the hosting account you've subscribed to has exceeded its alotted disk space usage.
    Your hosting company will have to help you in this regard, and you should notify them of the problem immediately..