Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.4 RN Issues
Author Message
spasticdonkey
RavenNuke(tm) Development Team



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

PostPosted: Mon Oct 17, 2011 10:36 pm Reply with quote

That's odd, If a module is active for all visitors, users should be able to see it..?? how exactly did you accomplish that?

Yes it is fine if you pm me an acct to test, although I believe you that these errors are happening and I'm not sure it will reveal anything new..

If you look at the _users table is there anything different about the new accounts that work?

I'm still leaning toward some sort of database problem with either the _users or _sessions tables. But this is not exactly my specialty so if someone else has some ideas please chime in Smile
 
View user's profile Send private message Visit poster's website
chaos_coa
Regular
Regular



Joined: Oct 11, 2007
Posts: 86

PostPosted: Mon Oct 17, 2011 10:47 pm Reply with quote

I didn't do anything that I am aware of?

Have not done anything to galletr2

Even tried disabling the gallery module - then re-enabling it - and same thing.

Not sure what I should be looking at in the _users table?

Will send you that login in a sec.
 
View user's profile Send private message
chaos_coa







PostPosted: Tue Oct 18, 2011 9:09 pm Reply with quote

Hi

I setup my test site to run under apache mod_php

I no longer get the error 500.

Now I get blank white pages when clicking on links as an authenticated user - admin or regular.

Any ideas?

Also - I request that a moderator move this thread to a different location.

I placed this thread here because I moved my site to a different host - and upgraded ravennuke to 2.40.01

That did not work.

I am now concentrating on just getting rn2.20.01 to function.

I don't feel its in the correct section.

Please move it

======================================


Here is the current situation

I am using php version 5.3.2 on Centos6

I followed the instructions to the letter in the HowToInstall folder that shipped with the rn2.20.01 download.

No errors in installation.

When trying to login as admin I receive a "Premature end of script headers:" error in my error logs.

I tried running the site as apache mod_php, CGI, and FCGI

as CGI

[error] [client 192.168.1.11] Premature end of script headers: php5.cgi, referer: [ Only registered users can see links on this board! Get registered or login! ]

.

As FCGI

[warn] [client 192.168.1.11] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server

[error] [client 192.168.1.11] Premature end of script headers: modules.php, referer: [ Only registered users can see links on this board! Get registered or login! ]

as mod_php

No error - blank pages when clicking on links as an authenticated user.

Spent many hours on this site since 2008 so I want to save it if possible.

Sending up the white flag soon . . .

The next loschaos you save may be your own. . ..


Very Happy
 
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Wed Oct 19, 2011 1:36 am Reply with quote

Just for curiosity, compare the mouseover link of a new user with the mouseover link of an existing user that hasn't yet logged out and see how they compare. BTW, RN is not "certified" to run under 5.3 but I don't think that's the issue.
 
View user's profile Send private message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Wed Oct 19, 2011 2:19 am Reply with quote

Just to clarify, in case it helps, my development server uses 5.3.2 and I have not experienced any issues running RN.
 
View user's profile Send private message Send e-mail
chaos_coa







PostPosted: Wed Oct 19, 2011 8:53 am Reply with quote

Hi

Thanks for the reply!

What am I to mouseover? Is that in the siteinfo box? or Members list?

I am assuming the member list. I had that inactive but just marked it active and viewable by all visitors so you can see it on the home page now.

Are you talking about the line that ends with &u=160

If I am looking at the right thing I don't notice anything different?

I can PM you the login id and pass of a user that was on before the move and a newly added user? let me know
 
chaos_coa







PostPosted: Wed Oct 19, 2011 12:35 pm Reply with quote

Hi

On a suggestion from tech support I loaded the PHP-Nuke 8.2 version.

I have been hammering on it for some time now and No errors so far from logged in users. (authenticated or unauthenticated)

Can it be something to do with the RN 2.20.01 version and php 5.3.2 that is corrected in the latest version of RN?

Should I attempt another upgrade on my test server to v2.40.01 ??
 
Guardian2003







PostPosted: Wed Oct 19, 2011 1:08 pm Reply with quote

I use RN on my own server which runs PHP 5.3.2 and have had no problems. I cannot believe anyone actually recommending php-nuke of ANY version - it is completely unsafe, do not use it!

First thing to do is transfer your original site BEFORE doing any upgrades.
But let's take it from the top; there has to be something we are missing...

Are you using the same domain?
Has the DNS been updated and propagated to reflect the new IP address of your new server.
I hope you are not trying to access the site via the IP address e.g. m.y.i.p~username/index.php because that does sometimes give issues due to the built-in security measures.
 
chaos_coa







PostPosted: Wed Oct 19, 2011 1:27 pm Reply with quote

Hi Guardian

Yes - same domain.

They did not suggest I use the 8.2 version of nuke - they suggested I install it to see if it also generated the same errors which it has not.

I have transferred the original site (RN 2.20.01) directly to my new host and dns has propogated and all looks well there. What you see running now at loschaos.com is the site that was moved from hostgator.
 
Guardian2003







PostPosted: Wed Oct 19, 2011 2:06 pm Reply with quote

Right ok, so that site is running ok?
 
chaos_coa







PostPosted: Wed Oct 19, 2011 2:38 pm Reply with quote

Only as a user who is not authenticated.

Error 500's for admin user and regular logged in users as noted in previous posts.

"Running as CGI

[error] [client 192.168.1.11] Premature end of script headers: php5.cgi, referer: [ Only registered users can see links on this board! Get registered or login! ]

Error 500's on almost all links
.

Running as As FCGI

[warn] [client 192.168.1.11] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server

[error] [client 192.168.1.11] Premature end of script headers: modules.php, referer: [ Only registered users can see links on this board! Get registered or login! ]

Error 500's on almost all links

as mod_php

No error - blank pages when clicking on links as an authenticated user. "

I will PM you some user login IDs and passwords for you to test with.


Last edited by chaos_coa on Wed Oct 19, 2011 5:42 pm; edited 1 time in total 
chaos_coa







PostPosted: Wed Oct 19, 2011 2:47 pm Reply with quote

Hi Guardian - I sent you the PM

Thanks!
 
chaos_coa







PostPosted: Thu Oct 20, 2011 10:34 pm Reply with quote

Hi Guardian

Thanks for all your help!

My Fresh install of Ravennuke latest edition seems to be working fine.

Will switch to plan B - load new version - upgrade old database to new version of RN - copy over tables with user info.

Wave
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.4 RN Issues

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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©