Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I do everything - but installation is not possible -.-


muchmore777

Recommended Posts

Posted

hi, i tried about 20 times to install the shop, it seems to be succeed, but if i want to click on admin tool, this appear (and no login possible):

 

Deprecated: mysql_connect() [function.mysql-connect]: The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /users/muchmore/www/shop/admin/includes/functions/database.php on line 19

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /users/muchmore/www/shop/admin/includes/functions/database.php:19) in /users/muchmore/www/shop/admin/includes/functions/sessions.php on line 102

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /users/muchmore/www/shop/admin/includes/functions/database.php:19) in /users/muchmore/www/shop/admin/includes/functions/sessions.php on line 102

 

Warning: Cannot modify header information - headers already sent by (output started at /users/muchmore/www/shop/admin/includes/functions/database.php:19) in /users/muchmore/www/shop/admin/includes/functions/general.php on line 38

 

 

 

 

can someone help me :(?

 

thxx

Posted

@@muchmore777

 

Your server is not support mysql only mysqli functions. The next release will support in install steps the new mysqli functions.

:blink:
osCommerce based shop owner with minimal design and focused on background works. When the less is more.
Email managment with tracking pixel, package managment for shipping, stock management, warehouse managment with bar code reader, parcel shops management on 3000 pickup points without local store.

Posted

The only "error" is the warning about the deprecated mysql_* library. The "headers already sent" messages are a consequence of the first error message, and will go away once it is dealt with. The PHP developers were very stupid for outputting "deprecated function" warnings to the screen rather than to a log file, but that's water under the bridge.

 

I would talk with your host about whether it is possible to keep running with the mysql_* library a bit longer. Are they on PHP 5.4? They shouldn't be on PHP 5.5 yet. For some reason they chose to build their system "bleeding edge". Offhand, I don't know what's involved in changing osC to use the mysqli_* functions -- whether it's a simple change of function names or something more complicated.

Posted

@@muchmore777

 

Take a trip on https://github.com/osCommerce/oscommerce2/network download the latest fork or try to suppress error messages in htaccess.

:blink:
osCommerce based shop owner with minimal design and focused on background works. When the less is more.
Email managment with tracking pixel, package managment for shipping, stock management, warehouse managment with bar code reader, parcel shops management on 3000 pickup points without local store.

Posted

it seems that it is php5.5 running on bplaced (my hoster)

Your host is foolish for forcing everyone to a major release (5.5.0) that was released less than a month ago. Ask them if there's any way to back down to 5.4 or even 5.3 stable versions. They've been around long enough that most of the serious bugs have been swatted already. Let someone else live on the bleeding edge; you've got a website to run. Let people who enjoy playing with their websites try running with PHP 5.5 and report problems.

 

This is a free hosting -- I have to wonder if their software load is XAMPP or something similar with the bleeding edge version of everything.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...