Page 29 of 86 FirstFirst ... 1927282930313979 ... LastLast
Results 281 to 290 of 854
  1. #281
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by ladyk View Post
    Hi there;
    This may have been answered somewhere, but I've gone buggy eyed trying to find it. I do apologize.
    I've installed the COWOA version for v1.5. Had a problems, so uninstalled all the files and re-installed.
    Site is not broken now (Yippie) but when I go to my Admin - Configure the COWOA is not in the dropdown.
    Did I miss something?

    Thanks in advance,
    KJ
    Suggest rolling back your site to the state it was BEFORE you installed COWOA and then start over with the install..
    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.

  2. #282
    Join Date
    Mar 2012
    Posts
    54
    Plugin Contributions
    0

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by DivaVocals View Post
    Suggest rolling back your site to the state it was BEFORE you installed COWOA and then start over with the install..
    Thanks for getting back DivaVocals. I noticed something else while I was comparing files to change. In includes/filenames
    there is no define line for COWOA. There is only the mention of COWOA at the top. Is there a line missing?

    Thanks,
    KJ

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

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by ladyk View Post
    Thanks for getting back DivaVocals. I noticed something else while I was comparing files to change. In includes/filenames
    there is no define line for COWOA. There is only the mention of COWOA at the top. Is there a line missing?

    Thanks,
    KJ
    No.. there isn't anything missing from this file at all.. One line was added and it is the correct code.. Otherwise all of our UAT testing for COWOA would have failed and many people would be reporting issues with this module..
    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. #284
    Join Date
    Mar 2012
    Posts
    54
    Plugin Contributions
    0

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by DivaVocals View Post
    No.. there isn't anything missing from this file at all.. One line was added and it is the correct code.. Otherwise all of our UAT testing for COWOA would have failed and many people would be reporting issues with this module..
    Ok. I just wanted to double check.
    I'm trying to run the uninstall but am running into a snag. If I run in MyPhP I get this error :

    SQL query:

    SELECT @t4 := configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title = 'COWOA';


    MySQL said:

    #1146 - Table 'brideazz_zenc849.configuration_group' doesn't exist

    If I run in Admin / SQL Patches, I get this :

    WARNING: An Error occurred, please refresh the page and try again.

    Help?

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

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by ladyk View Post
    Ok. I just wanted to double check.
    I'm trying to run the uninstall but am running into a snag. If I run in MyPhP I get this error :

    SQL query:

    SELECT @t4 := configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title = 'COWOA';


    MySQL said:

    #1146 - Table 'brideazz_zenc849.configuration_group' doesn't exist

    If I run in Admin / SQL Patches, I get this :

    WARNING: An Error occurred, please refresh the page and try again.

    Help?
    Beacuse as the message indicates, this table doesn't exist.. (you are probably using table pre-fixes)

    You need to run this from the shop admin (as suggested in the readme). If you want to run this in phpAdmin, then you need to modify the SQL to add your table pre-fix to the table name.. and before you ask, the addition of a table prefix is NOT required if you run this from the store admin..
    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.

  6. #286
    Join Date
    Nov 2012
    Posts
    13
    Plugin Contributions
    0

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Hi,

    Seems to be some discussion about this, but let me just ask anyway. I just tried a new install of COWOA 2.4. I installed all the files in the distribution but when I went to paste the SQL patch into the admin area the admin main page loaded with no content other than something like "an error was encountered, try refreshing the page." I browsed around the admin and everything seemed fine otherwise but I decided against going further with the install. I would suspect that the problem lies with the index.php file in the admin folder but personally would not know what to look for. Any thoughts or known issues??

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

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by wacamatic View Post
    Hi,

    Seems to be some discussion about this, but let me just ask anyway. I just tried a new install of COWOA 2.4. I installed all the files in the distribution but when I went to paste the SQL patch into the admin area the admin main page loaded with no content other than something like "an error was encountered, try refreshing the page." I browsed around the admin and everything seemed fine otherwise but I decided against going further with the install. I would suspect that the problem lies with the index.php file in the admin folder but personally would not know what to look for. Any thoughts or known issues??
    There's no reason to assume that the issue is with the admin index.php based on the infromation you provided.. So I wouldn't assume that the issue is with any file until you look at the error log.. What does the error log you would have gotten after running the SQL file say..
    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.

  8. #288
    Join Date
    Nov 2012
    Posts
    13
    Plugin Contributions
    0

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Didn't actually get to do the new install.sql. Noticed the problem in the admin before I did that. That is why I assume it was an issue with the admin index.php. I'll keep you posted if I make any progress. Thanks for the help though.

    Warren

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

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by wacamatic View Post
    Didn't actually get to do the new install.sql. Noticed the problem in the admin before I did that. That is why I assume it was an issue with the admin index.php. I'll keep you posted if I make any progress. Thanks for the help though.

    Warren
    Well based on the on-screen message you would have generated an error log which will contain a hint as to the nature 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.

  10. #290
    Join Date
    Jun 2013
    Location
    Hong Kong
    Posts
    27
    Plugin Contributions
    0

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Firstly, I must to thank you the Zencart support team for helping us to solve so much problems!

    I'm very new to Zen cart, and tried to install COWOA 2.4 (my zencart version 1.5.1 with PHP Version: 5.2.17, using Abagon template).

    Problems as belows:
    - Webpage became 100% width. (That means the left and the right column shifted to the screen edge.)
    - The white background color of product info. page disappeared.
    - Product description changed to "center alignment" from "left alighment".
    - Header banner disappeared.
    - Currency pull-down menu disappeared.

    My installation process:
    For new COWOA installation, I just followed the instruction to rename the admin and template folder name, then used ftp software to upload all the files to my host. During installation, some files were overwritten, then I installed COWOA_Full_Install.sql and configured COWOA by following the instruction. No any error warning occur!


    At the same time, I've tried to change to classic template, it's normal.

    I've gone thru all the posts here but really couldn't find the same problems as mine.

    I uninstalled the COWOA, but the layout cannot be recoverd, no any improvement at all! Then I installed Abagon template again to get back the original layout.

    I would like to install COWOA again but I'm afraid the same result will be came out!
    I don't know if I missed some steps during installation and how I can fix it.

    Could anyone help me? thank you very much!
    Last edited by jaychan2013; 4 Jun 2013 at 09:41 AM.

 

 
Page 29 of 86 FirstFirst ... 1927282930313979 ... 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