Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    May 2006
    Posts
    37
    Plugin Contributions
    0

    Cannot access admin after upgrade...

    When I got to admin login area on site -
    all I get is:


    Warning: main(includes/languages/english/extra_definitions/editors_list.php) [function.main]: failed to open stream: Permission denied in /data/in/w/xxx/www/joomla/cart/admin/includes/init_includes/init_languages.php on line 40

    Warning: main(includes/languages/english/extra_definitions/editors_list.php) [function.main]: failed to open stream: Permission denied in /data/in/w/xxx/www/joomla/cart/admin/includes/init_includes/init_languages.php on line 40

    Warning: main(includes/languages/english/extra_definitions/editors_list.php) [function.main]: failed to open stream: Permission denied in /data/in/w/xxx/www/joomla/cart/admin/includes/init_includes/init_languages.php on line 40

    Fatal error: main() [function.require]: Failed opening required 'includes/languages/english/extra_definitions/editors_list.php' (include_path='.:/data/etc/php') in /data/in/w/xxx/www/joomla/cart/admin/includes/init_includes/init_languages.php on line 40

  2. #2
    Join Date
    May 2006
    Posts
    37
    Plugin Contributions
    0

    Re: Cannot access admin after upgrade...

    Quote Originally Posted by colin99
    When I got to admin login area on site -
    all I get is:


    Warning: main(includes/languages/english/extra_definitions/editors_list.php) [function.main]: failed to open stream: Permission denied in /data/in/w/xxx/www/joomla/cart/admin/includes/init_includes/init_languages.php on line 40
    could it be that there is NO editors_list.php in this directory?

  3. #3
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Cannot access admin after upgrade...

    (includes/languages/english/extra_definitions/editors_list.php) [function.main]: failed to open stream: Permission denied
    You might want to investigate the permissions settings on that folder/file in your admin area ...
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    May 2006
    Posts
    37
    Plugin Contributions
    0

    Re: Cannot access admin after upgrade...

    Quote Originally Posted by DrByte
    You might want to investigate the permissions settings on that folder/file in your admin area ...
    Hey Doc:

    There is NO editors_list.php in this directory - so the permissions have
    nothing to do with it -

  5. #5
    Join Date
    May 2006
    Posts
    37
    Plugin Contributions
    0

    Re: Cannot access admin after upgrade...

    Quote Originally Posted by colin99
    When I got to admin login area on site -
    all I get is:


    Warning: main(includes/languages/english/extra_definitions/editors_list.php) [function.main]: failed to open stream: Permission denied in /data/in/w/xxx/www/joomla/cart/admin/includes/init_includes/init_languages.php on line 40
    Oddly there are only 31 lines of code in init_languages.php!

    Hmmmm..

  6. #6
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Cannot access admin after upgrade...

    1. This has nothing to do with init_languages. The error has to do with the editors_list.php file.

    2. when running from the admin, the working path is /admin ... even if the error message doesn't include the word /admin/

    So ... check the permissions on this folder:

    /admin/includes/languages/english/extra_definitions/editors_list.php
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    May 2006
    Posts
    37
    Plugin Contributions
    0

    Re: Cannot access admin after upgrade...

    Quote Originally Posted by DrByte

    So ... check the permissions on this folder:

    /admin/includes/languages/english/extra_definitions/editors_list.php
    Tweaked the perms (which were not really that out of order and I am down to one
    error:

    Fatal error: Call to undefined function: zen_get_languages() in /data/in/w/xxx/www/joomla/cart/admin/index.php on line 25

  8. #8
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Cannot access admin after upgrade...

    That's defined in /admin/includes/functions/general.php

    You can find these things using the Developer's Toolkit.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    May 2006
    Posts
    37
    Plugin Contributions
    0

    Re: Cannot access admin after upgrade...

    Quote Originally Posted by DrByte
    That's defined in /admin/includes/functions/general.php

    You can find these things using the Developer's Toolkit.
    The developers tool-kit is inside the Admin area which I cannot access...

  10. #10
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Cannot access admin after upgrade...

    Quote Originally Posted by colin99
    The developers tool-kit is inside the Admin area which I cannot access...
    Yes ... that would be a problem


    It sounds like you have some files that didn't upload properly. If the function file doesn't contain all the code it is expected to contain, then you'll get unpredictable errors.

    When things are not working as expected, I use this approach:
    http://www.zen-cart.com/wiki/index.p...Obscure_Issues
    - full file-compare
    - upload incomplete/mismatched files
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. godaddy - since 1.3.9 upgrade from 1.3.8a cannot access admin
    By Pmccoy833 in forum General Questions
    Replies: 2
    Last Post: 1 Aug 2011, 09:33 AM
  2. Cannot access admin after upgrade
    By moggi1964 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 10 Apr 2011, 07:33 PM
  3. Replies: 11
    Last Post: 4 Oct 2007, 06:53 PM
  4. Cannot access admin after translation
    By thaufoo in forum General Questions
    Replies: 3
    Last Post: 9 Mar 2007, 06:11 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