Re: Updating using Chrome
Quote:
Just a FYI that there is a problem using Chrome as the browser with Apsona.
No there isn't...:blush:
Be aware that when Shopadmin first loads it creates a snapshot of the database. It uses this for error-checking in the browser prior to doing imports.
It is cached and the cache does not renew with changing language, nor with reloading the Shopadmin page nor with closing and reopening it from the admin: you have to manually delete it.
This caused me a problem as I do multiple test-drives of importing large, complex .csvs locally to get them note-perfect before importing them to the real shop.
By not clearing the cache after completing local testing, Shopadmin was error-checking the csv against the wrong database info.
So, the moral is, use one browser for local work and another for remote work when using Apsona Shopadmin.
1 Attachment(s)
update of apsona_functions.php to use mysqli
I have modified the apsona_functions.php file to use mysqli.
I only use Apsona for exports and imports so it would be prudent for all and sundry to try this out on their DEVELOPMENT servers and see if it is working in all instances.
Attachment 14459
I have it working on php 5.5.15.
Re: update of apsona_functions.php to use mysqli
Quote:
Originally Posted by
torvista
I have modified the apsona_functions.php file to use mysqli.
I only use Apsona for exports and imports so it would be prudent for all and sundry to try this out on their DEVELOPMENT servers and see if it is working in all instances.
Attachment 14459
I have it working on php 5.5.15.
This is great news. Are you running zc 1.5.3?
Re: update of apsona_functions.php to use mysqli
Quote:
Are you running zc 1.5.3?
Yes...and I was about to say that's irrelevant but there is a problem with the self-determination of the admin path in the admin configure.php using the new function zen_parse_url that I haven't figured out yet which means you need to hard-code the admin path in the defines that use that function otherwise the shopadmin index page does not load.
Re: update of apsona_functions.php to use mysqli
Quote:
Originally Posted by
torvista
Yes...and I was about to say that's irrelevant but there is a problem with the self-determination of the admin path in the admin configure.php using the new function zen_parse_url that I haven't figured out yet which means you need to hard-code the admin path in the defines that use that function otherwise the shopadmin index page does not load.
Hi Torvista:
I noticed the same thing.
Fatal error: Call to undefined function zen_parse_url() in /home3/xxxx/pubic_html/admin/includes/configure.php on line 29
Re: update of apsona_functions.php to use mysqli
How do I hard-code the admin path in the defines?
Quote:
Originally Posted by
torvista
Yes...and I was about to say that's irrelevant but there is a problem with the self-determination of the admin path in the admin configure.php using the new function zen_parse_url that I haven't figured out yet which means you need to hard-code the admin path in the defines that use that function otherwise the shopadmin index page does not load.