Strict Standards: Declaration of modX::getCacheManager() should be compatible with that of xPDO::getCacheManager() in /var/www/revo/html/core/model/modx/modx.class.php on line 48
Indeed; has been addressed in SVN already and will be in the RC1 release which will be available very soon. Though that should not prevent anything from working. It’s odd because the default error_reporting in MODx includes ~E_STRICT, so that really shouldn’t be reported.
The only error I’m getting now is one that I believe has been fielded elsewhere:
Strict Standards: Declaration of modX::getCacheManager() should be compatible with that of xPDO::getCacheManager() in /var/www/revo/html/core/model/modx/modx.class.php on line 48
If you’re posting about a bug, please state all of your Environment information in your post: Server OS, Server Version, PHP Version, MySQL Version (client and server), is pdo_mysql installed, your Browser type and version, and any other environment data we should know
It tries to do this (it already checks for PDO, PDO_mysql, and other required extensions), so the problem is a bug that is appearing in some environments. In order to figure out what tests are needed to detect your problem, we first have to diagnose what that problem is.
It will be useful for shared host users such as I (I suspect many others if not most) if the install process begins with diagnostics checking for the version number, presence of needed extensions, ..pdo_mysql... etc.. and suggest work arounds. If something such as pdo_mysql is not installed, there is nothing much that can be done with a low cost host who probably wont have the time, skill or willingness to help out. It might be useful then to list the shared webhosting providers on whose servers Revo installs without issues.
Just put a file in your site called phpinfo.php with the following content and then access it in your browser:
I am just looking for a quick way to report data on PHP5/mySQL/Apache versions, extensions and other environment information of the server where I attempt to install and find problems. would it help if i attach such environment data for the same domain/server from other CMS installations say Joomla?
<?php phpinfo(); ?>
Ok here is the output file (attaching as a .zip file because html attachments are not allowed on this forum)
Just put a file in your site called phpinfo.php with the following content and then access it in your browser:
<?php phpinfo(); ?>
→ Test database server connection and view collations.
Connecting to mysql server: Success!
Connection character set: utf8
Collation: utf8_unicode_ci
→ Create or test selection of your database.
Checking database:MODx could not create your database. Please manually create your database and then try again.