Search:

Type: Posts; User: nuganics

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    282

    v156 Re: Host images on Amazon s3

    Just posting the below just encase others want to put their large images on Amazon s3 or a subdomain. Check out Image Handler plugin first as DrByte mentions above first tho.

    Benwpr was able to...
  2. Replies
    5
    Views
    282

    v156 Re: Host images on Amazon s3

    Thank you DrByte for the reply. I have asked a coder to see if it would be possible to put the /large/ images only on Amazon s3 as Amazon charges per access of files. If it is possible I will post...
  3. Replies
    5
    Views
    282

    v156 Host images on Amazon s3

    I have tried to put my images on Amazon s3 as they won't fit on my hosting.

    I can edit includes/configure.php and add
    define('DIR_WS_IMAGES', 'https://s3.amazonaws.com/amazonbucket/images/');
    ...
  4. v156 Re: 1.5.6b paypal undefined constant MODULE_PAYMENT_PAYPAL_IPN_DEBUG error

    Thanks guys especially the explanation.
  5. Replies
    124
    Views
    51,205

    v150 Re: Direct Bank Deposit

    I have Zen cart 1.5.6b with PHP 7.3 and getting the below warning

    [23-Jun-2019 13:53:33 Australia/Melbourne] Request URI: /xxxx/orders.php?cID=20525&page=1&oID=20993&action=edit, IP address:...
  6. v156 Re: 1.5.6b paypal undefined constant MODULE_PAYMENT_PAYPAL_IPN_DEBUG error

    Yes just warnings but trying to keep /logs/ clean so when there is a serious error I don't miss it :)

    /public_html/includes/modules/payment/paypal/paypal_functions.php on line 484 is below:
    ...
  7. Replies
    136
    Views
    27,655

    Re: Define Pages Generator addon - Support

    If you are getting "PHP Warning: Use of undefined constant" log warnings about /includes/modules/sideboxes/information.php in Zen cart 1.5.6b in PHP 7.3 change insert code to the below (change...
  8. v156 1.5.6b paypal undefined constant MODULE_PAYMENT_PAYPAL_IPN_DEBUG error

    PHP Version: 7.3.5-1+ubuntu16.04.1+deb.sury.org+1 (Zend: 3.3.5)
    Database Engine: MySQL 5.7.26-0ubuntu0.16.04.1
    Zen Cart 1.5.6b


    [22-Jun-2019 16:16:46 Australia/Melbourne] Request URI:...
  9. v155 Re: Upgrade from v1.5.4 to v1.5.5 Call to a member function notify() on a non-object

    Great idea. I changed to the new classic responsive and classic green. I got the same error and the additional images still worked on both. So I guess that means a addon or my core files are bad.
    I...
  10. v155 Re: Upgrade from v1.5.4 to v1.5.5 Call to a member function notify() on a non-object

    Hi Kobra,
    Thank you for the reply.

    PHP Version: 5.5.9-1ubuntu4.14 (Zend: 2.5.0)

    Addons:
    EasyGoogle Analytics 2.4.9 http://www.zen-cart.com/downloads.php?do=file&id=1827
    Sitemap XML v 3.3.2...
  11. v155 Upgrade from v1.5.4 Call to a member function notify() on a non-object err

    I have just upgraded to 1.5.5 from 1.5.4. Loving the responsive admin.

    I error logs I have "PHP Fatal error: Call to a member function notify() on a non-object in...
  12. v154 Re: Upgrade v1.53 to v1.54 Database Upgrade Not Accepting Password

    I was going insane also.

    What I did next was install a fresh copy of 1.5.3 in a sub-folder and then upload zc_install from 1.5.4 to the sub folder and try the upgrade. This way you find out is it...
  13. v154 Re: Upgrade v1.53 to v1.54 Database Upgrade Not Accepting Password

    Make sure you are using your store login and pass. To test just rename zc_install folder to test-zc_install and you should be able to login (I copy the login and pass from a text file to make sure it...
  14. v154 (77) Problem with the SSL CA cert (path? access rights?) - Solved

    If you get when checkout tries to connect to Paypal Express or Paypal Payments Pro:

    "An error occurred when we tried to contact the payment processor. Please try again, select an alternate payment...
  15. v154 Re: Upgrade v1.53 to v1.54 Database Upgrade Not Accepting Password

    I did the above on PHP 5.4.16 and upgraded fine this time. Must have been PHP 5.3.3. I even tried a 1.5.3 fresh install then uploaded the zc_install from 1.5.4 and it uploaded fine. I will go back to...
  16. v154 Re: Upgrade v1.53 to v1.54 Database Upgrade Not Accepting Password

    Hi dbltoe,
    I read the known bugs in 1.5.4 but don't think they apply http://www.zen-cart.com/showthread.php?215694-Known-Bugs-(and-fixes)-with-v1-5-4 . The only one xcache I am unsure about but I...
  17. v154 Re: Upgrade v1.53 to v1.54 Database Upgrade Not Accepting Password

    Hi dbltoe,
    Thank you for the reply. I installed a fresh version of Zen Cart 1.5.3 and works fine. I then moved all the 1.5.3 files into a sub-folder and uploaded all of 1.5.4 and put the...
  18. v154 Re: Upgrade v1.53 to v1.54 Database Upgrade Not Accepting Password

    Please find the attached php.ini for PHP 5.4.16 running on this server. I copied out of Virtualmin PHP manual configure so I know it is the php.ini running and zc_install mentions PHP 5.4.16 (below)...
  19. v154 Re: Upgrade v1.53 to v1.54 Database Upgrade Not Accepting Password

    I was using PHP 5.3.3 but have installed PHP 5.4.16 and have that running but get the same result on a fresh install of Zen cart 1.5.3 try to upgrade database to 1.5.4.

    I deleted the mysql user...
  20. v154 Re: Upgrade v1.53 to v1.54 Database Upgrade Not Accepting Password

    More tests:
    1/ Install a clean version of 1.5.4 works fine on PHP 5.3.3 (this is the highest PHP version number on CentOS 6.6).
    2/ Installed a clean version of 1.5.3 with hotfixes from...
  21. v154 Database Upgrade Not Accepting Password 1.5.3-to-1.5.4

    I uploaded the changed files since 1.53. When I click on the upgrade database button it tells me my password is incorrect.

    I have the correct prefix (_zen), database name and user name.

    I am...
  22. Replies
    2
    Views
    684

    v153 Re: v153 EZPage Disables After Saving

    Hi DrByte,
    Thank you for the reply. I was running https://support.cloudflare.com/hc/en-us/articles/200168056-What-does-Rocket-Loader-do- as doesn't work with a few bit of js inside the zen cart...
  23. Replies
    2
    Views
    684

    v153 v153 EZPage Disables After Saving

    In version v153 if I have a EZ-Pages page enabled under TOC: and if I edit via HTML editor or Plain Text editor and then click update (after doing page updates) it Disables under TOC: (TOC turn red...
  24. Replies
    954
    Views
    184,631

    Re: RSS2 Feed Contribution

    make sure you edit the correct template files. Check the template that you have selected in zen cart then check that you are editing the correct files. If not sure move back to default template then...
  25. Replies
    164
    Views
    85,270

    Re: Lite Red and Black Pure templates

    Hi VJef,
    Thanks for the update. CSS sprites should help heaps with load times.

    p.s BlackPure works great on Zen Cart 1.5.1 also not just 1.5.0 in my little tests. It would be great if you could...
  26. Replies
    2,110
    Views
    423,296

    Re: Failing Cron...

    Hi Andrew,
    I installed Xampp locally and imported the database. I then find and replace localhost with my url and ftp up the xml. Worked great.

    Cheers
    Tim
  27. Replies
    3,603
    Views
    515,493

    Sticky: Re: EasyPopulate 4.0 Support Thread

    I am using https://github.com/chaddro/EasyPopulate-4.0 on Zen Cart 1.5.1 and in in Config I have "Upload File Date Format" = d-m-y but for the special start and end date I have to use YYYY-MM-DD...
  28. Replies
    2,110
    Views
    423,296

    Re: Failing Cron...

    Hi Andrew,
    I tried mysql for duplicates and turning it to false but no luck. I decided to time a forced sitemap and the script seems to stop after about 8 seconds. I guess there is mysql limits...
  29. Replies
    2,110
    Views
    423,296

    Re: Failing Cron...

    Hi Andrew,
    Thanks for the reply. I don't use SEO URL/image urls or IH. It does about 16,000 urls but that is about half. Maybe have a option to split sitemap into 10,000 urls then it reloads to...
  30. Replies
    2,110
    Views
    423,296

    Re: Failing Cron...

    I looked in the log and found the below for this error.

    [12-Dec-2012 23:36:12] PHP Fatal error: 0: :: select products_type from zen_products where products_id = '72519' in...
  31. Replies
    2,110
    Views
    423,296

    Re: Failing Cron...

    Hi Andrew and others,
    Great addon.

    I currently have thousands of products listed.

    I have the below issue:

    2/ I keep getting the below error. I am on Hostgator reseller. I have selected...
  32. v151 Re: Email Template add Telephone to Delivery address

    I made the below little change just encase anyone needs it.
    Makes address like:
    Bill Smith
    8 Garden Lane
    Townsville 4557 Qld
    Australia
    Telephone: (07) 5466 4554

    Have to have Email Admin...
  33. v151 Re: Email Template add Telephone to Delivery address

    Thank you Dr Byte . It is much appreciated as I am sure I will have less issues with the post system now.

    Kind regards
    Tim Lester
  34. v151 Email Template add Telephone to Delivery address

    Hi All,
    In Australia and I guess other countries if we put the telephone number under the address the post office will phone the customer if there is a issue with delivery.

    So when I get a order...
  35. Replies
    954
    Views
    184,631

    Re: RSS2 Feed Contribution

    Thanks Andrew. Love the plugin :)
  36. v151 Re: Default Templete Updates - Google Pagespeed Suggestions

    Thank you DrByte
  37. Replies
    164
    Views
    85,270

    Re: Lite Red and Black Pure templates

    Hi Vjef,
    DrByte replied http://www.zen-cart.com/showthread.php?200910-Default-Templete-Updates-Google-Pagespeed-Suggestions&p=1155667#post1155667 . I have got a sprite file created 11262 . I have...
  38. Replies
    164
    Views
    85,270

    Re: Lite Red and Black Pure templates

    Cheers for the reply it is much appreciated. I posted the request at http://www.zen-cart.com/showthread.php?200910-Default-Templete-Updates-Google-Pagespeed-Suggestions&p=1155645
  39. v151 Default Templete Updates - Google Pagespeed Suggestions

    Hi All,
    I was wondering can the suggestions at http://www.zen-cart.com/showthread.php?162997-Lite-Red-and-Black-Pure-templates&p=1111869#post1111869 be put in ZC 1.5.1a or v1.6? I asked my template...
  40. Replies
    954
    Views
    184,631

    Re: RSS2 Feed Contribution

    I am running zen cart 1.5.1 with version 2.1.6 of RSS Feed. I my error logs I get the below:

    [02-Oct-2012 08:15:43] PHP Warning: filemtime() [<a href='function.filemtime'>function.filemtime</a>]:...
  41. Replies
    164
    Views
    85,270

    Re: Lite Red and Black Pure templates

    Hi VJef,
    I was wondering does the latest version have the suggestions at http://www.zen-cart.com/showthread.php?162997-Lite-Red-and-Black-Pure-templates&p=1111869#post1111869 . In 1.5.1...
  42. v151 Re: query_factory.php on line 46 errors when upgrade from 150 to 151

    Hi DrByte, lhungil, and Design75,
    Just want to say thank you for your replies. Not sure what I did just overwrote all /admin/ with 1.5.1 files and working fine. I must have edited a admin file.
    ...
  43. v151 Re: query_factory.php on line 46 errors when upgrade from 150 to 151

    Thank you for the reply. Removing the data-diggers files did get rid of the 500 errors Cheers lhungil.

    I didn't have any data-diggers files in init_include files from the old Query Cache plugin...
  44. v151 Re: query_factory.php on line 46 errors when upgrade from 150 to 151

    Server OS: Linux 3.2.28 Database: MySQL 5.5.23-55
    HTTP Server: Apache
    PHP Version: 5.2.17 (Zend: 2.2.0) PHP Memory Limit: 256M PHP Safe Mode: Off
    PHP File Uploads: On Max Size: 64M POST...
  45. v151 Re: query_factory.php on line 46 errors when upgrade from 150 to 151

    In admin when I go to view the customers or orders I get "WARNING: An Error occurred, please refresh the page and try again."

    The error log is

    [24-Sep-2012 23:04:28] PHP Fatal error: 1064:You...
  46. v151 Re: query_factory.php on line 46 errors when upgrade from 150 to 151

    Thank you for the reply DrByte. query_factory.php has 538 lines and the correct version in the header (viewed via ftp and deleted and uploaded again just to be sure). I just switched ...
  47. v151 query_factory.php on line 46 errors when upgrade from 150 to 151

    Hi Guys,
    Just updated to 151 from 150.

    I am getting the below error log. I did have http://www.data-diggers.com/links-to-query-cache-query-log-uti-and-others/ Query Cache installed but I have...
  48. Replies
    164
    Views
    85,270

    Re: Lite Red and Black Pure templates

    Google Page Speed is telling me there is a error with the below.

    <link rel="stylesheet" type="text/css" href="data:text/css,">

    Avoid bad requests
    The following requests are returning 404/410...
  49. Replies
    164
    Views
    85,270

    Re: Lite Red and Black Pure templates

    pagespeed.googlelabs.com has found the below suggestions.

    Combine the below images into CSS sprites
    /includes/templates/black_pure_free/images/arrow.gif...
  50. Replies
    5
    Views
    845

    v150 Re: button_names.php missing a define

    yeah, thinking about it now I'm surprised Tell a Friend lasted so long as it did because there is no email checking so if someone was organised they could get your email listed as spam via...
Results 1 to 50 of 65
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR