Forum


List Manager Support

List Manager support
Forums
Public write access is disabled. Please login

Strange pop-up showing 18.10.2011 13:20

Hi support

I have some problems with List Manager (running on my Joomla 1.7
site)
I can easily install and configure the component. But after that
the
problems start.

1. When i chose the component menu I see a pop up with " 0: "
When I close the pop up, I can press "Add" and "Save". After that I
see
the pop up again. And nothing is stored.

On the backend I see the following error, when I press "Data":

"Notice: Undefined variable: i in


/administrator/components/com_listmanager/views/listing/tmpl/admindata.php
on line 49
Notice: Undefined variable: row in
/administrator/components/com_listmanager/views/listing/tmpl/admindata.php
on line 50"

Can You guide me to a solution?

Re: Strange pop-up showing 18.10.2011 13:21

Hello,
we've
just checked your site, both with IE and firefox, but we
don't
get
the popup. Are you still getting it?
About the notice, is caused because you have raised the message
level
on
your administrator. Notice are only used for debugging purposes, so
for a
production site is recommended to set default level. Please go to
global
configuration->Server->Error reporting. With simple level should
work
and
messages dissapear.

Hope this helps.
Moonsoft Team
www.moonsoft.es

Re: Strange pop-up showing 18.10.2011 13:21

Hello,
we've seen notices have dissapeared. And the alert you get is already
located, it is an error produced by the first request to get data, so it
fails and this stops rest of the functions. What we already don't know is
why this happens only for mac. We continue searching for information, in order to find out possible reasons. We'll keep in touch.
Moonsoft Team
www.moonsoft.es

Re: Strange pop-up showing 18.10.2011 13:22

Sounds good. Or bad... ;)

Tomorrow I will try to install on another HomePage. Just to see if it is a server related problem.

Re: Strange pop-up showing 18.10.2011 13:22

Hello.
bad until solved
meanwhile you can help us sending us the code generated. when you enter the page and get popup going to navigator options you can select 'view source'. if you can copy what you see and attach it to an email we can check what is seeing your computer, it could help.
Thank you
Moonsoft Team
www.moonsoft.es

Re: Strange pop-up showing 18.10.2011 13:24

I am glad to inform you, that all my problems are gone - or at lest the ones that relate to List Mangager ;)

I simply reinstalled the component. And now things are working.

I am sorry, that I bothered you.

And thanks for your fast response.

Re: Strange pop-up showing 18.10.2011 13:25

ok, great to hear that!
Moonsoft Team
www.moonsoft.es

Re: Strange pop-up showing 18.10.2011 13:25

Very strange

The problem started again.

I haven't touched anything...

It worked this morning. And now I see the pop up again. But not all the time.

At this moment List Manager is working on my Mac firefox. My IE9 is frozen. But there is no pop up.

Re: Strange pop-up showing 18.10.2011 13:26

Hello,
we think we have some news about your problem. One user experienced your same issue, not with list manager, but with another extension. It finally was originated by a server configuration parameter (Access-Control-Allow-Origin), that was activated in order to avoid calls from external domains (obviously, it is not the case of the extension running on your same site), but was ALSO stopping the inner calls from inside the component. One change to the inner url we build to make the calls solved the problem for him, so we have modified list manager same way, hoping it will also work for you.

Please overwrite this file (we recommend previous backup):

joomla\components\com_listmanager\views\listmanagerfront\tmpl\default.php



line 177: change from

action :" < ? php echo JURI::base(); ? > index.php",
to

action :"index.php",

line 669: change from

action :" < ? php echo JURI::base(); ? > index.php",

to

action :"index.php",

these should not break anything at the view, it only changes the url for the inner calls.



So you can check if this works for component view (if everything is ok, we would send you the change for module view, in case you want to use it).


Please come back to us so we can help you testing, we are very concerned about solving your issue.

Edited by MSTeam - 18.10.2011 13:27
Moonsoft Team
www.moonsoft.es

Re: Strange pop-up showing 18.10.2011 13:31

Hi Moonsoft

Everyting has worked fine for several days now. I don't know if it was your fix or the webhotel owner who made some changes on the server.

Can you point, where I shall change the module – just in case.

The homepage will open for real next week.

Thanks for a great component and great service.

Re: Strange pop-up showing 18.10.2011 13:32

Hello,
glad to know it's working. Fixing the module would be done changing same calls (different lines), at this file:

joomla\modules\mod_listmanager\tmpl\default.php

line 167: change from

action :"< ? php echo JURI::base(); ? >index.php",

to

action :"index.php",



line 686: change from

action :"< ? php echo JURI::base(); ? >index.php",

to

action :"index.php",


Hope it will be solved definitively for you.
Moonsoft Team
www.moonsoft.es
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback