Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

3 problems needing fixes


hypsy

Recommended Posts

Posted

Hey guys. Im trying to get my site running right but I'm having a few issues. They are:

 

1) My logo isnt appearing on the top of the pages. It is viewable in the admin folder though.

 

2) People are not able to log in. When they try it says they have but brings the "would you like to log in" line back up.

 

3) I have this error message popping up on my customer viewable main page. Don't know what this means. Please help me out.

1062 - Duplicate entry '130175cf934bdc7377f3a3310d8aaaa7' for key 1

insert into sessions values ('130175cf934bdc7377f3a3310d8aaaa7?osCAdminID=a3abbcc4afe1875bfcb0a47653fafc81', '1137692026', 'SESSION_IP_ADDRESS|s:14:\"68.253.192.114\";cart|O:12:\"shoppingcart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationhistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:76:\"130175cf934bdc7377f3a3310d8aaaa7?osCAdminID=a3abbcc4afe1875bfcb0a47653fafc81\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}')

[TEP STOP]

1062 - Duplicate entry '130175cf934bdc7377f3a3310d8aaaa7' for key 1

insert into sessions values ('130175cf934bdc7377f3a3310d8aaaa7?osCAdminID=a3abbcc4afe1875bfcb0a47653fafc81', '1137692027', 'SESSION_IP_ADDRESS|s:14:\"68.253.192.114\";cart|O:12:\"shoppingcart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"english\";languages_id|s:1:\"1\";currency|s:3:\"USD\";navigation|O:17:\"navigationhistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:76:\"130175cf934bdc7377f3a3310d8aaaa7?osCAdminID=a3abbcc4afe1875bfcb0a47653fafc81\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}')

[TEP STOP]

Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0

Posted

make it 4 problems.

 

This one is an intermitent problem.

Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /home/rynecom/public_html/storefront/admin/includes/functions/sessions.php on line 67

Posted
/home/rynecom/public_html/storefront/admin/includes/functions/sessions.php

 

Create a private temp directory below document root and change permissions to 777

 

/home/rynecom/tmp/

 

Update Admin -> configuration -> Sessions with the above path

Use the same path for cache and logging.

 

Remove mysql from the store sessions define in configure.php

 

define('STORE_SESSIONS', '');

 

Empty the sessions table via phpMyAdmin

Posted

I'll pass that one to the person helping that would understand all that LOL.

 

We just found another issue that just started occuring. When my customers click an image its supposed to display a larger image but doesn't. Any easy fixes?

Archived

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

×
×
  • Create New...