Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2007
    Posts
    3
    Plugin Contributions
    0

    Default Fatal error: Class 'notifier' not found and other error

    Hi i just try to install zend-cart... but when i try to start the installation that's the error i found.... blank page and


    Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(//includes/classes) is not within the allowed path(s): (/home/terredaf:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/terredaf/public_html/shop/includes/application_top.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /home/terredaf/public_html/shop/includes/application_top.php:67) in /home/terredaf/public_html/shop/includes/application_top.php on line 67 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/includes/classes/class.base.php) is not within the allowed path(s): (/home/terredaf:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/terredaf/public_html/shop/includes/autoload_func.php on line 60 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/includes/classes/class.notifier.php) is not within the allowed path(s): (/home/terredaf:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/terredaf/public_html/shop/includes/autoload_func.php on line 60 Fatal error: Class 'notifier' not found in /home/terredaf/public_html/shop/includes/autoload_func.php on line 79

    and i can't do nothing some one can help me? please!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Fatal error: Class 'notifier' not found and other error

    Please post a link to your installation area, specifically to the techsupp.php file, like this:

    http://www.your_site.com/zc_install/techsupp.php

    There is likely a PHP setting that needs a slight adjustment ... might even be the php "include_path" and/or others.
    .

    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.

  3. #3
    Join Date
    Mar 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Fatal error: Class 'notifier' not found and other error

    i see right now that the install seem to work here: http://www.terredafrica.com/shop/zc_install/

    bute the warning and the error? i have to try to continue with the install?

  4. #4
    Join Date
    Jan 2005
    Location
    Seattle, WA
    Posts
    61
    Plugin Contributions
    0

    Default Re: Fatal error: Class 'notifier' not found and other error

    I just got the same/like? error.
    I can get into Admin OK.. but can't get to the index.php

    After several installs, upgrade tries, just put in another dir and did an install. seemed to work ok, but now trying to get to the index.php it gives this error:

    "Fatal error: Cannot instantiate non-existent class: notifier in /home/fpoole/public_html/shoppe_New/includes/autoload_func.php on line 79"

    I'll look up "Instantiate" heheh.. but I've tried to check both config files, appear to be ok, although confused on the catalogs.. apparentl I have to use the /shoppe/ not the /shoppe_New/ path dir...
    I have the old orginal install in "'/shoppe/ and the new install in /shoppe_New/
    (thats /shoppe (underscore) New)

    Install said I was sucessfuly and I clicked on both buttons, admin finally worked, but not the home page.

    works:
    http://poolesphotos.com/shoppe/index.php

    Not Work:
    http://poolesphotos.com/shoppe_New/index.php

    Thoughts? thanx much,
    Frank Poole
    Have camera, will travel
    www.poolesdive.com - shoppe

  5. #5
    Join Date
    Jan 2005
    Location
    Seattle, WA
    Posts
    61
    Plugin Contributions
    0

    Default Re: Fatal error: Class 'notifier' not found and other error

    OK, I'm noticing a wrong path and adjusted it, but not sure where to change it ....

    It's picking up the wrong path. (from inside the ADIM page in Templates >Preview

    http://poolesphotos.com/shoppe_New/a...te_default.jpg


    note teh Admin includes... I removed the ADMIN and it got me into the page....
    So guessing it's in a config file somewhere...

    back in a bit...
    Frank Poole
    Have camera, will travel
    www.poolesdive.com - shoppe

  6. #6
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Fatal error: Class 'notifier' not found and other error

    Quote Originally Posted by mjfan80 View Post
    but the warning and the error? i have to try to continue with the install?
    Yes, you need to do an install before you can use the store.
    .

    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
    Mar 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Fatal error: Class 'notifier' not found and other error

    ok
    it seem to work perfectly

  8. #8
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: Fatal error: Class 'notifier' not found and other error

    To avoid:
    Class 'notifier' not found in /home/terredaf/public_html/shop/includes/autoload_func.php on line 79

    In configure.php you may have wrote the path(s) wrong, for ex:

    define('DIR_FS_CATALOG', 'domainname/subdomain');

    is wrong, should be:

    define('DIR_FS_CATALOG', 'domainname/subdomain/');

    (notice the '/')

    No need to re-install
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  9. #9
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

    Default Re: Fatal error: Class 'notifier' not found and other error

    I have the following, but I'm still getting the error (user is not the real username):

    define('DIR_FS_CATALOG', '/home/user/public_html/cart/');

    Any ideas ?

 

 

Similar Threads

  1. 1.38a to 1.39b - Fatal Error Class 'notifier' not found
    By DCDC in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 11 May 2010, 12:16 AM
  2. Fatal Error class 'notifier' not found
    By wingedwench in forum General Questions
    Replies: 1
    Last Post: 6 Nov 2009, 08:30 PM
  3. Fatal Error Class Box Not Found
    By Cylants in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 27 Apr 2009, 08:11 AM
  4. Fatal error: Class 'messageStack' not found in...
    By jonm in forum General Questions
    Replies: 1
    Last Post: 24 Apr 2008, 11:51 AM
  5. Fatal error: Class 'language' not found
    By stevekobuko in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 8 Mar 2007, 11:59 AM

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