Page 37 of 86 FirstFirst ... 27353637383947 ... LastLast
Results 361 to 370 of 854
  1. #361
    Join Date
    Nov 2009
    Posts
    25
    Plugin Contributions
    0

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

    Hi all,
    I combed all 36 pages and did not see a vanilla problem like I am experiencing; it just not seem to work.

    I have already uninstalled and reinstalled 3 times, and even tried the Classic Green template to no avail: https://antiagingpillowcase.com/cart/

    No matter what I do, when I proceed to checkout it asks to log in or create an account. All COWOA settings in Admin are set to 'True', and as far as I know everything uploaded/overwrote and updated as intended.

    Thanks in advance!

  2. #362
    Join Date
    Apr 2006
    Posts
    413
    Plugin Contributions
    0

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

    Just started seeing this in error logs (a few times this month): PHP Fatal error: Cannot redeclare class order in /home/.../public_html/includes/classes/order.php on line 1111

    This is from the order.php packaged with the latest COWOA 2.4. Line 1111 is the last line of the file: }

  3. #363
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by jetx View Post
    Just started seeing this in error logs (a few times this month): PHP Fatal error: Cannot redeclare class order in /home/.../public_html/includes/classes/order.php on line 1111

    This is from the order.php packaged with the latest COWOA 2.4. Line 1111 is the last line of the file: }
    Not seeing this in any site I've installed COWOA, and it's not been reported here.. leads me to believe that another module that edits the same file is in conflict..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #364
    Join Date
    Apr 2006
    Posts
    413
    Plugin Contributions
    0

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

    Yes I could find no reference to this anywhere. Thanks for that confirmation. Now to try to trigger it.

  5. #365
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,520
    Plugin Contributions
    88

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

    Quote Originally Posted by jetx View Post
    Just started seeing this in error logs (a few times this month): PHP Fatal error: Cannot redeclare class order in /home/.../public_html/includes/classes/order.php on line 1111

    This is from the order.php packaged with the latest COWOA 2.4. Line 1111 is the last line of the file: }
    A lot of times this happens when you make some changes to a page's header_php.php file and rename the original file to something like header_php_original.php (to have a backup) ... both of the files will load and you'll get the duplicate class error.

  6. #366
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

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

    I've gone through this entire post and haven't seen the answer to my question, so if someone could help me, I'd be very grateful. :-)

    I installed the COWOA (1.5.0, I think) a few months ago, and after some hiccups, got it working properly. But recently a few different book customers have contacted me, saying that the system is telling them their session has expired. This is happening less than 5 minutes after they've finalized their order. How can I reset the timeout feature so that their session won't expire until AFTER they've downloaded their products?

    Oddly enough, it isn't happening every time, just occasionally. Any ideas why?

    Thanks!!

  7. #367
    Join Date
    Apr 2006
    Posts
    413
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    A lot of times this happens when you make some changes to a page's header_php.php file and rename the original file to something like header_php_original.php (to have a backup) ... both of the files will load and you'll get the duplicate class error.
    That was an inspirational idea, unfortunately I have no such (backup) files in any directories.

  8. #368
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by jetx View Post
    That was an inspirational idea, unfortunately I have no such (backup) files in any directories.
    Still sounds like you have another module which modifies the same files as COWOA which is the root cause of the issue..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #369
    Join Date
    Oct 2005
    Posts
    17
    Plugin Contributions
    0

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

    ZenCart 1.5.1

    I'm having issues with the sql patch. I've tried it from the tools menu, and in phpmyadmin.

    INSERT INTO admin_pages( page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order )
    VALUES (
    'configCOWOA', 'BOX_CONFIGURATION_COWOA', 'FILENAME_CONFIGURATION', CONCAT( 'gID=', @t4 ) , 'configuration', 'Y', @t4
    );

    MySQL said:
    #1048 - Column 'page_params' cannot be null

    Any ideas how to fix?

    Thank you

  10. #370
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by rhrobert View Post
    ZenCart 1.5.1

    I'm having issues with the sql patch. I've tried it from the tools menu, and in phpmyadmin.

    INSERT INTO admin_pages( page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order )
    VALUES (
    'configCOWOA', 'BOX_CONFIGURATION_COWOA', 'FILENAME_CONFIGURATION', CONCAT( 'gID=', @t4 ) , 'configuration', 'Y', @t4
    );

    MySQL said:
    #1048 - Column 'page_params' cannot be null

    Any ideas how to fix?

    Thank you
    Run the FULL script.. you are attempting to run the script in pieces and the variable it uses is defined earlier in the script.. Run the script in FULL not in sections..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 37 of 86 FirstFirst ... 27353637383947 ... 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