Re: Edit Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
I don't know what happened but i have my Edit order which isn't working anymore... i have added a script called: performance
and now when i hit edit order that give me this url:
http://www.storeurl/store/MYADMINFOL...02&action=edit
at the end and bring me to my store main page.. i have uninstalled and install it again 3 times and still nothing.. the url look weird once i have uploaded the order.php in my admin folder?
Also i'm on 1.3.9 as i'm slowly upgrading my huge store.. :(
don' t know what to do :(
Re: Edit Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
It looks like you clobbered includes/filenames.php and removed the define for the Edit Orders page.
Re: Edit Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
swgy what do you mean? cuz when i see this problem i just removed the edit order from my store and did a new install, did it 3 times, ans still the same problem.. :(
the path change only when i upload the order.php in the admin folder ...
Re: Edit Orders v4.0 Admin Profile restriction?
Quote:
Originally Posted by
inkvine
Heh. didn't see that. I'm usually pretty good at that. Well, I did install the version 4.0.2 from your site, thanks for all the hard work, I WILL donate after this project is finished (it's only fair). Unfortunately, nothing has changed, except that comment bug (so at least that means version 4 was installed correctly). So still no access to editing an order with any other profile other than a superuser. Any thoughts?
Nope.. would have to test you particular scenario to see if I can replicate your result. Been a bit tied up so I'm not sure when I'll be able to test this out.. hoping someone else has some ideas in the meantime...
Re: Edit Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
Quote:
Originally Posted by
swguy
It looks like you clobbered includes/filenames.php and removed the define for the Edit Orders page.
Quote:
Originally Posted by
lilly06
swgy what do you mean? cuz when i see this problem i just removed the edit order from my store and did a new install, did it 3 times, ans still the same problem.. :(
the path change only when i upload the order.php in the admin folder ...
what he is saying is that (based on your initial post) you've installed something which probably modified some of the same files used by Edit Orders. You have inadvertently removed code Edit Orders needs. That is why you get the odd URLs. The odd URL means that required code in another file is missing.
Please try re-doing your Edit Orders install. Please be sure that when installing other add-ons which modify the SAME files as other add-ons you've installed that you use a file comparison program as we suggest in the readme file for Edit Orders..
Re: Edit Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
Thank you so much for answering me , well i use zencart since 3 years, and the module performance has been installed by the creator and no files in common and no rewritten files as i just checked..
as i use your module edit order daily!! i love it! and just installed it in a new zencart with 1.5 this time..
Hope i can fix this ..
Quote:
Originally Posted by
DivaVocals
what he is saying is that (based on your initial post) you've installed something which probably modified some of the same files used by Edit Orders. You have inadvertently removed code Edit Orders needs. That is why you get the odd URLs. The odd URL means that required code in another file is missing.
Please try re-doing your Edit Orders install. Please be sure that when installing other add-ons which modify the SAME files as other add-ons you've installed that you use a file comparison program as we suggest in the readme file for Edit Orders..
Re: Edit Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
well i just backup my admin before the performance module, and the edit is working again, so i 'm going to contact the script maker to see what was the problem...
thanx again for help!
Quote:
Originally Posted by
lilly06
Thank you so much for answering me , well i use zencart since 3 years, and the module performance has been installed by the creator and no files in common and no rewritten files as i just checked..
as i use your module edit order daily!! i love it! and just installed it in a new zencart with 1.5 this time..
Hope i can fix this ..
Re: Edit Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
Quote:
Originally Posted by
lilly06
well i just backup my admin before the performance module, and the edit is working again, so i 'm going to contact the script maker to see what was the problem...
thanx again for help!
If you are saying the performance module author installed the performance module I would venture to say that he removed or modified files used by Edit Orders and caused the issue you had.. (see Scott's original reply to you)
Re: Edit Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
I tried to install Edit Orders as instructed.
I did get the message that the program successfully installed. However I get a blank page going into "Orders"
The Debug error checkers says
[22-Aug-2012 09:59:14] PHP Warning: require(includes/languages/english/order_status_email.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/XXX/public_html/XXXX/includes/languages/english/orders.php on line 10
[22-Aug-2012 09:59:14] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/languages/english/order_status_email.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/XXXX/public_html/XXXX/includes/languages/english/orders.php on line 10
Re: Edit Orders v4.0 for Zen Cart v1.5 is ALMOST ready to release!!!
require(DIR_WS_LANGUAGES . $_SESSION['language'] . '/' . 'order_status_email.php');[/QUOTE]
line 10 in admin/includes/languages/english/orders.php