cocothecat Posted October 2, 2012 Share Posted October 2, 2012 I know there are 100s of requests on this already. However on my one server I can install 1.5.x. (latest) no problems at all. I install on another server and I get the 2nd page loop of death once all the setitngs are fine! Is there an answer for this? First time using 1.5 as a base to work off and its shocking. Even things like adding a new theme via FTP does not work!! Link to comment Share on other sites More sharing options...
rockywaste Posted October 30, 2012 Share Posted October 30, 2012 Hi, coco. Seems like you have this problem due to errors with session handling. Add string @ini_set('display_errors', 'on'); at the beginning of init.php in install folder and see if there are any errors. Link to comment Share on other sites More sharing options...
boatsteward Posted November 14, 2012 Share Posted November 14, 2012 Hi Coco, I too have the same problem, but after inserting the script into init.php all I get is the message @ini_set('display_errors','on'); at the top left hand side of screen. Have you had any success? Link to comment Share on other sites More sharing options...
rockywaste Posted November 15, 2012 Share Posted November 15, 2012 You had to insert it after <?php tag.. You have inserted it right in the beginning, and so you get that message.. Purpose of that code is to turn on displaying of all php errors. In my case problem was with wrong permissions on folder, where php stored session files. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now