Re: Quick Quantity Update Support Thread
Sorry, I didn't see that HUGE orange button that I have used everywhere else and too late to edit post.
What version php was your clean install test?
I'll try a clean install on a server using php5.4.31 in the next couple of days and see what happens. My sandboxes both have php 5.3.28 and I don't normally trust myself to create multiple installs on my live server.
Re: Quick Quantity Update Support Thread
This is not an issue that would manifest itself on one version of PHP and not another. You have a bad merge somewhere.
Re: Quick Quantity Update Support Thread
Good morning Scott
I uploaded to the server that is running PHP5.4.31 a vanilla ZC1.5.3, default Green template, nothing else added
Uploaded the QuickQuantityUpdate v1.5.3 files (overwrite instead of merge)
Made the following edits by copy/pasting:
3. Manual Steps: Modify your admin languages files as follows:
3a) Add this to admin/includes/languages/english/categories.php
define('TEXT_INFO_HEADING_CHANGE_QUANTITY', 'Change Quantity');
define('TEXT_CHANGE_QUANTITY_INTRO', 'Please set the quantity for:<br /> %s.');
3b) Add this to admin/includes/languages/english.php
define('ICON_CHANGE_QUANTITY', 'Change Quantity');
Change a product qty.
Check Logs folder
MyDEBUG file is present
Tested on my sandbox installation with PHP5.3.28
No MyDEBUG file generated.
Other than verifying the files, I can't think of anything to check. I manually made the edits to the files specified. 2 installs using php5.4.31. 1 install using php5.3.28
FWIW, the USPS shipping plugin was affected by the php change to 5.4.31 and started generating myDEBUG files until AJEH gave me the fix last night.
Re: Quick Quantity Update Support Thread
For anyone reading this in the future....
It is an issue that will manifest itself on one version of php and not another but the MyDEBUG can be ignored.
DrByte says:
Quote:
It's a PHP 5.4 issue, where the use of an object element (in this case $pInfo) is assumed to already exist, but in this specific case it doesn't yet. So, the message is telling you that it created the object on-the-fly for you.
Re: Quick Quantity Update Support Thread
This mod has been updated for Zen Cart 1.5.5a.
Re: Quick Quantity Update Support Thread
Version 1.54 PHP 5.5 - merging files, straight replacing files using Filezilla, this plug-in will not work.
Is there a revised version for 1.53 as in your install instructions use the one down from Zen Cart version being used.
Any ideas to what I can do please?
Re: Quick Quantity Update Support Thread
Can you be more specific about what you mean by "does not work?" It works fine on my installation. Did you follow *all* the instructions in the readme?
Re: Quick Quantity Update Support Thread
Quote:
Originally Posted by
swguy
Can you be more specific about what you mean by "does not work?" It works fine on my installation. Did you follow *all* the instructions in the readme?
Sorry, I mean that there is no visible affect in any part of Admin that shows that this plugin is working. I have no debug log showing at all. Is it possible to have a screen shot of exactly where I would find at least the image (icon_add.png) should be shown.
I have added 3a and 3b and still no response.
I'm scratching my head now for ideas.
Cheers
Re: Quick Quantity Update Support Thread
Re: Quick Quantity Update Support Thread
Quote:
Originally Posted by
swguy
Scott
Great thanks. Will let you know how I get on.
Bill