Morgan,
I wanted to report this to you while you are working on getting the newest version of
Geekmart
completed. Tonight I went to add a new item in my store to an existing product, basically the product comes in Orange now so I was adding a new item for the Orange color. Upon editing the item for the first time, I received the following warnings:
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in [path]/geek/
gmart
/includes/gmart_functions_admin.php on line 255
Warning: Cannot use a scalar value as an array in [path]/geek/
gmart
/includes/gmart_functions_admin.php on line 257
Item Price
do not use a currency symbol, decimal place or thousands separator $.
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in [path]/geek/
gmart
/includes/gmart_functions_admin.php on line 255
Warning: Cannot use a scalar value as an array in [path]/geek/
gmart
/includes/gmart_functions_admin.php on line 257
I never received these previously, but previously my site ran on MySQL 4.x and now it runs on 5.x so I assume this is related to some syntax issue.
Just wanted to let you know. If I edit the item again those warnings do not appear, it is only on first edit of the item.