Forum Problems Installing LAMS: Re: Main Page of lams show in blanc


 
Search: 

2: Re: Main Page of lams show in blanc
In response to 1 01/02/07 05:09 PM
[ Reply | Forward ]
Hello,

The problem is in the ServerURL parameter. It looks like you have put http://146.83.216.164/lams, but it needs to be like http://146.83.216.164:8080/lams/.

Since you cannot login as sysadmin, you will need to modify the ServerURL directly in the database - login to mysql, and do something like:

use lams
update lams_configuration set config_value='http://146.83.216.164:8080/lams/' where config_key='ServerURL';

Hope this helps!

Posted by Jun-Dir Liew

Reply to first post on this page
Back to Problems Installing LAMS