Jump to content

snayle

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by snayle

  1. My hosting provider has switched to PHP Version 5.4.26. I have been able to go further with the setup and the install was successfull. Thank you all for your help.
  2. Ok, I will send a request to my hosting provider to switch to a newer PHP version. Yes. I am stuck with that message when opening (or being redirected to) /setup/index.php and can't go any further.
  3. Thank you bsmither The warnings and fatal error referring to the database have dissapeared. Now I'm just facing the first message on /setup/index.php: Warning: register_globals are enabled. It is highly recommended that you disable this in your PHP configuration, as it is a large security hole, and may wreak havoc. in / *** / *** / *** /html/shop/classes/debug.class.php on line 156. Thanks for further advises. It is indeed a fresh installation. No upgrade.
  4. I have now copied the file /includes/global.inc.php-dist to /includes/global.inc.php. Still receiving the above errors with wrong database username.
  5. Yes. I set the variable for dbdatabase, dbusername and dbpassword in /includes/global.inc.php-dist. Unfortunatelly it seem's like that does not take any effect. Any suggestions or hints where or how I can tell the cubecart installation which credentials to use for the database connection?
  6. Thank you Al Here's the errors I'm getting now on the screen: --- Warning: register_globals are enabled. It is highly recommended that you disable this in your PHP configuration, as it is a large security hole, and may wreak havoc. in / *** / ***/ *** /html/shop/classes/debug.class.php on line 156 Warning: mysqli::mysqli() [mysqli.mysqli.php]: (28000/1045): Access denied for user 'wwwrun'@'localhost' (using password: NO) in / *** / *** / *** /html/shop/classes/db/mysqli.class.php on line 22 Warning: mysqli::mysqli() [mysqli.mysqli.php]: (28000/1045): Access denied for user 'wwwrun'@'localhost' (using password: NO) in / *** / *** / ***/html/shop/classes/db/mysqli.class.php on line 22 Fatal error: Access denied for user 'wwwrun'@'localhost' (using password: NO) in / ***/ *** / *** /html/shop/classes/db/mysqli.class.php on line 24 --- I went to /includes/global.inc.php-dist and set the global variables for dbdatabase, dbusername and dbpassword to match my mySQL database. After refreshing the site, I'm still getting the same error "Access denied for user 'wwwrun'@'localhost' (using password: NO)"
  7. Hi all, I'm having a problem installing the latest version (5.2.14) of cubcart on my hosted system. I have extracted and uploaded all files into a "shop" folder on through FTP and set 777 permission on following folder (without including subfolders) cache/ files/ images/cache/ images/logos/ images/source/ includes/ includes/extra/ As I went to the URL of my site's /shop folder I got redirected to /shop/setup/index.php. All I find there is a blank white page. I read through a couple of topics in this forum and checked my PHP version along with the availabiity of Zend Optimizer and IonCubeLoader. Referring to the info.php I have following settings: -- PHP Version 5.2.17 PHP API 20041225 PHP Extension 20060613 Zend Extension 220060519 Zend Memory Manager enabled This program makes use of the Zend Scripting Language Engine: Zend Engine v2.2.0, Copyright © 1998-2010 Zend Technologies with the ionCube PHP Loader v4.5.2, Copyright © 2002-2014, by ionCube Ltd., and with Zend Extension Manager v1.2.2, Copyright © 2003-2007, by Zend Technologies with Zend Optimizer v3.3.9, Copyright © 1998-2009, by Zend Technologies -- PHP Core report_zend_debug On zend.ze1_compatibility_mode Off -- Zend Optimizer Optimization Pass 1 enabled Optimization Pass 2 enabled Optimization Pass 3 enabled Optimization Pass 4 enabled Optimization Pass 9 enabled Zend Loader enabled License Path no value Obfuscation level 3 -- Additional Modules Module Name ionCube Loader -- Does anyone have a hint what to do? Thanks
×
×
  • Create New...