Jump to content

gazza

Member
  • Posts

    57
  • Joined

  • Last visited

Posts posted by gazza

  1. There is 1 file waiting to be accepted.

    Accept Downloads

    Is this a new feature, where is the file, click the link and it takes me to the download manager???

    I have already downloaded the new alpha 2 yesterday...

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

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

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

×
×
  • Create New...