Because I have a huge amount of categories decided to enable ajax. Unfortunatelly it doesn;t work. After I enabled it I have deleted all cache files with no luck.
How can I make it operational.
IU version: 5.4.1
MYSQL: 5x
PHP: 5.2.x
Pawel
Because I have a huge amount of categories decided to enable ajax. Unfortunatelly it doesn;t work. After I enabled it I have deleted all cache files with no luck.
How can I make it operational.
IU version: 5.4.1
MYSQL: 5x
PHP: 5.2.x
Pawel
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x
What's the URL?
visit: jafse.com
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x
There is a fix in SVN for AJAX, you could apply that fix or simply download the SVN version and upload it over your current installation to get some other small fixes.
If you are going to upload the entire SVN version do NOT overwrite application.php
After logging to SVN I can only download 5.x.x nightly version and I can see only some fixes.
Should I download nightly build ? if not please give me the number of the fix for ajax.
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x
The entire nightly build wouldn't be a bad idea. You can keep your theme as well by the way, so all you're replacing is pretty much the php files.
okey.
BTW: ajax is working under SUGGEST NEW CATEGORY but not working under SUBMIT NEW URL...
funny...
I will check nightly build then.
edit://
the problem was because I have removed the payment gateways. So I have to change the code:
and remove "FetchPricing(); " option in ONCHANGE syntax.Code:$category = str_replace("<select name=\"cat\">", "<select name=\"cat\" onchange=\"FetchPricing(); FetchSubCategory(this.options[this.selectedIndex].value, 'cat', 'cat_div'); return false\">",
Last edited by linksor.com; 07-23-2008 at 01:54 PM. Reason: fixed
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x