flip
Newbie

Posts: 26
|
 |
« on: May 01, 2010, 08:02:24 AM » |
|
Hello,
It seems that I can't reply to my previous topic. The following issues are still unclear:
Will the script support multiple languages in the future and is the upgrade for free?
If the script can't run multiple languages, is it still possible to localize it e.g. to German?
It's not clear fro me if the frontend is 100% customizable regarding style and position of all elements?
Thanks,
Philip
|
|
|
|
|
Logged
|
|
|
|
|
Support
|
 |
« Reply #1 on: May 01, 2010, 08:31:54 AM » |
|
The CodeIgniter framework has a language extension but multiple languages are not supported in the LiteRadius Locator.
The user interface is created with just simple html and css objects and can be edited and placed just like any other html elements.
|
|
|
|
|
Logged
|
|
|
|
flip
Newbie

Posts: 26
|
 |
« Reply #2 on: May 01, 2010, 10:54:48 AM » |
|
Hello, I purchased and installed the script. When I open the front page (golf course template), then I get an error message: "Request resulted in an error. The server may be unavailable." http://www.ailola.com/finder/index.htmWhen I start to batch-geocode the data from us-filters.txt, then the process starts but nothing happens. The data remains unencoded and lonitude/latitude remains set at 0.0000. How can I solve these issues? Philip
|
|
|
|
|
Logged
|
|
|
|
|
Support
|
 |
« Reply #3 on: May 01, 2010, 11:30:20 AM » |
|
Let's address the golf course template first. Did you change the directory structor of the installation? If so some of the scripts may not be able to find the resources they need. Please refer to the first NOTE on this page in the documentation:
|
|
|
|
|
Logged
|
|
|
|
flip
Newbie

Posts: 26
|
 |
« Reply #4 on: May 01, 2010, 11:52:30 AM » |
|
I had the same error when I uploaded all files in the unchanged hierarchy. Now I placed the golf course template into the main Literadius folder but I updated the paths in the file header to the three files as mentioned in your "Configure Look & Feel" description. I still get the same error message.
|
|
|
|
|
Logged
|
|
|
|
|
Support
|
 |
« Reply #5 on: May 01, 2010, 12:06:55 PM » |
|
Have you also updated the paths in xml_g_maps.js as noted in the documentation? You will additionally need to modify the path reference in the beginning of the xml_g_maps.js script itself.
|
|
|
|
|
Logged
|
|
|
|
flip
Newbie

Posts: 26
|
 |
« Reply #6 on: May 01, 2010, 12:20:32 PM » |
|
Yes, that seemed to be the issue. And now only the geocoding issue remains open ... That's why I can't find any locations.
|
|
|
|
|
Logged
|
|
|
|
|
Support
|
 |
« Reply #7 on: May 01, 2010, 02:09:43 PM » |
|
Trying to find the geocoding problem is a little more tedious. Batch geocoding starts with getting a copy of your location data, sending address to Google for geocoding, capturing the returned coordinates, then saving those coordinates to the LiteRadius DB.
To get an idea where the process stalls out I've attached a script with some javascript alerts that display diagnostic messages at key points. The attached debug_geocode.js script will replace the geocode.js script found in admin/views/js_css/. Just rename geocode.js to something like geocode_bak.js then rename debug_geocode.js to geocode.js.
Before testing you will want to replace the us_filter.txt location data with a smaller set of data because a diagnostic message is triggered for each location. In the sample_data directory you will find a file called update_test_short_1.txt. It contains one location so upload that file into LiteRadius. The default should overwrite so you only have one location to deal with.
Once you've made these changes let us know so we can see what's going on.
|
|
|
|
|
Logged
|
|
|
|
flip
Newbie

Posts: 26
|
 |
« Reply #8 on: May 01, 2010, 02:14:46 PM » |
|
Sure, I'll try it but the attached geocode file was missing ...
|
|
|
|
|
Logged
|
|
|
|
|
Support
|
 |
« Reply #9 on: May 01, 2010, 02:24:40 PM » |
|
You don't see it at the bottom of the last post?
|
|
|
|
|
Logged
|
|
|
|
flip
Newbie

Posts: 26
|
 |
« Reply #10 on: May 01, 2010, 02:37:37 PM » |
|
Now I see it. Not sure if it was there before or I thought it was the signature. I found some more issues. At the moment I'm not able to login: http://literadius.escaperadius.com/index.php/topic,20.0.htmlDo you have the MD5 hash key for the default admin password "search" to edit it directly in the database?
|
|
|
|
|
Logged
|
|
|
|
|
Support
|
 |
« Reply #11 on: May 01, 2010, 02:47:41 PM » |
|
Look at the database definition in admin/models/database_model.php
|
|
|
|
|
Logged
|
|
|
|
flip
Newbie

Posts: 26
|
 |
« Reply #12 on: May 01, 2010, 02:59:02 PM » |
|
I get no messages at all. Only the GEOCODING loader starts and nothing happens. When I manually geocode the location, it's no problem.
Furthermore, when I change the password in the backend and try to login again, it's not working any more. I think there seems to be a bug same with the Forgot Password feature.
|
|
|
|
|
Logged
|
|
|
|
|
Support
|
 |
« Reply #13 on: May 01, 2010, 03:07:30 PM » |
|
For geocoding you need to refresh your browser because the old script may be cashed. To reset the login you'll need to run the setup.php script again to re-initialize the database.
|
|
|
|
|
Logged
|
|
|
|
flip
Newbie

Posts: 26
|
 |
« Reply #14 on: May 01, 2010, 03:18:32 PM » |
|
I emptied cache in Safari and I also tried another browser (FireFox) but I only see the loader and nothing happens.
The password issue has not been solved simply by running the setup again. Sure, I can re-login with the default password but once I change it, the login isn't working.
|
|
|
|
|
Logged
|
|
|
|
|