Installation Issues.... loops at step 2

Helpdesk for my helpdesk software

Moderator: mkoch227

Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Editing htaccess is only a local solution, you will still have problems in other folders/sites. I suggest you edit this second php.ini, note you have a ";" before session.save_path = /tmp, like this:

Code: Select all

;session.save_path = /tmp 
Remove the ; so it looks like this:

Code: Select all

session.save_path = /tmp 
Then restart your VPS and it should work fine on the entire server.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply