Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Error when accessing ZC Admin

    No, 755 should be fine, and the files in the folder 644 or similar.
    Similarly init_general_funcs.php round line 46 should look like this:

    // include the list of extra functions
    if ($za_dir = @dir(DIR_WS_FUNCTIONS . 'extra_functions')) {
    while ($zv_file = $za_dir->read()) {
    if (strstr($zv_file, '.php')) {
    require(DIR_WS_FUNCTIONS . 'extra_functions/' . $zv_file);
    }
    }
    }

  2. #2
    Join Date
    Feb 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: Error when accessing ZC Admin

    That is exactly how that line reads. I have not edited any files. This whole problem started when I was trying to change the ZenCart / download folder to a password protected folder via my cPanel (I have changed that back to an unprotected folder.) For some reason that changed the permissions for a lot of my ZenCart folders, and I have gone back in and reset them to what they are supposed to be.

  3. #3
    Join Date
    Feb 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: Error when accessing ZC Admin

    OK, not sure what changed, but here is the error I am getting now:
    Warning: main(includes/languages/english/email_extras.php) [function.main]: failed to open stream: No such file or directory in /home/molli102/public_html/ZenCart/admin/includes/languages/english.php on line 669

    Warning: main(includes/languages/english/email_extras.php) [function.main]: failed to open stream: No such file or directory in /home/molli102/public_html/ZenCart/admin/includes/languages/english.php on line 669

    Fatal error: main() [function.require]: Failed opening required 'includes/languages/english/email_extras.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/molli102/public_html/ZenCart/admin/includes/languages/english.php on line 669

    I don't know what is going on! I have contacted my host to see if he can retore his most recent backup.

  4. #4
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Error when accessing ZC Admin

    Just a thought, have you checked the permissions in the /includes folder and subfolders off the admin as well as the shop /includes folder?
    i.e. there's an admin path as well as the shop folder path

  5. #5
    Join Date
    Feb 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: Error when accessing ZC Admin

    OK, after following the trail of new errors that would come up when I'd reset the permissions for folders, I FINALLY was able to get to my login screen for Admin! Thanks for your help!

 

 

Similar Threads

  1. error 500 when accessing admin area
    By linkerjpatrick in forum Basic Configuration
    Replies: 3
    Last Post: 16 Mar 2012, 11:46 PM
  2. Error when accessing my admin
    By alcodesigns in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 29 May 2007, 07:49 PM
  3. error message when accessing admin page
    By needslotsofhelp in forum Installing on a Windows Server
    Replies: 1
    Last Post: 5 Aug 2006, 03:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg