Loading...
 
Architecture / Installation

Architecture / Installation


Login problems...now its cookies?

posts: 19

When I try to log in (as admin/admin, I've never been able to create another user because of this issue) it just redirects to tiki-login.php and gives me a blank page. The memory limit in php.ini is set to 32MB and I've tried deleting the cache files and that's done nothing for me. I've searched around but I havent found a solution. Can anyone help?
Thanks

posts: 1092

Check also your php error logs or
check in your database that in tiki_preferences you have
error_reporting_level set to 2047. to see the error

posts: 19

> Check also your php error logs or
> check in your database that in tiki_preferences you have
> error_reporting_level set to 2047. to see the error
ok, i set that value and here's the error it gives:
Notice: Undefined index: path in D:\XMI_info\tiki-setup.php on line 1736

Warning: Cannot modify header information - headers already sent by (output started at D:\XMI_info\tiki-setup_base.php:605) in D:\XMI_info\tiki-login.php on line 23

I'm going to take a look at it, but if you have a fix please let me know. thanks for your help so far.


posts: 19

Ok, here's the line that seems to be causing the error in tiki-setup.php:
$father = $tikilib->httpPrefix(). $parsed%22path%22;


posts: 19

ok i found it, it was a problem with tiki-setup_base.php during the instal, the guy i was working with apparently put some code in there that belonged in tiki-setup.php. clueless IT guys...rolleyes

now im getting a message that says i need to enable cookies to login, but cookies are enabled...i think i remember seeing something about this already, when i was looking for a solution to the earlier errors, but if anyone knows off hand what the fix is, please feel free to chime in.
Thanks!


posts: 19

OK, progress...
earlier when trying to fix the orrigonal bug, i tried the bug fix that is detailed in the wiki where you replace PHPSESSID with session.name in tiki-login and tiki-setup and apparently that was part of the problem. I changed that back, and it will let me log in using firefox (browser i used to install tiki) but not using IE. I saw another thread with a similar problem but no solution. is there anything I can try?
I've already checked phpinfo and it gives the session.name as PHPSESSID which is the same as that used in the login and setup files.

thanks for your help sylvie, it got me movin in the right direction, hopefully I'll be able to get this completely worked out.