Jump to content

van_the_man

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by van_the_man

  1. Hello, I'm having a similar problem after upgrading version v5 to v6.0.5. I have received the following when trying to access my homepage: Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'XXXXX'@'localhost' (using password: YES) in /home/XXXXX/public_html/classes/db/mysqli.class.php on line 30Warning: mysqli_options(): Couldn't fetch mysqli in /home/XXXXX/public_html/classes/db/mysqli.class.php on line 32Fatal error: Access denied for user 'XXXXX'@'localhost' (using password: YES) in /home/XXXXX/public_html/classes/db/mysqli.class.php on line 35 --- My index.php file appears to be fine: <?php /** * CubeCart v6 * ======================================== * CubeCart is a registered trade mark of CubeCart Limited * Copyright CubeCart Limited 2015. All rights reserved. * UK Private Limited Company No. 5323904 * ======================================== * Web: http://www.cubecart.com * Email: [email protected] * License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html */ require dirname(__FILE__).DIRECTORY_SEPARATOR.'ini.inc.php'; define('CC_IN_ADMIN', false); header('X-Frame-Options: SAME-ORIGIN'); // do not allow iframes global $config_default; include CC_ROOT_DIR.CC_DS.'controllers'.CC_DS.'controller.index.inc.php'; $GLOBALS['smarty']->display('templates/'.$global_template_file); ---- Any thoughts? Any help would be appreciated! Many thanks.
  2. Hi all, I'm having a similar problem after upgrading version v5 to v6.0.5. I have received the following when trying to access my homepage: Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'XXXXX'@'localhost' (using password: YES) in /home/XXXXX/public_html/classes/db/mysqli.class.php on line 30Warning: mysqli_options(): Couldn't fetch mysqli in /home/XXXXX/public_html/classes/db/mysqli.class.php on line 32Fatal error: Access denied for user 'XXXXX'@'localhost' (using password: YES) in /home/XXXXX/public_html/classes/db/mysqli.class.php on line 35 --- My index.php file appears to be fine: <?php /** * CubeCart v6 * ======================================== * CubeCart is a registered trade mark of CubeCart Limited * Copyright CubeCart Limited 2015. All rights reserved. * UK Private Limited Company No. 5323904 * ======================================== * Web: http://www.cubecart.com * Email: [email protected] * License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html */ require dirname(__FILE__).DIRECTORY_SEPARATOR.'ini.inc.php'; define('CC_IN_ADMIN', false); header('X-Frame-Options: SAME-ORIGIN'); // do not allow iframes global $config_default; include CC_ROOT_DIR.CC_DS.'controllers'.CC_DS.'controller.index.inc.php'; $GLOBALS['smarty']->display('templates/'.$global_template_file); ---- Any thoughts? Many thanks.
  3. Hi bsmither! It turns out it was a problem with a facebook activity feed added to the homepage document. I have added the error recorded in the 'System Error Log' tab from the admin site below (for reference): /includes/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php:78 - Syntax error in template "967eb914e61cc5853655d3e0f65a0570f93f709a" on line 78 "var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}" - Unexpected ";", expected one of: "}" All sorted now, but nevertheless thanks for your quick response!
  4. Hi, I have just upgraded to version 5.2.8 today and now I cannot access my storefront (at: www.begeesonline.co.uk), but I am able to login to admin. The webpage simply does not display! Could anyone advise on how to resolve? Regards, van_the_man
  5. Hi bsmither! Thanks for the welcome and reply, problem has been resolved!
  6. Hi, I have recently upgraded my cubecart store to 5.2.3 and have noticed that when adding a new product or editing an existing one, it is not longer possible to assign the product to a category? Am I missing something here? Regards, Varun
×
×
  • Create New...