Re: COWOA Updated and Combined for ZC v1.5.x
Since you're using v1.5.0 on your site, you need the /includes/modules/pages/password_forgotten/header_php.php file from either the original Zen Cart v1.5.0 code, or from a COWOA plugin properly designed for v1.5.0.
Using the v1.5.1 version of that file will cause the symptoms you posted.
Normally if one has a backup from before installing plugins, they can restore damaged files from that backup.
Re: COWOA (for ZC v1.5.x)
As far as I've been able to tell from the documentation, the most recent version of the COWOA plugin is supposed to work properly for both 1.5.0 and 1.5.1. But I'll dig up the original file, and install that, and see what happens. Thanks.
No, damn it, I can't...I overwrote the original one by accident by downloading the modified one so that I could check on line 48! :oops: I still have the full installation zip...guess I'll have to unpack that tomorrow, and upload the proper file from there.
Re: COWOA (for ZC v1.5.x)
That worked. If anyone is stuck on this, and needs a quick fix, just copy the original "password forgotten" file in to replace the COWOA version.
Thanks, everyone!
Re: COWOA (for ZC v1.5.x)
Hi, I'm trying to unistall COWOA but I keep getting an error when I run the uninstall sql. My debugging report says the following:
[31-Aug-2013 17:29:29 America/Los_Angeles] PHP Fatal error: 1054:Unknown column 'query_builder.query_name' in 'where clause' :: DELETE FROM zen_query_builder WHERE query_builder.query_name = 'Permanent Account Holders Only' LIMIT 1; in /home/.../query_factory.php on line 120
If you would be willing to share your expertise, I would really appreciate it. Thanks!!
Re: COWOA (for ZC v1.5.x)
Quote:
Originally Posted by
Alaskan
Hi, I'm trying to unistall COWOA but I keep getting an error when I run the uninstall sql. My debugging report says the following:
[31-Aug-2013 17:29:29 America/Los_Angeles] PHP Fatal error: 1054:Unknown column 'query_builder.query_name' in 'where clause' :: DELETE FROM zen_query_builder WHERE query_builder.query_name = 'Permanent Account Holders Only' LIMIT 1; in /home/.../query_factory.php on line 120
If you would be willing to share your expertise, I would really appreciate it. Thanks!!
I should also add, that I have replaced all the original files and deleted the COWOA core files. So, I think all I need to do is run the uninstall sql through the admin install sql patch page. But in doing so I get the following error: WARNING: An Error occurred, please refresh the page and try again.
Then the debugging report says what I've typed above.
Re: COWOA (for ZC v1.5.x)
Quote:
Originally Posted by
Alaskan
I should also add, that I have replaced all the original files and deleted the COWOA core files. So, I think all I need to do is run the uninstall sql through the admin install sql patch page. But in doing so I get the following error: WARNING: An Error occurred, please refresh the page and try again.
Then the debugging report says what I've typed above.
Do I have to run the uninstall sql to have my website running properly? Anybody out there? Please help as I don't understand what the error is saying.
Re: COWOA (for ZC v1.5.x)
Quote:
Originally Posted by
Alaskan
Do I have to run the uninstall sql to have my website running properly? Anybody out there? Please help as I don't understand what the error is saying.
Can you get at your database through phpMySQL interface vs thru zen cart admin?
Re: COWOA (for ZC v1.5.x)
I think so. I have MySQL Databases, MySQL Database Wizard, and phpMyAdmin. Which one do I use and what do I do? I haven't used the first two before.
Thank you for answering!!!
Re: COWOA (for ZC v1.5.x)
Can I run the uninstall sql through phpMyAdmin? If so, I have no idea how to do that. Or were you thinking of going through and deleting the COWOA files? Is there a way to search the folders that were affected by COWOA?
What does this mean?
[31-Aug-2013 17:29:29 America/Los_Angeles] PHP Fatal error: 1054:Unknown column 'query_builder.query_name' in 'where clause' :: DELETE FROM zen_query_builder WHERE query_builder.query_name = 'Permanent Account Holders Only' LIMIT 1; in /home/.../query_factory.php on line 120
Re: COWOA (for ZC v1.5.x)
Quote:
Originally Posted by
Alaskan
What does this mean?
[31-Aug-2013 17:29:29 America/Los_Angeles] PHP Fatal error: 1054:Unknown column 'query_builder.query_name' in 'where clause' :: DELETE FROM zen_query_builder WHERE query_builder.query_name = 'Permanent Account Holders Only' LIMIT 1; in /home/.../query_factory.php on line 120
So using phpMyAdmin, I have found the 'Permanent Account Holders Only' query_name in the query_builder folder (I am slowly learning!). Do I delete this query from the database??
The uninstall sql says: DELETE FROM query_builder WHERE query_builder.query_name = 'Permanent Account Holders Only' LIMIT 1;
So do I actually delete this from the database? Little nervous here...don't want to delete anything important.
Any advice would be greatly appreciate!