I need this cart to work properly I fixed a few other bugs possibly caused by the MySql to Mysqli conversion tool, Here's one that has me confused.
When trying to click on the Confirm Order button order I get an "Unknown Skipping Numeric Key -1 in line 0.
From what I read in PHP Forums it has something to do with the way Session Variables are named when using Arrays. Like $session [i] the programs reads it the variable as $[i] which is invalid. Don't know how true this is but wondering if you have a fix here's the details below.
for the page my testing page on wamp server http://localhost/Shopping/Checkout.php En error occour in the DwZone Cart
Error on Send Order Mail
( ! ) Notice: Unknown: Skipping numeric key -1 in Unknown on line 0 Call Stack # Time Memory Function Location 1 0.0054 494944 {main}( ) ..\Checkout.php:0 2 0.0838 2233752 dwzCart->InsertOrder( ) ..\Checkout.php:455 3 0.1832 2269288 dwzCart->SendOrderMail( ) ..\dwzCartClass.php:1760 4 2.6964 2334976 dwzCart->ErrorMessage( ) ..\dwzCartClass.php:2179
I configured my admin "Config" section with my smtp information just in case that was causing the issue. The issue is still happening. Please Advise or fix. |
|
|