Last modified: 2010-05-15 15:56:41 UTC
My installation stops after producing the following. Can someone give me some insight on what may be happening? ------------- PHP 4.4.2 installed Warning: PHP's register_globals option is enabled. Disable it if you can. MediaWiki will work, but your server is more exposed to PHP- based security vulnerabilities. PHP server API is cgi; using ugly URLs (index.php? title=Page_Title) Have XML / Latin1-UTF-8 conversion support. PHP's memory_limit is 40M. If this is too low, installation may fail! Have zlib support; enabling output compression. Neither Turck MMCache nor eAccelerator are installed, can't use object caching functions GNU diff3 not found. Found GD graphics library built-in, image thumbnailing will be enabled if you enable uploads. Installation directory: /homepages/21/d92192495/htdocs/hoc/wiki Script URI path: /wiki Environment checked. You can install MediaWiki. Generating configuration file... Database type: mysql Fatal error: Class profilersimple: Cannot inherit from undefined class profiler in /homepages/21/d92192495/htdocs/hoc/wiki/includes/ProfilerS imple.php on line 13
First, attempt to install the most recent 1.6.x release. If the problem recurs, then check that includes/Profiler* were uploaded correctly and are intact. Note: The advice to install the recent release is due to the fact that you'll be recopying files in order to do so, which may inadvertently fix a broken or missing include.
Thanks. I installed the latest version and everything appears to be working now.