PHP Web Host - Quality Web Hosting For All PHP Applications Clan Themes! We make clans look good!!
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
j4rdin
Worker
Worker


Joined: May 26, 2006
Posts: 144
Location: West Sussex - UK

PostPosted: Sun Feb 22, 2009 8:26 am Reply with quote Back to top

I have just updated for RN2.02.01 to RN2.30.01 not to many problems so far. But NukeFEED now produces an error 500 when you click on the Admin Control Panel NukeFEED button. Apart for that NukeFeed seems to be working still.
-----------------------------------------------------------------------------------
Internal Server Error
Hint: Check the .htaccess file for syntax/configuration errors

Refered From :
Only registered users can see links on this board!
Get registered or login to the forums!

Your IP : 87.114.226.5
Page Requested : /brzjcphp/admin.php?op=nukeFEED
Agent : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6 (.NET CLR 3.5.30729)
Redirect Status : 500
---------------------------------------------------------------------------------

I have the site switch off in Nukesentinel, but have tried switching site switch to on, but no change, same error as above.



John
View user's profile Send private message Visit poster's website
spasticdonkey
RavenNuke(tm) Development Team


Joined: Dec 02, 2006
Posts: 1252
Location: Texas, USA

PostPosted: Sun Feb 22, 2009 11:27 am Reply with quote Back to top

500 errors are usually some kind of htaccess error, might look there see if all is ok.
View user's profile Send private message
j4rdin
Worker
Worker


Joined: May 26, 2006
Posts: 144
Location: West Sussex - UK

PostPosted: Sun Feb 22, 2009 5:17 pm Reply with quote Back to top

The errors have been generated from both my main site and another which is set up in a subdirectory. The main site is the only one which has been updated to RN2.20.01 so far.

as far as I can see from the up grade instructions there shouldn't be anything else to do to upgrade NukeFEED from RN2.20.01 as it is now a core component.

Could it be a fault with the short Links in the htaccess file. as it worked fine in both sites before the up grade.
View user's profile Send private message Visit poster's website
j4rdin
Worker
Worker


Joined: May 26, 2006
Posts: 144
Location: West Sussex - UK

PostPosted: Tue Feb 24, 2009 5:03 pm Reply with quote Back to top

Ok think I have found the problem. It is caused by NukeFEED trying to check for updates and timing out.

There is a setting in rnconfig.php which isn't documented in the code see below:-

/*********************************************************************************
* For nukeFEED(tm) - Some sites may use non-UTF-8 databases created with multi-byte
* languages. If you see strange characters when view a feed preview on the block,
* preview page or auto-discovery links, you may disable UTF-8 encoding by
* setting nf_CONVERTENCODING to false
**********************************************************************************/
define('nf_CONVERTENCODING', false);
define('nf_ENABLEUPDATECHECK', false);

/*********************************************************************************
* Pagination Control:
* Currently only implemented for the News module, but could possibly be added
* elsewhere in future releases.
*


Set the define('nf_ENABLEUPDATECHECK', true); variable to false to switch off checking. You can then get into the NukeFEED Admin panel.

I think this has been mentioned before but can't remember where.

John Evil or Very Mad
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16976
Location: Kansas

PostPosted: Tue Feb 24, 2009 5:09 pm Reply with quote Back to top

Hmmm. KGuske will need to jump in here and he will Smile. I was not aware of undocumented settings because I am not using it presently because I'm too busy developing killing me

Kevin will get back to you. Thanks!
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Tue Feb 24, 2009 6:09 pm Reply with quote Back to top

Yes, we added that ENABLEUPDATECHECK definition to address unusual situations like this where the XML RPC library doesn't work.

Please send a PM or email with a print out of your PHP configuration, which you can get from PHP info in your forums admin, or upload and run the
Only registered users can see links on this board!
Get registered or login to the forums!
(tm) script.
View user's profile Send private message
j4rdin
Worker
Worker


Joined: May 26, 2006
Posts: 144
Location: West Sussex - UK

PostPosted: Wed Feb 25, 2009 12:03 pm Reply with quote Back to top

kguske wrote:
Yes, we added that ENABLEUPDATECHECK definition to address unusual situations like this where the XML RPC library doesn't work.

Please send a PM or email with a print out of your PHP configuration, which you can get from PHP info in your forums admin, or upload and run the
Only registered users can see links on this board!
Get registered or login to the forums!
(tm) script.


Have tried a PM just get an error. Looks like the xmlrpc_errors is set to OFF on the server and xmlrpc_error_number=0.

In the RN2.30.01 Prepare/Install Help File there is an etery that reads "nf_ENABLEUPDATECHECK for nukeFEED - This needs an explanation..."

Have also just found this link for similar problem
Only registered users can see links on this board!
Get registered or login to the forums!


John
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Wed Feb 25, 2009 4:41 pm Reply with quote Back to top

Confused - did you set that to false? If so, you should be able to maintain your feeds properly.
View user's profile Send private message
j4rdin
Worker
Worker


Joined: May 26, 2006
Posts: 144
Location: West Sussex - UK

PostPosted: Thu Feb 26, 2009 2:36 pm Reply with quote Back to top

kguske wrote:
Confused - did you set that to false? If so, you should be able to maintain your feeds properly.


Yes and and I can now get to the Admin Panel, thing was that I couldn't remember what I couldn't get to, if you follow me.

I have just had a reply from my host as follows:-

You mention the error is caused by a function that checks for updates, have you requested a firewall exception rule for the update server? By default outgoing connections are blocked unless you request a firewall rule.

I think they restrict outgoing calls by scripts to other websites for security. Is it a case of just getting them to allow calls to the updates page?

John
View user's profile Send private message Visit poster's website
j4rdin
Worker
Worker


Joined: May 26, 2006
Posts: 144
Location: West Sussex - UK

PostPosted: Sun Mar 01, 2009 5:21 am Reply with quote Back to top

j4rdin wrote:

By default outgoing connections are blocked unless you request a firewall rule.

I think they restrict outgoing calls by scripts to other websites for security. Is it a case of just getting them to allow calls to the updates page?

John


Have just got the host to change the firewall rules to allow me a connection to nukeseo.com and I have changed the setting back to checking for nukeFEEDS update in rnconfig.php as follows.

define('nf_ENABLEUPDATECHECK', true);

All now works as it should in the nukeFEED admin panel. If you can't get your host to allow a connection to the nukeseo.com website then you will need to change the above to:-

define('nf_ENABLEUPDATECHECK', false);

Hope this helps.

John
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5997

PostPosted: Sun Mar 01, 2009 8:38 am Reply with quote Back to top

Thanks.
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum