Menu not working

After I sucessfully install gibbon version 11.I login sucessfully to the admin home.The horizontal menu link not working.I click on Admin>School Admin but is not linking to the School Admin page.I got this error HTTP 404 Error.The same happened to all other link on the admin page.Kindly help me out.

Olutayo,

That is unusual. Can you please share with me the URL that you are logging in from (in Gibbon we call this the Absolute URL), and then the URL you see for the 404 message at Admin>School Admin. I don’t need to access the URLs (so no problem if they are localhost), I just want to compare them.

Thanks,

Ross

This my login URL. “http://localhost:1235/core/index.php”.I successfully login with these.This is the URL that appear on clicking Admin>School Admin “http://localhost/core/index.php?q=/modules/School Admin/schoolYear_manage.php”

Olutayo,

OK, you are seeing a bug in the v11 installer, that has been fixed for v12. The bug means that the port number (1235 in your case) is left our during installation, and so the Absolute URL is nor correctly set. Please run the following SQL on your database and it should fix the issue:

UPDATE gibbonSetting SET value=‘http://localhost:1235/core’ WHERE name=‘absoluteURL’ AND scope=‘System’;

Then clear your cookies/cache and try to log in again: the problem should be solved.

Thanks,

Ross

Thanks alot.It’s working now after running the query.

Thanks alot.It’s working now after running the query.