Knowledgebase : Website Hosting > PHP & PHP Settings
NOTE: WE CAN'T CHANGE FOLLOWING PHP SETTINGS.
PHP has been configured to use the following settings on our shared
and reseller servers:
_safe mode = on (can not adjust)_
_memory_limit = 256M ( Max )_
_max_excution_time = 30 ( Max in seconds)_...
WHAT IS PHP.INI?
PHP.ini is very important configuration file for PHP that is used to
customize behavior of PHP at runtime.
This tutorial will show you how to setup your own php.ini file,
explain some of the most commonly changed configuration settin...
Set this in both your admin/includes/configure.php and catalog/includes/configure.php:
From:
define('STORE_SESSIONS', '');
To this:
define('STORE_SESSIONS', 'mysql');
No, we cannot disable php safe mode. All our servers have php safe mode enabled due to security reasons.
When you create
your MySQL database, first you create a database by giving it a name.
Then you create a user by entering a username and password. For best
results keep your database name, database username, and database
password at no fewer than 6 and...
To retrieve the guest book password select the guest book db in PHPMyAdmin and the table book_auth. While browsing it will show you the user name. run this sql command to change the password at the SQL query box in PHPMyAdminupdate book_auth set passwor...
You can reset your Joomla administrator's password through the script's MySQL Database.The most convenient way to manage the database is through the phpMyAdmin tool. Go to your cPanel and click on phpMyAdmin in the Databases box.Once in the phpMyAdmin sel...
Use the following outline to connect and begin querying the MySQL server from within your PHP scripts.1. Connect To The MySQL Server Use the following statement to connect to the database server. Substitute the username, and password for ones assigned to ...
I recently installed a few new themes to my wordpress site and i can see the colors and fonts, but not the images ? First check the permissions on the images folder, it is common that these are set too low, set them to 755.If this still does not work an...
Wordpress blogs can be extremely resource intensive if you happen to experience a surge in traffic. Poorly implemented wordpress setups can place a high load on webservers and lead to interruptions of service or account suspensions for using too many reso...
When using fantastico you cannot install more than one script in the root directory. If you remove the script from the root directory and still have problems, try the following: In file manager under the public_html folder under the fantastico_data fold...
osCommerce uses .htaccess and .htpasswd format files to manage the protection on the admin section of your shop.If you need to change the password or username associated with the admin section, you need to create a new .htpasswd entry. This is an encrypt...
If you installed a new script and are getting the 500 error trying to load the page please see this document first as you might need to turn register globals on. When you receive an error "Internal server error 500" on your site, you have to c...
WHAT IS SUPHP?
(su = switch user, allowing one user to "switch" to another if
authorised) The main reason for using suPHP is added security, but it
also makes Wordpress , Joomla and other php scripts more user friendly
in terms of file permissions (not...
FATAL ERROR: ALLOWED MEMORY SIZE OF 33554432 BYTES EXHAUSTED (TRIED
TO ALLOCATE 30720 BYTES) IN SOMEFILE.PHP
FATAL ERROR: PHP ALLOWED MEMORY SIZE EXHAUSTED
The error normally occurs when PHP tries to process a big database
records or when importi...
