The PHP settings defined in your php.ini file are not recursive.it means that they do not modify settings in any sub directories of the current directory . For example. […]
Posts by cmab:
Changing the maximum upload size in php.ini
There are a few typical errors that happen in WordPress platforms and other PHP-based applications that use the php.ini for certain configurations. One of the most typical of these configurations is the maximum upload file size (“upload_max_filesize”). This is a setting generally discovered within a file known as php.ini. […]
MySQL Error:Access denied for user ‘root@localhost’
[wpfmb type=’error’ theme=2]ERROR 1045(28000) : Access denied for user ‘root@localhost’ (using password: no )[/wpfmb] Access denied error occurs normally when you are not using the correct password and you have to reset the password if not sure. You can reset the password by following the steps listed below. […]
Error : No web page was found for the web address: “..databases/phpMyAdmin/export.php”
Yesterday,I published a post covering; How to fix the missing database in cPanel.Now here I am going to cover another MySQL error,Which you may get when trying to export database. Actual error is: [wpfmb type=’error’ theme=2] “No web page was found for the web address: “https://server.domain.com/domains/databases/phpMyAdmin/export.php”[/wpfmb] Just follow the steps below to fix the error: […]
How to fix the missing Databases in cPanel
Recently we have talk a lot about MySQL error on this blog and we actually want to continue talking with you about this. After upgrading our cPanel, many of our customers indicated that databases were missing from their cPanels,In this case you may find the databases under /var/lib/mysql directory via shell, but missing in cPanel interface. There […]
Eximstats database growing huge
You can clear the huge exim stat database,To clear it Login to MySQL: mysql mysql> use eximstats mysql> delete from sends; mysql> delete from smtp; mysql> delete from failures; mysql> delete from defers; My strategy of maintaining eximstats small is to basically select a affordable interval to maintain the stats. With 11.32, the default is […]
Disable default Email address in cPanel
If you handle a domain,earlier or later you are limited to get e-mail at your domain for an address that does not available. […]
Disable php Functions for a single Domain
In some situation you may need to turn off php features for a particular domain. In that situation you can turn off it using the following method. Just modify the .htaccess file for the specific domain and add the following rule in the file: php_flag engine off Also you need to add the following rule […]
Session Invalid or Expired Error while Accessing Roundcube
If you are getting the “Session invalid or expired” error whenever try to login to your webmail, […]
Error while adding an Addon domain in cPanel. (sorry the domain is already pointed to an IP address)
By using the “WHM/cPanel” you can basically handle your accounts in a server. You can make sub-domains, Addon domains, parked domains from the control panel. Here I am describing a fix for the error below while adding an Addon domain. [wpfmb type=’error’ theme=2]The domain is already pointed to an IP address that does not appear […]