Gladys_Pym:
Thanks, Pixxi
I've looked at 359, and that's exactly what I need to do.
The question is; how?
I'v taken over the site mainly to so mods on the layout/functionality etc.
How do I
"run this SQL statement on your database via phpMyadmin"
Sorry. I'm not a complete noob, am not asking for a massive hand-holding exercise, but would appreciate a pointer as to where to start. I'm hoping I'll never need to do this again, so a simple 'how to' would be great.
Thanks, everyone.
Great software, great forum.
glad to be Glad
Gladys_Pym
It might be easier for you to run this mySQL query via your store admin.
Copy the query:
change cache tracking size
TRUNCATE TABLE db_cache;
ALTER TABLE db_cache CHANGE cache_data cache_data mediumblob;
Now go to your store admin, and under the Tools menu you will see an entry for Install SQL Patches.
Past the copied text into the larger of the two boxes i.e the one entitled 'Enter the query to be executed:' and then press send.
After a few seconds you should see a message at the top of your screen telling you the outcome of the 'send'. If it's on a green background, you can assume that the process suceeded.
Bish, bash, bosh. Job Done.
If this fails then you would need to run the query via phpmyadmin, but I don't think that that will be necessary.