Hey Everyone,
i was trying to add a column to the product table in ZenCart and got this error:
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 32 bytes) in /var/www/phpmyadmin/libraries/sqlparser.lib.php on line
the SQL statement i was using was real straight ahead, simple:
ALTER TABLE products ADD features_list VARCHAR(250);
does anyone know how can i fix?,
thanks for any help on this -