rbarnett1974 Posted October 23, 2008 Share Posted October 23, 2008 I will be honest up front and say I know every little about PHP. I have a couple of websites that run off PHP but are out of the box type sites. I have a blog in WP, I have a wiki page built from Media wiki, I have a forums built off of PHPBB. So as you can see these site are unzipped and a few setting changes and it works. My blog, wiki and forums have been running for some time now with no problems. I installed Cacti which is another out of the box site that does graphing for system monitoring. Once I installed cacti I started having a problem. I have tried to uninstall cacti and the problem has not gone away. The problem is as follows: Use the blog for an example. I go to blog.barsoftnetware.com and I see my postings. I can click on links and I can move to other parts of my site just fine. I click on loin and I get a logon screen as I should. I put in the correct logon information and the screen refreshes the logon screen. If I put in wrong logon information it tells me so like it should. When I put in the correct information it refreshes the logon screen with no additional messages. I am using PHP 5.2.6, MySql 5.0.51, Apache 2.2.9 running on Linux Fedora 9. I have looked through the following logs and see nothing to indicate there is a problem. /var/log/messages /var/log/httpd_error_log /var/log/httpd/(each log for each site) /var/log/httpd/access_log /var/log/mysqld.log If you need more information I would be happy to provide it. Thank you ahead of time. Link to comment https://forums.phpfreaks.com/topic/129676-login-loop/ Share on other sites More sharing options...
prexep Posted October 23, 2008 Share Posted October 23, 2008 Are they all in the same directory or separated through the root. Example /forum /wb Or in all the same directory? If in the same directory it might of overwritten some files they another scripted used? Link to comment https://forums.phpfreaks.com/topic/129676-login-loop/#findComment-672433 Share on other sites More sharing options...
rbarnett1974 Posted October 23, 2008 Author Share Posted October 23, 2008 They are all in /var/www/html/(website dir) ie. /var/www/html/blogsite /var/www/html/wiki site I only have folders that contain one site per folder in /var/www/html Link to comment https://forums.phpfreaks.com/topic/129676-login-loop/#findComment-672452 Share on other sites More sharing options...
rbarnett1974 Posted October 23, 2008 Author Share Posted October 23, 2008 I have a feeling that a php file outside of /var/ww/html got edited and has caused this. I was thinking something the PHP.ini but again i dont know a lot about php and there lies my problem Link to comment https://forums.phpfreaks.com/topic/129676-login-loop/#findComment-672455 Share on other sites More sharing options...
rbarnett1974 Posted October 23, 2008 Author Share Posted October 23, 2008 Thinking that php.ini was the problem I replaced it with a default php.ini file. by doing this I did broke my wiki site but did not fix any of log in problems. I got a copy of apache 2.2.10 httpd.conf file and attempted to use it but that has not turned out very well. I am using apache 2.2.9. Config files muct have changed. when i make my site changes to the config file for 2.2.10 it blows up my 2.2.9 file. So I am looking for a 2.2.9 apache default fiel and try that. Link to comment https://forums.phpfreaks.com/topic/129676-login-loop/#findComment-673090 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.