I am having the blank page after login issue. I've verified it's successfully querying the database and that it's matching the password given with the password in the db. However, it is NOT setting cookies or sending the Location header (obviously). Here's my question though...
I have many virtual hosts defined in my Apache conf and most or all of them utilize PHP so I'm not so sure about modifying the php.ini to say the doc_root for this particular virtual host.
Is there any solution to this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am having the blank page after login issue. I've verified it's successfully querying the database and that it's matching the password given with the password in the db. However, it is NOT setting cookies or sending the Location header (obviously). Here's my question though...
I have many virtual hosts defined in my Apache conf and most or all of them utilize PHP so I'm not so sure about modifying the php.ini to say the doc_root for this particular virtual host.
Is there any solution to this?
BTW, sorry for the stupid nickname but after my first 4 failed to be open I just had to pick something... If anyone cared ;-)
Okay, got the blank page issue resolved now, but when I click on almost any link in the admin area like "My Details" I get the following error:
Parse error: parse error, expecting `T_CONSTANT_ENCAPSED_STRING' in /path/to/workbench/admin/mydetails.php on line 28
Any ideas?
What did you do to solve the blank-page problem?