PDA

View Full Version : Can't update plugins thru adminpanel



Peter Jonsson
January 13, 2014, 05:10 PM
I have some problems updating plugins thru adminpanel.

It's says it's updated but it's not and it have been like that for a while, not sure
how long but long.

Most of my plugins are now old.

How can i see what the problem are ?

Don't feel like uninstalling the plugins and install the new one as for example all the banners will go away and people have
paid for them.

Banner plugin is the most important plugin for me to update as the html function don't work for me in the version i have.

Mike
January 17, 2014, 11:58 AM
Please submit a ticket or provide us with ftp login details to check the problem, i dont know what to advice without looking into it..

Peter Jonsson
January 17, 2014, 02:50 PM
Working now, i used dso and changed to CGI

Steffen Buschkemper
January 17, 2014, 03:03 PM
I have the same problem, but i used cgi and in 4.1 all be ok, but in 4.2 it sucks.
It can not only exist on missing cgi.

Regards
Steffen

Peter Jonsson
January 18, 2014, 09:15 AM
Dont know what your problem is but mine was that, make sure you have the right rights to the folders

Steffen Buschkemper
January 18, 2014, 10:12 AM
Hi Peter,

The problem are not the folder rights.
The problem is, that i can not connect to the flynax server.
As i have already written it works with the 4.1 without problems.

I have a file under suspicion, but this is indeed encrypted. (rlNavigator.class.php)
Also this file has changed in the 4.2 version or there are problems on flynax license server.

Regards
Steffen

Mike
January 21, 2014, 12:01 PM
Dear Steffen,

Please try following:

open includes/classes/reefless.class.php and find function getPageContent

find code and comment or remove



$parsed_url = parse_url($url);
if ( !$url || !$parsed_url['host'] || (function_exists("checkdnsrr") && !checkdnsrr($parsed_url['host'], "A")) )
return false;

Steffen Buschkemper
January 21, 2014, 06:58 PM
Hello Mike,

@first thanks for your help.
I have tested your solution and the problem persists.

I'm pretty clueless.
Firewall is not the problem.
Folder permissions not the problem.
Curl is used.
Actually, all server settings are the same as in 4.1.

I have only changed files that you have offered here, because of the login issue in 4.2 (Session Problem). -> Here (http://www.flynax.com/forum/showthread.php?1674-Flynax-4-2-post-installation-issues&p=7660&viewfull=1#post7660)
Plugins can not cause this trouble, because no installed.

Best regards
Steffen