Search:

Type: Posts; User: cnymike

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    491

    v156 Re: PHP warnings in logs directory

    I ran the query you provided and did not see any PHP Warnings appear during a checkout. Although this is over my head, I appreciate your quick solution as I never would have been able to figure this...
  2. Replies
    12
    Views
    491

    v156 Re: PHP warnings in logs directory

    Would that indicate that in the upgrade to 1.5.6c that the database was not upgraded?
  3. Replies
    12
    Views
    491

    v156 Re: PHP warnings in logs directory

    I just had another PHP Warning appear. This one is different and seems to occur during checkout. I'm not able to figure out where the "old" code is located. I'm trying to learn.

    --> PHP Warning:...
  4. Replies
    2
    Views
    206

    Re: Hundreds of thousands of MYdebug logs

    This has been solved by swguy in my other thread https://www.zen-cart.com/showthread.php?226397-PHP-warnings-in-logs-directory
  5. Replies
    12
    Views
    491

    v156 Re: PHP warnings in logs directory

    Yes, that would be a no.

    My Custom template had old code in it. Your code has fixed the issue. Thank you.
  6. Replies
    12
    Views
    491

    v156 Re: PHP warnings in logs directory

    I have this...

    // header Search Button/Box Search Button
    define('HEADER_SEARCH_BUTTON','Search');
    define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');
  7. Replies
    12
    Views
    491

    v156 Re: PHP warnings in logs directory

    ZC v1.5.6c
    PHP 7.3

    PHP Warning: Use of undefined constant SEARCH_DEFAULT_TEXT

    I found a thread on GitHub that mentioned this issue and it suggested checking to see if sideboxes/search was...
  8. Replies
    12
    Views
    491

    v156 PHP warnings in logs directory

    ZC 1.5.6c
    PHP 7.3

    After posting another thread titled "Hundreds of Thousands of MYdebug logs" I realized afterwards that the PHP warning in those errors is pertinent.

    This is the error: "PHP...
  9. Replies
    2
    Views
    206

    Hundreds of thousands of MYdebug logs

    ZC V1.5.6c (upgraded from 1.5.4 possibly)
    PHP 7.3

    I help a client with topiary-gardens.com/store I was not comfortable upgrading ZC for her so she hired someone else to do it. Even since the...
  10. v150 Re: Gift Certificates - Duplicate Orders being Created

    I just had a client reporting this exact issue. The interface is not intuitive. How would anyone expect that to happen? Thanks for posting this. Very helpful and saved me a ton of time trying to...
  11. Re: Problem with Admin after changing directory name for Admin

    So thankfully I had made a backup before I began this procedure and restored my configure.php file and admin directory name to its original state.

    I started all over again and this time it worked...
  12. Re: Problem with Admin after changing directory name for Admin

    I don't know how I messed something up since I followed the instructions.

    I went to my /includes/configure.php file

    I located

    define('DIR_WS_ADMIN', '/store/admin/');
    ...
  13. Problem with Admin after changing directory name for Admin

    I followed explicitly the directions for changing the Admin directory to a more secure name.

    After doing so and then visiting the new directory in my browser, I got the following page...

    Hello....
  14. Replies
    8
    Views
    3,369

    Re: [Not a bug] When PHP is run as CGI

    You are right, I was wrong... the file was in there after all. I can't explain why I didn't see it before but it is definitely in there now.

    I've actually chosen to not use php-cgiwrap though for...
  15. Replies
    5
    Views
    1,056

    Re: Need help on a security message

    I've just run into this php-cgiwrap issue today as a matter of fact. didn't matter wether I ran php4 or php5. Both of my config files had 444 permissions and when php-cgiwrap was installed, I...
  16. Replies
    8
    Views
    3,369

    Re: When PHP is run as CGI

    So I just found this thread. I've been having this "no input file specified" issue with php-cgiwrap installed. Removing php-cgiwrap also removes the "no input file specified" error I'd been having. I...
  17. Replies
    5
    Views
    7,965

    Re: No input file specified.

    I've just experienced this "no input file specified" error and it is because I recently implemented phpcgiwrap on my shared server. So in my .htaccess file I had put in...

    Action...
  18. Replies
    2
    Views
    1,674

    Re: Cleaning Log Table

    ... and make sure you backup your database before doing this. Better safe than sorry.
  19. Replies
    18
    Views
    4,437

    Re: Database needs patching ?

    Awesome. thank you.

    Michael
  20. Replies
    18
    Views
    4,437

    Re: Database needs patching ?

    I think all I need to do is EMPTY the table zen_upgrade_exceptions using phpMyAdmin.

    But I just wanted to make sure before I do it.
  21. Replies
    18
    Views
    4,437

    Re: Database needs patching ?

    OK, one last question, how would I go about clearing the zen_database_exceptions table? If possible I would like to clear out the errors listed here so that in future database upgrades, it will be...
  22. Replies
    18
    Views
    4,437

    Re: Database needs patching ?

    Based on the zen_upgrades_exceptions table, it looks like the table zen_paypal_testing is missing from my previous database, thus during the upgrade all the errors concerning the zen_paypal_testing...
  23. Replies
    18
    Views
    4,437

    Re: Database needs patching ?

    I have placed a test order and it seems to work. I don't use PayPal so I haven't tested the functionality of that. But regardless if it works for my "simple" test, I'm not confident it will work if I...
  24. Replies
    18
    Views
    4,437

    Re: Database needs patching ?

    All my tables have the prefix. It looks like the "upgraded" database has an additional two tables

    zen_nochex_apc_transactions
    zen_nochex_sessions

    There is also a lengthy...
  25. Re: Question about Database: what is "information_schema" ?

    Understanding technical writing is not my forté. Your explanation did clear it up though, so thank you.

    We're not all braniacs here :-)
  26. Re: Question about Database: what is "information_schema" ?

    Gosh, I've asked my question several different ways and I've gotten several responses but all of them dance around the topic instead of directly answering my question. Sorry for the inconvenience. I...
  27. Re: Question about Database: what is "information_schema" ?

    So I guess you are saying that it has nothing to do with restoring a cart database then? I need not worry about it al all since it has nothing to do with Zen-Cart, per se?

    Michael
  28. Re: Question about Database: what is "information_schema" ?

    I have found more information on the information_schema here...
    http://dev.mysql.com/doc/refman/5.0/en/information-schema.html

    But what I'm still not clear about is when does this database get...
  29. Re: Question about Database: what is "information_schema" ?

    So it is created by Zen Cart during the installation?

    If I ever had to restore my store database from a backup then I would actually need to restore both databases?
  30. Question about Database: what is "information_schema" ?

    When I look at my database isomg phpMyAdmin, I see two of them listed, "information_schema (17)" and "mystore (97)"

    I'm not sure what the "information_schema" is. I did have someone help me...
  31. Replies
    18
    Views
    4,437

    Re: Database needs patching ?

    My problem is similar to what is being discussed here so I will continue...

    I upgraded from 1.3.7 to 1.3.8a. I uploaded the 1.3.8a files over my existing installation and then ran the zc_install...
  32. Re: Shipping based on a combination of Table rates and %

    I've actually taken the plunge and installed the
    "old" percent shipping and it seems to be working. Too bad it is hidden in the old archives and not being made easily accessible.
  33. Thread: Font size

    by cnymike
    Replies
    5
    Views
    1,434

    Re: Font size

    You'll have to get your hands dirty in the stylesheet.css file for the template that you are using. There are FAQ's that discuss this. I would try there first if you don't know about CSS.
  34. Replies
    7
    Views
    2,031

    Re: Percentage Shipping Module

    I'm going to say this is solved.

    I intended to check it out but just wanted to make sure that I wouldn't damage my database in some way if it didn't work.

    I made a copy of my test installation...
  35. Replies
    9
    Views
    1,334

    Re: Shipping as percentage of total

    I intended to check it out but just wanted to make sure that I wouldn't damage my database in some way if it didn't work.

    I made a copy of my test installation and put it in. It does seem to work...
  36. Replies
    54
    Views
    16,520

    Re: v1.2.6 -> v1.3.5: What a B!TCH!

    Ray, you are in good company. I had a virtually impossible time getting the database upgrade to work. It finally came down to a DrByte suggestion of fixing the database prefix code in an obscure file...
  37. Re: Problem: mysql SQL Install file does not exist

    I ended up reinstalling 1.3.7.1 again and found an older backup of my database that I was finally able to upgrade based on DrByte suggestions in another thread. So although I can't specifically say...
  38. Re: My v1.2 database cannot be upgraded using ZC_install

    Well after numerous attempts at getting the old database upgraded to 1.3.7.1, I finally succeeded. Unfortunately I cannot say for sure why the previous attempts failed. But eventually the upgrade...
  39. Replies
    7
    Views
    2,031

    Re: Percentage Shipping Module

    Does the old addon percentage shipping module (percentage.php) work with v1.3.7.1 of Zen Cart?

    I hesitate to install it for fear that it will muck up my database.

    Is there anyone who can say...
  40. Replies
    9
    Views
    1,334

    Re: Shipping as percentage of total

    Kim,

    I realize it was an addon. But I only see it as an older module and therefore must assume it is not compatible with v1.3.7.1

    I sure wouldn't want to risk screwing up my database seeing as...
  41. Re: Shipping based on a combination of Table rates and %

    Any update on resurrecting the percent.php shipping module from the older version to that it will work in 1.3.7.1? I am desperate to get shpping as a percentage of total, plus the ability to add a...
  42. Replies
    9
    Views
    1,334

    Re: Shipping as percentage of total

    What I need to move forward with the 1.2 to 1.3.7.1 upgrade are the same options that were available to me in the percent.php module of yesteryear, including...

    Percentage Rate
    The Percentage...
  43. Replies
    9
    Views
    1,334

    Re: Shipping as percentage of total

    In version 1.2 of Zen Cart, I had a shipping module installed, percent.php

    I do not see that as part of the v1.3.7.1 installation anymore.

    I looked at the table shipping module but it does not...
  44. Re: Problem: mysql SQL Install file does not exist

    DrByte, I did as you outlined and got this error...

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near...
  45. My v1.2 database cannot be upgraded using ZC_install

    Round and round in circles I go...

    I dumped the database.

    I found an old version of the database that I had backed up in February 2007. I imported it into the database using phpmyadmin. 92...
  46. Re: Problem: mysql SQL Install file does not exist

    I dumped the database again and imported a backup from February 2007. I ran the installer again to upgrade the database and the installer sniffer predicted an upgrade from v 1.2.0 to 1.2.1

    I...
  47. My v1.2 database cannot be upgraded using ZC_install

    Since this seems to be it's own issue, I'm starting a concurrent thread with one I already have going regarding difficulty upgrading from 1.2 to 1.3.7.1

    I have what seems to be a perfectly...
  48. Re: Problem: mysql SQL Install file does not exist

    I reinstalled the zencart zip file v.1.3.7.1 and unzipped. All files appear to be in directories.

    I dumped the old database tables.

    I imported a database which I believe to be 1.1.4 patch 1,...
  49. Re: Problem: mysql SQL Install file does not exist

    Things have only gotten worse as I bludgeon my way through this...

    My webhost said they were able to restore an older backup of the database. So I deleted the old database entirely and created a...
  50. Re: Problem: mysql SQL Install file does not exist

    Here is some additional information regarding inspection results and other system information that was flagged during installation of zen cart...

    # Webserver = Apache/2.2.4
    # HTTP Host =...
Results 1 to 50 of 134
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR