Aiki Troubleshooting
From Aikiframework wiki
Aiki Framework has three major places to look for troubles.
Contents |
At the web-based level
You can inspect if there are problems in the source of sites built by viewing source.
We recommend you use:
- Mozilla Firefox Browser
- Web Developer Add-ON to Firefox
- Firebug
Track down your html, css, and/or Aiki problem through the front-end.
At the web-based admin level
You can login to most aiki sites at http://YOURSITE.com/admin.
At this point, you should make sure your:
- admin username/password have the right permission to edit the site
- the admin interface is working. It requires Javascript heavily.
- What version of Aiki Framework are you using? Its in the menu-bar in recent versions and before, you have to click on the upper-land hand Aiki turtle logo to find out the version number.
At the system level
Aiki warnings and errors are logged into the system-level message system. You can find man errors at that system level.
Configuration Problems
New to Aiki is that you can override your database-stored configuration options with a config.php.

