Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: help please? - admin says failed to open /includes/autoload_func.php

    you need to change these lines
    Code:
    define('DIR_FS_ADMIN', '/data/14/1/130/41/1293367/user/1384328/htdocs/testvm/store/admin/');
    define('DIR_FS_CATALOG', '/data/14/1/130/41/1293367/user/1384328/htdocs/testvm/store/');
    
    define('DIR_FS_SQL_CACHE', '/data/14/1/130/41/1293367/user/1384328/htdocs/testvm/store/cache');
    to be

    Code:
    define('DIR_FS_ADMIN', '/home/viamccom/public_html/testvm/store/admin/');
    define('DIR_FS_CATALOG', '/home/viamccom/public_html/testvm/store/');
    
    define('DIR_FS_SQL_CACHE', '/home/viamccom/public_html/testvm/store/cache');


    These are the same same edits I sent you last night,

  2. #12
    Join Date
    Jul 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: help please? - admin says failed to open /includes/autoload_func.php

    Thank you so much for your help,

    I have solved this issue but I have another one now when I still want to connect to the admin section I got this :

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

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

    Fatal error: require() [function.require]: Failed opening required 'includes/languages/english/email_extras.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/viamccom/public_html/testvm/store/admin/includes/languages/english.php on line 669
    In the file "testvm/store/admin/includes/languages/english.php" on line 669 there is this :
    // include additional files:
    require(DIR_WS_LANGUAGES . $_SESSION['language'] . '/' . FILENAME_EMAIL_EXTRAS);
    include(zen_get_file_directory(DIR_FS_CATALOG_LANGUAGES . $_SESSION['language'] . '/', FILENAME_OTHER_IMAGES_NAMES, 'false'));
    But I don't know where I can look for it after...
    Thanks to help me like you do and help the other zeners on the forum.

    Thx,

    F.

  3. #13
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: help please? - admin says failed to open /includes/autoload_func.php

    the problem here was that there were only 3 files in the admin/includes/languages/english folder,

    there should have been 3 folders and 81 files,

  4. #14
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    97
    Plugin Contributions
    0

    Default Re: help please? - admin says failed to open /includes/autoload_func.php

    Thank you for trying to help me Dr Byte - I contacted my provider many times and they couldn't even give me the courtesy of a reply so I again switched to another host .... but hey! my site is up and I can actually access it now LOL
    Thanks for the effort!

  5. #15
    Join Date
    Dec 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: help please? - admin says failed to open /includes/autoload_func.php

    hi,
    i had this error, /includes/autoload_func.php

    in my admin/includes

    the problem was with my Dir_Fs in admin/includes.........

    i fixed it by looking at my includes/configure.php

    and pasting the define('DIR_FS_CATALOG', '/home/......./public_html/');
    listed there to the admin/includes/configure.php

    just paste whats there to the admin/includes config file

    i hope it helps

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 0
    Last Post: 10 Dec 2013, 05:03 AM
  2. Replies: 0
    Last Post: 10 Oct 2009, 02:38 AM
  3. Fatal error: autoload_func.php: failed to open stream: No such file or directory
    By prashanth in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 6 Jun 2009, 02:54 AM
  4. Replies: 3
    Last Post: 21 Jan 2009, 04:13 PM
  5. Replies: 1
    Last Post: 8 Jun 2006, 10:27 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR