CMSHelpLive
Forum Replies Created
-
Apologies for delayed response. If your ticket has not already been answered on our support portal, please share the ticket ID and we will look into it with highest priority.
Hi,
Export your database again with gzip compression. Once i faced this problem and resolved by using gzip. So try it.
Forum: Fixing WordPress
In reply to: can not login… HELP….Hi,
You can try these solutions one by one-
1-Delete .htaccess File and uploading the fresh one.
2- Replace wp-login.php.
3- Deactivate all plugins and re-activate them one by one.
4- Change permissions to 755.Forum: Fixing WordPress
In reply to: Fatal error after WP upgradeHI,
1- Download WordPress again and replace all the files except wp-config.php file.
2- Reset all your plugins manually. If issue get resolved then activate all of them one by one.Check if problem still exists.
Forum: Fixing WordPress
In reply to: Media has disappeared with new updateHi,
Deactivate all plugins. Clear cache. Check if Media button is back in main menu.
Forum: Installing WordPress
In reply to: Installation problemHI,
Steps of wordpress installation
1- Download latest version of wordpress and extract files.After extraction put the WordPress folder under htdocs (Xampp/Mamp) or www (wamp).
2- Open your browser and create database. For creating database you need to use localhost/phpmyadmin in URL
3- You will get create database option there. Provide database name and click on “Create Database”. Suppose it is named as trialwordpress.
4- Now type in localhost/your-wordpress-folder-name (which resides in your htdocs or www folder) for URL
5- You will get a option of create configuration file. Click ->Lets Go .
6- Fill the information in displayed form that consists of database name, username (use root), password (leave it blank), database host and table prefix (use default values) and click on “submit”.
7- Now fill in your email id and desired username/password.
8- Login to WordPress with your username and password.Forum: Localhost Installs
In reply to: unexpected error occurredHi,
Open your php.ini file and change execution time. By default the execution time is 3o sec.
Search for max_execution_time = 30 in php.ini file and do the changes.
Forum: Fixing WordPress
In reply to: No dashboard and no pagesHi,
Replace wp-admin folder there must be a corrupted file in that folder.
If problem still persist then add this to wp-config.php file-<?php
error_reporting(E_ALL); ini_set(‘display_errors’, 1);
define( ‘WP_DEBUG’, true);
?>
Now see what error you get.Forum: Fixing WordPress
In reply to: wordpress problemHi,
Open your /home/www/costaalmeriabowling.com/wp-includes/pluggable.php and
/home/www/costaalmeriabowling.com/wp-includes/update.php:295 page
write-
<?php
ob_start();
?>
on the top of the page and check if you still get the error.Forum: Fixing WordPress
In reply to: My site is offline since Jan. 8, can't get to dashboard.Hi,
open your wp-config.php file changing this:
define(‘WP_DEBUG’, false);
to this:
define(‘WP_DEBUG’, true);Now see what error you get.
Forum: Fixing WordPress
In reply to: my wordpress website showing 403 errorhi,
Clear cache and check.
Forum: Fixing WordPress
In reply to: Error 403 on PostsHi,
Clear your browser cookies.
Clear your browser cache.Forum: Installing WordPress
In reply to: Installation FailedHi,
You can upgrade your WOrdPress manually. Below are the steps.
1. Download the latest WordpPress zip file and unzip that file.
2. Deactivate plugins.
3. Delete the old wp-includes and wp-admin folder and upload the new wp-includes and wp-admin folders.
4. Do NOT delete your existing wp-content folder just Upload the individual files from the new wp-content folder to your existing wp-content folder, overwriting existing files.
5. Upload all new loose files from the root directory of the new version to your existing wordpress root directory.
6. Don’t do any changes in wp-config.php file.Forum: Installing WordPress
In reply to: Update to 4.1 ErrorHi,
You can update your WordPress manually.
1. Download the latest WordpPress zip file and unzip that file.
2. Deactivate plugins.
3. Delete the old wp-includes and wp-admin folder and upload the new wp-includes and wp-admin folders.
4. Do NOT delete your existing wp-content folder just Upload the individual files from the new wp-content folder to your existing wp-content folder, overwriting existing files.
5. Upload all new loose files from the root directory of the new version to your existing wordpress root directory.
6. Don’t do any changes in wp-config.php file.Forum: Fixing WordPress
In reply to: WordPress Slow as MolassesHi,
Update WordPress manually. Below are the steps-
1. Download the latest WordpPress zip file and unzip that file.
2. Deactivate plugins.
3. Delete the old wp-includes and wp-admin folder and upload the new wp-includes and wp-admin folders.
4. Do NOT delete your existing wp-content folder just Upload the individual files from the new wp-content folder to your existing wp-content folder, overwriting existing files.
5. Upload all new loose files from the root directory of the new version to your existing wordpress root directory.
6. Don’t do any changes in wp-config.php file.