Jump to content

Fresh installation with many errors


Guest technett

Recommended Posts

Guest technett

Hi there,

I just installed cc3.0.6 and I am getting the following messages on the home page:

Warning: opendir() [function.opendir]: URL file-access is disabled in the server configuration in /home/nettlynch/nettsnaturals.com/www/html/includes/boxes/language.inc.php on line 41



Warning: opendir(http://nettandrob.com/nettsnaturals.com/www/html/store//language) [function.opendir]: failed to open dir: no suitable wrapper could be found in /home/nettlynch/nettsnaturals.com/www/html/includes/boxes/language.inc.php on line 41




the language folder exists with 777 permissions.



If I go to the admin page, the login page is OK, but once I log in I get these messages:




Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/nettlynch/nettsnaturals.com/www/html/store/admin/includes/header.inc.php on line 57



Warning: include(http://nettandrob.com/nettsnaturals.com/www/html/store//admin/includes/navigation.inc.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/nettlynch/nettsnaturals.com/www/html/store/admin/includes/header.inc.php on line 57



Warning: include() [function.include]: Failed opening 'http://nettandrob.com/nettsnaturals.com/www/html/store//admin/includes/navigation.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/nettlynch/nettsnaturals.com/www/html/store/admin/includes/header.inc.php on line 57




In the Store Overview section are these:




CubeCart Version: 	 3.0.6      

PHP Version:  5.1.1  

MySQL Version:  4.1.15  

Image upload folder size:  

Warning: opendir() [function.opendir]: URL file-access is disabled in the server configuration in /home/nettlynch/nettsnaturals.com/www/html/store/includes/functions.inc.php on line 323



Warning: opendir(http://nettandrob.com/nettsnaturals.com/www/html/store//images/uploads) [function.opendir]: failed to open dir: no suitable wrapper could be found in /home/nettlynch/nettsnaturals.com/www/html/store/includes/functions.inc.php on line 323

0 Bytes  

Server Software:  Apache/2.0.55 (Unix) PHP/5.1.1 mod_ssl/2.0.55 OpenSSL/0.9.7d

Client Browser:  Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414




Right above the license key section are these messages:




Warning: include_once() [function.include-once]: URL file-access is disabled in the server configuration in /home/nettlynch/nettsnaturals.com/www/html/store/admin/includes/auth.inc.php on line 53



Warning: include_once(http://nettandrob.com/nettsnaturals.com/www/html/store//classes/db.inc.php) [function.include-once]: failed to open stream: no suitable wrapper could be found in /home/nettlynch/nettsnaturals.com/www/html/store/admin/includes/auth.inc.php on line 53



Warning: include_once() [function.include]: Failed opening 'http://nettandrob.com/nettsnaturals.com/www/html/store//classes/db.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/nettlynch/nettsnaturals.com/www/html/store/admin/includes/auth.inc.php on line 53

Thanks for your help,

Nett

Link to comment
Share on other sites

Guest technett

Here is my includes/global.inc.php & URL

nettsnaturals.com

<?php

$glob['dbdatabase'] = 'NettsNaturals';

$glob['dbhost'] = 'db.NettsNaturals.com';

$glob['dbpassword'] = 'password';

$glob['dbprefix'] = '';

$glob['dbusername'] = 'technett';

$glob['installed'] = '1';

$glob['rootDir'] = 'http://nettandrob.com/nettsnaturals.com/www/html/store/';

$glob['rootRel'] = '/store/';

$glob['storeURL'] = 'http://www.nettsnaturals.com';

?>

Thanks for your help.

Nett

Link to comment
Share on other sites

Guest technett

I fixed it !! YAY!!!

It was the rootdir in the global.inc.php anf I still had the "install" directory intact.

Once I fixed those two, it seems to be working fine. Thanks for your help and guidance.

Nett

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...