Page 35 of 86 FirstFirst ... 2533343536374585 ... LastLast
Results 341 to 350 of 854
  1. #341
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default 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.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #342
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

    Default 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! I still have the full installation zip...guess I'll have to unpack that tomorrow, and upload the proper file from there.
    Last edited by Scully; 31 Aug 2013 at 04:45 AM. Reason: Extra Information

  3. #343
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

    Default 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!

  4. #344
    Join Date
    Jul 2013
    Location
    Alaska
    Posts
    7
    Plugin Contributions
    0

    Default 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!!

  5. #345
    Join Date
    Jul 2013
    Location
    Alaska
    Posts
    7
    Plugin Contributions
    0

    Default Re: COWOA (for ZC v1.5.x)

    Quote Originally Posted by Alaskan View Post
    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.

  6. #346
    Join Date
    Jul 2013
    Location
    Alaska
    Posts
    7
    Plugin Contributions
    0

    Default Re: COWOA (for ZC v1.5.x)

    Quote Originally Posted by Alaskan View Post
    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.

  7. #347
    Join Date
    Jan 2012
    Posts
    488
    Plugin Contributions
    0

    Default Re: COWOA (for ZC v1.5.x)

    Quote Originally Posted by Alaskan View Post
    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?

  8. #348
    Join Date
    Jul 2013
    Location
    Alaska
    Posts
    7
    Plugin Contributions
    0

    Default 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!!!

  9. #349
    Join Date
    Jul 2013
    Location
    Alaska
    Posts
    7
    Plugin Contributions
    0

    Default 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

  10. #350
    Join Date
    Jul 2013
    Location
    Alaska
    Posts
    7
    Plugin Contributions
    0

    Default Re: COWOA (for ZC v1.5.x)

    Quote Originally Posted by Alaskan View Post
    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!

 

 
Page 35 of 86 FirstFirst ... 2533343536374585 ... LastLast

Similar Threads

  1. v139c COWOA Module (my update for ZC v1.3.x)
    By JTheed in forum All Other Contributions/Addons
    Replies: 398
    Last Post: 29 Oct 2014, 02:35 PM
  2. Installed FEC before COWOA, now COWOA config menu doesn't appear
    By i-make-robots in forum Addon Payment Modules
    Replies: 8
    Last Post: 12 Jan 2014, 01:34 PM
  3. v151 How to install COWOA (for ZC v1.5.x)
    By edgemeister in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 4 Apr 2013, 05:21 PM
  4. v151 Which COWOA Plugin? Fast and Easy or original COWOA ?
    By damon in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 8 Nov 2012, 03:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR