Requirements
To run Frog CMS your host needs a couple of things:
- : version 5 or greater
- version 4.1.x or greater (with or without PDO)* or 3 with PDO
- Apache, IIS, Nginx
For the rewrite rules to work and other options in the .htaccess file to work, you will need at a minimum the following in your VirtualHost’s configuration file:
AllowOverride Options FileInfo
Note – All compatibilities noted here are known to have been tested and work just fine
*mySQL 4 without PDO
It seems that Frog 0.9.4 will not install properly on this configuration (once installed, it runs just fine!).
If this is what your host provides (and they will not/cannot provide mySQL 5+), Frog can still be installed:
- find the file /install/config.tmpl
- change line 35 to read:
define('USE_PDO', false);and save - 0.9.4 should now install properly.
- if problems persist, post your issues in with as much information about your setup as possible.