[SOLVED] Closest Places 500 Error

More
11 years 1 month ago - 11 years 3 weeks ago #17428 by baparks
I'm having an issue that I don't know how to address.
On the front end the module continuously tries to load data but firebug shows the following:

GET dineout-indy.com/index.php?option=com_ge...g=-86.158074&limit=5

500 Unable to load renderer class
jquery.min.js (line 2)

I'm hoping you'll be able to assist.

Thanks in advance!
Last edit: 11 years 3 weeks ago by baparks.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #17429 by nordmograph
Hello

Is this an issue that didn't occur before?
It sounds liek a javascript conflict.
I did not keep your site credential, please email me again.

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #17430 by baparks
Replied by baparks on topic Closest Places 500 Error
They're on the way.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #17431 by baparks
Replied by baparks on topic Closest Places 500 Error
Did you receive the info?

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago - 11 years 1 month ago #17433 by nordmograph
Yes
The module ajax gets stuck because it is now loading this:
Code:
index.php?option=com_geocheckin_sobipro&format=raw&lat=50.686259199999995&lng=3.1387718&limit=5
instead of:
Code:
index.php?option=com_geocheckin_sobipro&format=raw&lat=50.686259199999995&lng=3.1387718&limit=5

First link has & instead of & and loads the page without the raw format.
Can you check the module code
modules\mod_geocheckin_sobipro_closest\tmpl/default.php
around line 153

Make sure you have
Code:
index.php?option=com_geocheckin_sobipro&format=raw

and not
Code:
index.php?option=com_geocheckin_sobipro&format=raw

hope this helps.

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.
Last edit: 11 years 1 month ago by nordmograph.

Please Log in or Create an account to join the conversation.

More
11 years 1 month ago #17434 by baparks
Replied by baparks on topic Closest Places 500 Error
On it.

Please Log in or Create an account to join the conversation.

Time to create page: 0.357 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.