Jump to content

Just installed


gazza

Recommended Posts

Just installed CC3, tried to login the admin, and got this:

Warning: Failed opening 'config.inc.php' for inclusion (include_path='') in /home/sites/site69/web/shop/language/en/lang.inc.php on line 1163



Warning: Cannot send session cache limiter - headers already sent (output started at /home/sites/site69/web/shop/language/en/lang.inc.php:1163) in /home/sites/site69/web/shop/admin/includes/auth.inc.php on line 30



Warning: Cannot add header information - headers already sent by (output started at /home/sites/site69/web/shop/language/en/lang.inc.php:1163) in /home/sites/site69/web/shop/admin/includes/auth.inc.php on line 32

Anyone know a solution???

Link to comment
Share on other sites

Just a quick update on my problem:

lang.inc.php

line 1162:

// now we need to include the config file

include("config.inc.php");

?>

I have now changed it to:

// now we need to include the config file

include($_SERVER['DOCUMENT_ROOT']."/shop/language/en/config.inc.php");

?>

I can now see the admin panel, but upto yet, still not able to see the store front...

Link to comment
Share on other sites

  • 2 weeks later...

I have installed every 3.0.0. alpha release including the new Ver. alpha_2.

I had 2 problems with every version, I can sort the admin problem, but have yet to see my store front-end, this is the error message I get trying to view the store front:

This is the error:

Warning: Invalid content of \{\} in /home/sites/site69/web/cc3/classes/xtpl.php on line 109

This is what is on line 109 of xtpl.php:

$copy=ereg_replace("\{$v\}","$var",$copy);

Do you have any idea what this could be?

Link to comment
Share on other sites

I upgaraded to v 3.0.0.2 and it had some problems so i made 2 "clean install" and the problem become bigeer so I'll intend to go back to the RGF version and hope for better days

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