Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default New user/ New Install

    Hello,
    I just finished installing ZenChart on my server. When I try to go to the store, I just get a blank page (I said 'yes' to installing demo information). When I try to go to the admin section I get this:


    Warning: main() [function.main]: open_basedir restriction in effect. File(\\n/nawinfs02/home/users/web/b886/rh.tommaverick/catalog/includes/autoload_func.php) is not within the allowed path(s): (c:\windows\temp\;c:\tmp\;c:\php\sessiondata\;c:\php\uploadtemp;c:\php\4;c:\php\ 5;c:\php\extras;c:\php-4.3.10;c:\php5;\\nawinfs02\home\users\web) in \\nawinfs02\home\users\web\b886\rh.tommaverick\catalog\admin\includes\applicatio n_top.php on line 130

    Warning: main(/nawinfs02/home/users/web/b886/rh.tommaverick/catalog/includes/autoload_func.php) [function.main]: failed to open stream: Operation not permitted in \\nawinfs02\home\users\web\b886\rh.tommaverick\catalog\admin\includes\applicatio n_top.php on line 130

    Warning: main() [function.main]: open_basedir restriction in effect. File(\\n/nawinfs02/home/users/web/b886/rh.tommaverick/catalog/includes/autoload_func.php) is not within the allowed path(s): (c:\windows\temp\;c:\tmp\;c:\php\sessiondata\;c:\php\uploadtemp;c:\php\4;c:\php\ 5;c:\php\extras;c:\php-4.3.10;c:\php5;\\nawinfs02\home\users\web) in \\nawinfs02\home\users\web\b886\rh.tommaverick\catalog\admin\includes\applicatio n_top.php on line 130

    Warning: main(/nawinfs02/home/users/web/b886/rh.tommaverick/catalog/includes/autoload_func.php) [function.main]: failed to open stream: Operation not permitted in \\nawinfs02\home\users\web\b886\rh.tommaverick\catalog\admin\includes\applicatio n_top.php on line 130

    Fatal error: main() [function.require]: Failed opening required '/nawinfs02/home/users/web/b886/rh.tommaverick/catalog/includes/autoload_func.php' (include_path='.;c:\php\includes') in \\nawinfs02\home\users\web\b886\rh.tommaverick\catalog\admin\includes\applicatio n_top.php on line 130


    Can anyone help me sort this out?

    Thanks!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: New user/ New Install

    Warning: main() [function.main]: open_basedir restriction in effect.
    You have a permission/basedir issue - - check your account for solutions to this.

    Correct this one and others should not appear
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: New user/ New Install

    Well, I talked to the sys admin to get the permission issue fixed, and he said that it was a pathing issue instead, and to use:
    \\\\nawinfs02\home\users\web\b886

    so I changed the complete path in both configure.php files from this:
    /nawinfs02/home/users/web/b886/rh.tommaverick/catalog/admin/

    to this:
    \\\\nawinfs02\home\users\web\b886\rh.tommaverick\catalog\admin\

    but now I'm getting a parsing error:
    Parse error: syntax error, unexpected T_STRING in \\nawinfs02\home\users\web\b886\rh.tommaverick\catalog\admin\includes\configure. php on line 61

    line 61 is one of the lines I changed, so apparently id didn't do it correctly, but I'm not sure what I messed up.

    Any help?

  4. #4

    Default Re: New user/ New Install

    You might try letting PHP do the hard work for you:

    PHP Code:
      define('DIR_FS_ADMIN'$_SERVER["APPL_PHYSICAL_PATH"] . '/catalog/admin/');
      
    define('DIR_FS_CATALOG'$_SERVER["APPL_PHYSICAL_PATH"] . '/catalog/'); 

 

 

Similar Threads

  1. How-To Add-on Install for new user
    By IrvineCAGuy in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 11 Nov 2013, 08:16 PM
  2. New User CURL error on install
    By graphixguy in forum Installing on a Linux/Unix Server
    Replies: 36
    Last Post: 6 May 2010, 08:16 AM
  3. User Tracking Error. Not a new install
    By bumba000 in forum General Questions
    Replies: 0
    Last Post: 6 Apr 2007, 08:41 PM
  4. Help Please - New Install - New User
    By M2nns in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Mar 2007, 05:07 AM
  5. Adding new forms to register new user page
    By NeoBlack in forum General Questions
    Replies: 0
    Last Post: 2 Oct 2006, 04:49 PM

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