PDA

View Full Version : eStore - Add New Option (Advanced Users Only!) - ERROR


X-Files
03-06-2006, 12:27 PM
Got this when I tried to add an option. Please help ASAP.


Database error in vBulletin 3.5.4:

Invalid SQL:

UPDATE estoreitems
SET
active = '1', changealways = '0', showinstore = '1', loghistory = '1', category = '101', name = 'Pharaoh\'s Club NCV (Exlcusive!) Choice of Chip ', description = 'Chose 1 Pharaoh\'s Club NCV. Enter you choice in the notes field when ordering.', displayorder = '500', floodcheck = '30', cost = '100', autobuildcost = '1', tax = '0', expirydate = '0', defquantity = '20', quantity = '20', sold = '0', overridepermissions = '0', allowedgroups = '6', imagelocation = '/prodimages/phandbluelg.jpg', scriptlocation = 'estore/action.product_history.php', tablename = 'user', wherename = '', wherevalue = '', settype = '0', setname = '', setvalue = '', inputfields = 'a:0:{}', optionsettings = 'a:0:{}', deniedgroups = '', enddateline = '1141654709'
WHERE itemid = '501';

MySQL Error : Unknown column 'enddateline' in 'field list'
Error Number : 1054
Date : Monday, March 6th 2006 @ 08:18:30 AM

incurable
03-06-2006, 01:35 PM
oppsssss...sorry!!
tintin

CMX_CMGSCCC
03-06-2006, 03:37 PM
Got this when I tried to add an option. Please help ASAP.

There was a typo inside admincp/estore.php

Find:

enddateline

Replace With:

refilldateline


This will be fixed inside the next release as well.

-CMX

X-Files
03-06-2006, 03:51 PM
There was a typo inside admincp/estore.php

Find:

enddateline

Replace With:

refilldateline


This will be fixed inside the next release as well.

-CMX
Thanks!

Quick as usual!

mikeylikesitz
03-20-2006, 11:57 PM
Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_pm in /includes/class_dm.php on line 758

got this error when trying to purchase.

added your fix, worked great btw

X-Files
03-21-2006, 12:16 AM
got this error when trying to purchase.

added your fix, worked great btwYou need to edit th php file and change the pm settings to suit your site. I have comments in the php file.