Scripts and Applications
Client would like to utilize mod_rewrite
users would like to utilize mod_rewrite. definition: "This module uses a rule-based rewriting engine (based on a regular-expression parser) to rewrite requested URLs on the fly. It supports an unlimited number of rules and an unlimited number of ...
[Wordpress] Size of a request header field exceeds server limit.
This error is browser specific "Size of a request header field exceeds server limit." please check by clearing the cache and cookies of your browser or check via Incognito / Private mode this error has been reported on the WP forums too and thats the ...
SugarCRM preinstallation checklist failures
The preinstallation checklist fails with the following problem: The session.save_path setting in your php configuration file (php.ini) is not set or is set to a folder which did not exist. You might need to set the save_path setting in php.ini or ...
phpBB installation - reports that mbstring settings are incorrect
During phpBB install, the requirements screen reports the following: HTTP input character conversion: mbstring.http_input must be set to pass. No HTTP output character conversion: mbstring.http_output must be set to pass. No Add the following to an ...
SugarCRM In-Box Cron Creation for incoming email
User would like to create a cron to schedule sugarcrm inbox email to pull email from their pop3 mail box 1) using any ftp client, or the file manager within your hosting control panel - set the file permissions of /sugarcrm-install-directory/cron.php ...
Mambo/Joomla Modifying Home Page Display Options
Customer would like to alter the display of content on the homepage Log into mambo/joomla admin In Menu Go to Mainmenu, the top menu item is the one that gets used as the homepage. By default it's home and it uses Component - Front Page. Click on ...
Time Zone Issues with SugarCRM Shared Calender
Time format on calender view doesnt match the time format on the shared calender view The issue you are seeing is a result of time zones and time format. Edit a user (under admin>user management), and you will notice there is a setting for current ...
Sending Mail using HTML Form
You can use the mail-form script located attached to this KB article. To use, please do the following: 1) Unzip mail-form.zip 2) Download phpMailer class from http://phpmailer.worxware.com/ or ...
File Uploader gives 500 error due to modsecurity
Wordpress and Joomla's flash uploader does not work with the web server filter we have in place as apache has a bug that causes the issue in the first place. You'll see the following in errors in the error_log when trying to upload: Multipart: final ...
How to Install Wordpress via HSphere Control Panel
Within Hsphere there is a file manager named Webshell4. It's very fast and easy to install WordPress within the end users hosting control panel following these simple steps. 1. Login to end user control panel and add the domain if not already added ...
PHP session.save_path error
You receive the following error in PHP: "The session.save_path setting in your php configuration file (php.ini) is not set or is set to a folder which did not exist. You might need to set the save_path setting in php.ini or verify that the folder ...
Using FTP with Microsoft FrontPage
Using FTP with Microsoft FrontPage Microsoft FrontPage supports two methods of publishing files to a web server: HTTP POST and FTP. HTTP POST is the default publishing feature in Microsoft FrontPage (using the PUBLISH button), and the preferred ...
Drupal requires mbstring disabled
If you receive this error message when attempting a new Drupal Install, there is a way to rectify the settings so you can proceed with an install. Error Message: **Multibyte string input conversion in PHP is active and must be disabled. Check the ...
Redirect non www domain to www in classic asp
If you are running your site on classic .asp, on a IIS 6 web server. Here is a method you can use to forward all non www. requests to www.example.com. Create a new file for example named: redirect.asp | and insert this code into the file redirect.asp ...