Hello!
I installed the gibbon software in my windows system. It was installed successfully, but no data showing and no options are working. if we click on any option, than we are getting below screen.
Hello!
I installed the gibbon software in my windows system. It was installed successfully, but no data showing and no options are working. if we click on any option, than we are getting below screen.
Hi!
There are problems between using a Linux and Windows based environment. But without an error log output, this is just speculation.
I’m not using XAMPP but WAMPSERVER, which shouldn’t be a big difference but it might differ a bit from my experience.
Please go to your XAMPP root directory / installation and look for a directory called ‘logs’. See if there is a php_error.log, apache_error.log present. You can open those using any text editor.
Can you delete all the content, save it and try Gibbon again? Maybe you will have to disable Apache and XAMPP before saving.
Then please post the content of those logs.
You should as well inform which PHP and Apache version you installed.
The last thing I can think off, is to follow my last post here Restore a server transfer locally
In simple terms, load the access_compat_module or adapt your .htaccess in the Gibbon directory from:
Order allow,deny
Allow from all
to
Require all granted
I hope this helps!
I could not see directory called ‘logs’ in root. Can some one help me with this issue.
Can some one help me with my issue.
Hi!
Can you send a print screen of your Xampp directory and your Gibbon root directory? It should be under your /htdocs/ directory, possibly in a subdirectory.
Hi.
Are you able to get access into your SQL database for the gibbon installation?
If the answer is yes to the question above
Can you verify that your gibbonSetting.absolutePath is set to your gibbon folder.
In your installation you would find the ‘logs’ directory under ‘This PC > TIH0716700A (C:) > xampp’
Did you make the changes on your .htaccess (which is a hidden file, you probably have to enable this in the Explorer to see it) or loaded the access_compat_module?
When loading http://localhost/phpmyadmin/ can you access the phpMyAdmin program?
It should look like that:
As I understand, the installation XAMPP will not set a password for the root database user. You should be able to logon just with the user ‘root’ and a blank password or using the password you might have set during installation.
If you manage to login into phpMyAdmin:
Select the corresponding database:
Search on the right side for the table called ‘gibbonsetting’ and open it:
There are two setting which are important:
‘absoluteURL’ which should be the same as in your browser window, i.e. http://gibbon.
‘absolutePath’ which should correspond to the real path to your Gibbon installation. Something like: C:\xampp\htdocs\gibbon
If one of those values doesn’t correspond to the real values, you can click on Edit and change it.
Don’t forget to save the new values by hitting ‘Go’: