Articles

 403 Forbidden error with Drupal after install

Remove the following lines from the .htaccess file...Options -Indexes Options FollowSymLinks...

 Changing Maximum Upload Size

Firts check your control panel for the "PHP Options" icon. If available you can change the PHP...

 Changing your PHP version

Have you received an error regarding your PHP version? If so, you may quickly and easily change...

 Clean - Shrink ibdata1

To shrink ibdata1 once and for all you must do the following: MySQLDump all databases into a...

 Could not connect to the MariaDB - MySQL database

You will want to verify you are using the correct database name, username and password.All...

 Disable MySQL strict mode on cPanel server

To disable mysql strict mode on a cPanel server, add the following to the end of the /etc/my.cnf...

 Error 500 - Internal Server Error - PHP

This can be due to several factors. The first thing to check is that the permissions on the file...

 Error: SoftException in Application(dot)cpp:303 UID of script is small than min_uid

Error: SoftException in Application.cpp:303 UID of script is small than min_uid when going...

 How can I find my MariaDB - MySQL version?

Login to cPanel In the "Stats" section on the left, locate the row labeled "MariaDB or MySQL...

 How can I parse html as php?

Create an .htaccess file and upload it to the root of your public_html directory. Include the...

 How can I view/modify data in my MariaDB - MySQL database?

Only make changes if you know exactly what you are doing. Often incorrect changes can have an...

 How do I add a user to a MariaDB & MySQL database?

In the MariaDB / MySQL Database section of your hosting control panel, after creating a database...

 How do I backup a MariaDB - MySQL Database?

In the control panel, within Backup section, under Download a SQL Database Backup will be your...

 How do I change my PHP settings?

How do I change my PHP / PHP.INI settings?To change your PHP settings, just login to your hosting...

 How do I import into a MariaDB - MySQL database?

Log into your control panel and go into the MariaDB - MySQL section. Make sure you have an...

 How do I update my version of PHP?

PHP needs to be updated. What do I do?We make changing your version of PHP easy. Simply login to...

 How to Disable XCache for a Domain

On many of our servers xcache is use as part of the php caching mechanism. If you are...

 HTTP Authentication error in PHP

Issues with HTTP Authentication error in PHP. Variables $_SERVER['PHP_AUTH_USER'] and...

 I am having problems with a script I wrote

PHP suexec is running on all of our shared servers. If you are running code that is insecure or...

 Increase PHP Memory

Fatal error: Allowed memory size of xxxxxxxxx bytes exhausted (tried to allocate 1064256 bytes)....

 InnoDB: Error: Attempted to open a previously opened tablespace. Previous tablespace

When receiving the error     "InnoDB: Error: Attempted to open a previously opened tablespace....

 Internal Server Error with PHPList

PHPList produces internal server error. Checking error logs results in: Invalid command...

 Learn MariaDB

MariaDB is a drop-in replacement for MySQL. The lead developer and founder of MySQL, Michael...

 Learn MySQL

If you do not know how to use MySQL there are some great guides at the following websites....

 PHP information

To view your current version of PHP you will create a php file, for example info.php, and place...

 phpMyAdmin - Error Incorrect format parameter

When importing a database with PHPMyAdmin I receive the error "Error Incorrect format parameter"....

 Premature end of script headers

If you receive an Internal Server Error 500 and checking your log files displays "Premature end...

 Register Globals On

If you run a script that requires php "register globals on" create a php.ini file and include the...

 Running a PHP file with a cron job

To run a PHP file from cron, use the "cron jobs" section of your control panel. Use the following...

 Strict Standards: Non-static method JLoader::register() should not be called statically in

This error indicates your script is using out-dated PHP commands. It is best to update your...

 Test MySQL Connection

The following is a great way to verify a MySQL / MariaDB database connection issue. Create a file...

 The MySQL server is currently offline admin bin Cpanel/cpmysql/DBCACHE: exit 11

# This error shows in all user control panels via the "MySQL Databases" icon...   The MySQL...

 Useful CSV to MySQL Script

Provided below is a great tool we have run into for converting CSV files into MySQL format: CSV...

 Warning: system() has been disabled for security reasons

system is a feature of php which is disabled by default. To change this if needed for a...

 Warning: Unknown(): open_basedir restriction in effect

Basedir restriction is set for security. This most often occurs when you are calling an app...

 What is the Path to ImageMagick?

The path to ImageMagick is /usr/bin/

 What is the path to PHP5?

We are currently running the latest stable version of PHP5. /usr/bin/php

 What is the proper MariaDB - MySQL import and export format?

The easiest way to import and export a database is via the backup section of our hosting control...

 What port is MariaDB - MySQL on?

MariaDB / MySQL is on Port 3306.      

 When trying to connect to MariaDB or MySQL you receive error 2003 Cannot connect to MySQL on x.x.x.x on port 3306 (10060)

Please ensure you have added the remote IP to the allow list in your hosting control panel...