How to backup your database in PhpBB

Welcome to the ewebhostingstore.com. You can refer to the various plans we offer covering the majorly used Web hosting services, software, workstations, and many more.

Now let’s learn how to backup your forum database

1) Go to the maintenance section.

2) Then click Backup

3) Select whether you want to backup everything, just the structure of the forum, or just the data

You can backup in gzip or text format

4) Now select the tables within your forum that you want to backup….. tables can be selected individually or all at once by clicking Select all

5) Click Submit

6) Click Save

And we are done here! You’ve successfully backed up your forum

You now know how to back up your forum database in phpBB.  Remember that it’s a good idea to back up your forum’s database often.

How to manage user permissions in PHPbb

Now let’s learn how to manage user permissions

1) Click Permissions

2) Click Users permissions

3) Enter the name of a user here

4) Click Submit

5) Click here to assign a Role for this user

6) Click Apply for all permissions

That’s it!  This user’s permissions have been adjusted

We can return to this page at any time to adjust the permissions of any user

You check our other blogs about PHP bb: how to create topics in PhpBB, how to create a forum in PhpBB

How to Enable/Disable PHP Extensions From cPanel?

Following article will assist you to enable/disable php extensions from cPanel.

To access Cpanel, please use the url http://domain.com/cpanel where domain.com is your domain name. You can also use the url https://serverhostname:2083 to access CPanel.

2.Select PHP version and click on it.

3. Choose your desired PHP version and click on Set as Current.

4.To select the PHP extension which you want to enable/disable

In above steps you can enable/disable the PHP extension.

How to create a new topic in PHPbb

Now let’s learn how to create a new topic

1) Click the forum in which you want to add a topic

2) Then click the New Topic button here

3) Enter the Subject of the topic here

4) Enter the body of the topic here

5) Click Submit

You can view the topic by clicking here

6) Click here to return to the Board Index

Our new topic has been created and can be seen here

If you are looking for the best deals on the PHP BB hosting you can visit our website ewebhostingstore.com

How to create a forum in PhpBB


The create a forum is a very easy task to perform. You can refer to the wiki How to install PHPbb in Cpanel by clicking here.

1) Click Forums

2) Enter the name of the new forum.


3) Click Create new forum

4) Enter a description for the new forum here

5) Click Submit
https://images.kualo.com/kbimages/phpbb3/phpbb3_create/frame07_1.png

That’s it! The forum has been successfully created

Why can’t send and receive emails.

The most common reason for not being able to send or receive emails is your antivirus/security software or firewall restricting Mailbird’s access

There could be several reasons why you are unable to send and receive emails.

  • Port 25 closed – This port must be open to send and receive emails. Contact your hosting provider.
  • Mail Client configured incorrectly – to check your mail client configuration.
  • SPF/DKIM configured incorrectly – To update your SPF/DKIM settings,
  • Exim queue full – To clear your queue or delete specific messages.
  • DNS-related issue – Use the Email deliverability in Cpanel interface to identify problems with your mail-related DNS records for one or more of your domains.

how to change the password of Cpanel from WHM

This feature allows you to change the password for your Cpanel account .

Please follow the below steps for how to change the Cpanel password form WHM

  1. Login to WHM account
  2. Select the List account option

3. Search the Cpanel account by username/ domain name

4. Select the edit option and change the password of your Cpanel account.

Then please try to login the Cpanel by new password.

How to fix “Class ‘Mage_Googlecheckout_Helper_Data’ not found” error in Magento

When you access the Admin Panel following the update and choose System → Configuration, a fatal error similar to the following one appears in your browser:


Class ‘Mage_Googlecheckout_Helper_Data‘ not found in /var/www/html/magento/app/Mage.php on line 547


How to Address the Error
This error can be addressed easily. The Magento team actually included it as an expected error in their release notes and shared the quick fix. All you need to do is:

  • Close the Magento Admin Panel browser window.
  • Log into your cPanel;
  • Use the cPanel File Manager.
    click on config.html>>Delete

    You will locate the following files in it: adminhtml.xmlconfig.xmlsystem.xmlwsdl.xml, and wsi.xml

    As a user with root privileges, delete all files except config.xml.
    When you log back into the Admin Panel, everything should work as expected.



Backing Up Magento Files and Databases

Magento gives you the ability to back up different parts of the system—such as the file system, database, and media files.

1. Locate target application
Log in to the Control Panel and locate your target deployment on the Home page or the My Applications page.

2. Navigate to the “Site & SSL” page
Click the “Manage” button on the Home page or the My Applications pgae, followed by the “Site & SSL” tab.
3. Enable the Backup function from Magento Admin Panel
Log in to the Magento Admin panel using the credentials, which is shown on the Site & SSL page.

On the Admin sidebar, go to Store > Settings > Configuration. On the Configuration page, go to Advanced > System > Backup Settings. Click Yes at the Enable Backup field, followed by clicking Save Config on the right upper corner.

4. Create a backup

On the Admin sidebar, go to System > Tools > Backups.

In the upper-right corner, click the button for the type of backup you want to create:

System Backup : creates a complete backup of the database and the file system. During the process, you can choose to include the media folder in the backup.

Database and Media Backup: creates a backup of the database and the media folder.

Database Backup: creates a backup of the database.

Click System Backup to back up the website files and database. You’ll be prompted to fill in the backup name.

To put the store into maintenance mode during the backup, select the checkbox.

When the backup is complete, maintenance mode is turned off automatically.


Here is your system backup file. You can download it by clicking the tgz format file. Rolling back to the backup can also be done on the page.