I've installed IPM 0.9.1 on linux apache 1.3.27 php 4.3.1
when i click on the submit button it send me here
http://mydomain/ipm/method=post?username=project&password=tracker&op=loginaction
which is not a valid URL this problem occurs even if i dont put any login/passwd
AND it seems that the style/defaultcss is ignored.... can someone help me ?
ok we have found why...
1/for the css style we have just change permissions (755 but its maybe not the more secure...)
cd "my_ipm_dir" chmod 755 -R *
2/ for the login problem go into your php.ini file and check if register_globals=On
regards
thanx much for the help!! this is exactly what i was running into. sean
Log in to post a comment.
I've installed IPM 0.9.1 on linux
apache 1.3.27
php 4.3.1
when i click on the submit button it send me here
http://mydomain/ipm/method=post?username=project&password=tracker&op=loginaction
which is not a valid URL
this problem occurs even if i dont put any login/passwd
AND it seems that the style/defaultcss is ignored....
can someone help me ?
ok we have found why...
1/for the css style we have just change permissions (755 but its maybe not the more secure...)
cd "my_ipm_dir"
chmod 755 -R *
2/ for the login problem
go into your php.ini file and check if
register_globals=On
regards
thanx much for the help!! this is exactly what i was running into.
sean