Forum Replies Created

Viewing 15 replies - 1 through 15 (of 291 total)
  • 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.

    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.

    HI,

    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.

    Hi,

    Deactivate all plugins. Clear cache. Check if Media button is back in main menu.

    HI,

    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.

    Hi,

    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.

    Hi,

    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 problem

    Hi,

    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.

    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.

    hi,

    Clear cache and check.

    Forum: Fixing WordPress
    In reply to: Error 403 on Posts

    Hi,

    Clear your browser cookies.
    Clear your browser cache.

    Hi,

    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.

    Hi,

    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.

    Hi,

    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.

Viewing 15 replies - 1 through 15 (of 291 total)