Jump to content

site broken on new install


Guest

Recommended Posts

Hi everyone,

I just installed CC 3, and finished the install. Upon clicking the links to go to my admin home and store index, I was greeted with this:

Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/husabergstore.com/httpdocs/language/en/lang.inc.php on line 2244

Warning: Cannot send session cache limiter - headers already sent (output started at /usr/local/psa/home/vhosts/husabergstore.com/httpdocs/language/en/lang.inc.php:2244) in /usr/local/psa/home/vhosts/husabergstore.com/httpdocs/admin/includes/auth.inc.php on line 36

Warning: Cannot add header information - headers already sent by (output started at /usr/local/psa/home/vhosts/husabergstore.com/httpdocs/language/en/lang.inc.php:2244) in /usr/local/psa/home/vhosts/husabergstore.com/httpdocs/admin/includes/auth.inc.php on line 38

the store index shows a comparable error, but does load a page. You can view it here:

Link

It was a standard install, and I've not changed anything in the stock files. Can anyone help me with what the problem might be? I see that it's not includeing "/lang/en" into the path, but I don't know how to make it do that.

thanks,

json

[EDIT]I found this fix in the forums: adding "include($_SERVER['DOCUMENT_ROOT']."/config.inc.php");" to the config call in the language file, but it didn't change anything, so all the problems still persist.[/EDIT]

Link to comment
Share on other sites

Guest vrakas

I had once the same problem. I removed it completely and reinstalled it.

Worked ok after that.

i find that when something goes wrong from the begining its better to start from scratch before you waste more time on building it. <_<

This is the placeholder for domain husabergstore.com. If you see this page after uploading site content you probably have not replaced the index.html file.

This page has been automatically generated by Server Administrator.

Link to comment
Share on other sites

Hi Vrakas, and thanks for the reply.

Well, I've installed it 4 times now, so I guess we can now say that I've wasted more time installing it than it would take to fix it <_<

Anybody have a fix for this?

thanks,

json

Link to comment
Share on other sites

Hi Vrakas,

I didn't fix it. I deleted all the other languages and hardcoded the server path into the lang file. A botch job for sure, but I had to get the cart running.

thanks,

json

Link to comment
Share on other sites

  • 4 weeks later...

I deleted all the other languages and hardcoded the server path into the lang file.  A botch job for sure, but I had to get the cart running.

You did NOT. Try to change language - then appears:

Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/husabergstore.com/httpdocs/language/pt/lang.inc.php on line xxxx
line xxxx is line where include("config.inc.php") resides.

Your config.inc.php is like this?
$glob['rootDir'] = '/usr/local/psa/home/vhosts/husabergstore.com/httpdocs';

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

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

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...