After a upgrade joomla ! administration web page comes out without the login prompt, however I can see the logout button when I try obtaining the sign in screen. www.yourdomain.com/administrator. […]
![](https://cpanelplesk.com/wp-content/uploads/2015/02/Joomla.jpg)
After a upgrade joomla ! administration web page comes out without the login prompt, however I can see the logout button when I try obtaining the sign in screen. www.yourdomain.com/administrator. […]
If you want to check your Joomla version, Login to the directory where joomla is installed like : /home/user/public_html and run the following command: grep version language/en-GB/en-GB.xml Output would be as follows: Cheers. If you are getting error while accessing your Joomla admin page you can check my article on Joomla admin page comes out without the […]
Usually this happens if you terminated a cpanel account and trying to restore it from backup but somehow the MySQL user was not deleted properly. You get this error: [wpfmb type=’error’ theme=2]Account Creation Status: failed (Sorry, a MySQL user with the name test356 already exists.)Account Restore Failed.[/wpfmb] Solution : Try deleting the mentioned user. mysql mysql > use mysql; […]
Recently we have discuss about Roundcube database error,Now we have another database error. When logged into our cPanel >> Databases >> MySQL databases we see that the size of all of our Databases is showing 0 Mb. Solution is far easier to just update this setting in WHM > Tweak Settings area. WHM > Tweak […]
Some of our users can’t connect to their Webmail: When they click on RoundCube , they get this: DATABASE ERROR: CONNECTION FAILED! Unable to connect to the database! Please contact your server-administrator. Most probably, its an issue with the databases associated with roundcube, First step is to update Roundcube using the below command: /usr/local/cpanel/bin/update-roundcube –force If its […]
First of all SSH into your server. Use cPanel create account script as follows: /scripts/createacct domainname.com username password It will prompt for OK? Press y The above information is enough to create a temporary cPanel account. After it will show the below output. That’s it. […]
If you need to upload or download information to or from your FTP account, you need to set up connection to the ftp account. This can be done basically using your local windows or Linux system. […]
If you notice the correct time is not showing in your PHP scripts, likely root cause is that the hosting server is in a different timezone. You can easily take care of this by including a line of rule to your php.ini file. The location you set in the rule will determine the time to […]
When you are operating a PHP file from command line, there may be times when you need to create changes to the PHP configurations. In this post we will explain you how to specify the php.ini file, and modify a PHP settings through command line. If you don’t know how to use command line, you […]
If you see the below error on your VPS or WHM: [wpfmb type=’error’ theme=2]cPanel Internal Server Error open3: fork failed: Cannot allocate memory at cpsrvd-ssl[/wpfmb] To fix the above error try increasing memory for cPanel from WHM >> “Tweak Settings” and see if the problem resolved. If sill facing error you may execute the following command to […]