All your PHP Settings
Server Settings Check for biteweaver
Required settings
These settings are strictly required and if these are not met, bitweaver will not work on your site.
PHP version is greater than 4.1.0.
Your installed version of PHP is 4.4.9.
Recommended settings
The following are settings that are recommended by us. If these settings are not all met, your site might still run smoothly without any problems. The only exception is the memery limit. 16MB is the absolute minimum and might already cause problems if this low.
Memory Limit • [php.ini: memory_limit]
Should be: at least 16M
Actual: 32M
Safe Mode • [php.ini: safe_mode]
Should be: OFF
Actual: OFF
Display Errors • [php.ini: display_errors]
Should be: ON
Actual: ON
File Uploads • [php.ini: file_uploads]
Should be: ON
Actual: ON
Magic Quotes GPC • [php.ini: magic_quotes_gpc]
Should be: OFF
Actual: ON
Magic Quotes Runtime • [php.ini: magic_quotes_runtime]
Should be: OFF
Actual: OFF
Magic Quotes Sybase • [php.ini: magic_quotes_sybase]
Should be: OFF
Actual: OFF
Register Globals • [php.ini: register_globals]
Should be: OFF
Actual: ON
Output Buffering • [php.ini: output_buffering]
Should be: OFF
Actual: OFF
Session auto start • [php.ini: session.auto_start]
Should be: OFF
Actual: OFF
Settings worth knowing about
The settings below are merely for your information and are meant to help you work out problems that might occur.
File Uploads specifies whether you are allowed to upload files
recommended On.
file_uploads is set to On
Maximum post size will restrict the size of files when you upload a file using a form
recommended 8M.
post_max_size is set to 55M
Upload max filesize is related to maximim post size and will also limit the size of uploads
recommended 8M.
upload_max_filesize is set to 2M
Maximum execution time is related to time outs in PHP - affects database upgrades and backups
recommended 60.
max_execution_time is set to 30
Recommended PHP extensions
bitweaver takes advantage of particular PHP extensions for full functionality. If any of these extensions are not available to bitweaver, particular features might not work and it might even render particular packages useless.
The extension
gd is available.
GD Libraries are used to manipulate images. We use these libraries to create thumbnails and convert images from one format to another. The GD libaries are quite limited and
don't support a number of image formats including
bmp. If you are planning on uploading and using a lot of images, we recommend you use ImageMagic instead.
If you are running Red Hat or Fedora Core, you can try running: yum install php-gd.
The extension
imagick is not available.
ImageMagick supports a multitude of different image and video formats and
can be used instead of the GD Libraries. Using these libraries will allow you to upload most image formats without any difficulties. For installation help, please view our online documentation:
ImageMagick and MagickWand installation instructions or visit the
ImageMagick homepage.
The extension
eAccelerator is not available.
eAccelerator increases the efficiency of php by caching and optimising queries. Using this extension will greatly increase your servers performance and reduce the memory needed to run bitweaver.
Recommended executables
Here we test for a set of executable files on your server. These files are not mandatory but will enable you to perform certain tasks. We generally try to avoid using external applications, but sometimes it's the easiest and quickest way to achieve a certain goal.
The application
tar is available.
Tarball is a common archiving format on Linux and
tar is used to extract .tar files.
The application
bzip2 is available.
Bzip is a common compression format on Linux and
bzip2 is used to extract .bz2 and in combination with tar .tar.bz2 file.
The application
gzip is available.
Gzip is a common compression format on Linux and
gzip is used to extract .gz and in combination with tar .tar.gz file.
The application
unzip is available.
Zip is a common compression format on all operating systems and
unzip is used to extract .zip files.
The application
unrar is not available.
Rar is a common compression format on all operating systems and
unrar is used to extract .rar files.
The application
gs is available.
GhostScript is an interpreter for the PostScript language and for PDF and is used to create PDF previews when uploading PDFs to fisheye. If you do not have this installed, previews of PDF files will not be generated on upload.
If you have difficulties with GhostScript, please try installing a different version. We have successfully tested versions:
7.5, 8.15.4, 8.5, 8.54 and we have had difficulties with version
8.1Your version of GhostScript:
7.07
The application
graphviz is available.
Graphviz is a way of representing structural information as diagrams of abstract graphs and networks and visualizing that representation. It is used by the {graphviz} liberty plugin and you only need to install it if you intend to enable that plugin.
The Pear::Image_Graphviz plugin is required as well.Your version of Graphviz:
sh: dot: command not found
Recommended PEAR extensions
PEAR provides extensions to php, which can easily be installed and updated using the pear interface on linux. None of the extenstions below are required, they always provide an alternative to the existing methods available. Often these alternatives are superior to the default methods.
PEAR is available.
This check indicates if PEAR is installed and available. To make use of PEAR extensions, you need to make sure that PEAR is installed and the include_path is set in your php.ini file.
The PEAR extension Auth is not available.
This will allow you to use the PEAR::Auth package to authenticate users on your website.
The PEAR extension Text_Wiki is not available.
Having PEAR::Text_Wiki installed will make more wiki format parsers available. The following parsers will be recognised and used: Text_Wiki_BBCode, Text_Wiki_Cowiki, Text_Wiki_Creole, Text_Wiki_Doku, Text_Wiki_Mediawiki, Text_Wiki_Tiki
The PEAR extension Text_Diff is not available.
PEAR::Text_Diff makes inline diffing of content available.
The PEAR extension Image_Graphviz is not available.
Pear::Image_Graphviz makes the {graphviz} plugin available. With it you can draw maps of how your wiki pages are linked to each other. This can be used for informational purposes or a site-map.
It also requires the application graphviz to be installed as well.
The PEAR extension
HTMLPurifier is not available.
HTMLPurifier is an advance system for defending against Cross Site Scripting (XSS) attacks and ensuring that all code on your site is standards compliant. It is highly recommended if you are going to allow HTML submission to your site. It is not required if you are only going to use a wiki format like tikiwiki or bbcode. Install with the following commands: pear channel-discover htmlpurifier.org; pear install hp/HTMLPurifier; and enable it in the liberty plugins administration. See
http://htmlpurifier.org for more information.