Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Why is it not possible to installe osCommerce without errors??


dkgryf

Recommended Posts

Posted

Hi

 

I have install osCommerce 8 time now and in 8 different ways but the result is allways the same in matter of facts i follow the instructions punctual but in matter of what i do the result is allways the same:

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid/gid is 15428/15428 is not allowed to access owned by uid/gid 0/0 in /mounted-storage/home28a/sub001/sc24474-TGCN/salgtilalle.dk/admin/includes/functions/sessions.php on line 110

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mounted-storage/home28a/sub001/sc24474-TGCN/salgtilalle.dk/admin/includes/functions/sessions.php:110) in /mounted-storage/home28a/sub001/sc24474-TGCN/salgtilalle.dk/admin/includes/functions/sessions.php on line 67

 

 

Fatal error: Cannot re-assign $this in /mounted-storage/home28a/sub001/sc24474-TGCN/salgtilalle.dk/admin/includes/classes/upload.php on line 31

 

or other like this.

 

Why is it not possible to install osCOmmerce without this errors? - i can se there is a lot of people who also have this problems - why do i have to do to solve this problems??

 

Thanks

Have a nice day

Regards

Dkgryf,DK B)

Posted

The majority of people have no issues with installing, however due to the many different server setups there can be issues.

 

In this case when installing choose to save the data in the database rather than file

 

If the system has installed then go to your admin/includes/configure.php and catalog/includes/configure.php and set this define at the bottom of the files

 

define('STORE_SESSIONS', '');

 

so as to be

 

define('STORE_SESSIONS', 'mysql');

 

are you using the latest version of osCommerce?

What version of php is installed on the server?

If php5 then you will need to use the latest version of osCommerce

 

Fatal error: Cannot re-assign $this

 

in admin/includes/classes/upload.php locate this code

 

// self destruct
	  $this = null;

 

and comment out like this

 

// self destruct
  //	$this = null;

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted
The majority of people have no issues with installing, however due to the many different server setups there can be issues.

 

In this case when installing choose to save the data in the database rather than file

 

If the system has installed then go to your admin/includes/configure.php and catalog/includes/configure.php and set this define at the bottom of the files

 

define('STORE_SESSIONS', '');

 

so as to be

 

define('STORE_SESSIONS', 'mysql');

 

are you using the latest version of osCommerce?

What version of php is installed on the server?

If php5 then you will need to use the latest version of osCommerce

 

Fatal error: Cannot re-assign $this

 

in admin/includes/classes/upload.php locate this code

 

// self destruct
	  $this = null;

 

and comment out like this

 

// self destruct
  //	$this = null;

 

 

Hi Steve

 

 

"

define('STORE_SESSIONS', 'mysql');

" was allready like this

 

PHP v4.4.1 and PHP v5.1.4

 

I change the upload.php and that help - thank you

 

I download and install the newest version : osCommerce 2.2 Milestone 2 Update 060817

Update Package 17th August 2006

 

I usw MySql vers. 4 - when i use vers. 5. i have problems with the danish characters.

 

Best regards

DKgryf,dk

Posted
Hi Steve

"

define('STORE_SESSIONS', 'mysql');

" was allready like this

 

PHP v4.4.1 and PHP v5.1.4

 

I change the upload.php and that help - thank you

 

I download and install the newest version : osCommerce 2.2 Milestone 2 Update 060817

Update Package 17th August 2006

 

I usw MySql vers. 4 - when i use vers. 5. i have problems with the danish characters.

 

Best regards

DKgryf,dk

 

 

My problems is solved.

Thanks

Best regards

DKgryf

  • 2 weeks later...
Posted
My problems is solved.

Thanks

Best regards

DKgryf

 

do you mind sharing how you solve the session issue?

I am experiencing the exact same problem.

 

thx in adv.

  • 2 months later...
Posted
do you mind sharing how you solve the session issue?

I am experiencing the exact same problem.

 

thx in adv.

Sorry about this delay answer but i haven´t been here since i have this problems.

I solve session problem so: admin/setup/session/edit session directory - remove the slash - thats all..;o))

Merry christmass to all

Mogens,DK

Archived

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

×
×
  • Create New...