Forum Replies Created

Viewing 15 replies - 316 through 330 (of 424 total)
  • Hi dnaman,

    ZendGuardLoader is an encryption engine to encrypt the PHP code in order to prevent PHP code being copied. It is a popular 3rd party module Web Hosts are using to encrypt the PHP code. If the ZendGuardLoader engines are not available the module simply will not function and throw an error. To prevent errors either identify and remove the modules or fix the loaders so they load properly.

    If you can edit the php.ini file, look for zend_extension lines that reference those components and comment the lines and Restart the web server software and the errors should go away. You can also contact your web hosting providers to fix this for you.

    Thanks,

    Forum: Fixing WordPress
    In reply to: Blog In Subfolder

    Hi,

    It is not possible to use same WordPress installation in root and sub-folder with different purposes. You can use multi-site WordPress instead.

    Thanks,

    Hi,

    This error is caused by php because the extension mbstring is either not installed or not active.

    To enable mbstring, edit your php.ini and add/uncomment the line with mbstring.so on unix or mbstring.dll on windows

    Unix /etc/(phpX/)php.ini
    extension=mbstring.so

    Windows PHP installation folder\etc\php.ini
    extension=mbstring.dll

    Restart the Wamp server.

    Thanks,

    Hi,

    Please provide some more information:

    1) Whether it is a new installation?
    2) What are the changes you have made lastly
    3) Paste the website URL which does not show thumbnails

    Thanks,

    Hi,

    At header.php file, have a try with replacing

    <img src="<?php the_post_thumbnail(); ?>" alt="thumbnail" class="thumbnail" />

    to

    <div class="thumbnail"><?php the_post_thumbnail(); ?></div>

    Thanks,

    Hi Dileepraja,

    Make sure you do not have blank lines in file stayboat_booking_engine.php at line 305.

    All the major wordpress files must start with <?php and must end with ?>. No blank lines around them are allowed!

    Thanks,

    Hi Irvanseptian,

    You can try following suggestions:

    Edit the loginform section of the wp-login.php page redirect to and change,

    <?php echo attribute_escape($redirect_to); ?> to your website url

    class=”submit”>
    type=”hidden” name=”redirect_to” value=”ENTER SITE URL” />

    Thanks,

    Hi,

    You can try following steps to resolve your issue.

    1) Flush the browser cache and cookies and then reload your website.

    2) Deactivate All Plugins.Connect to your web hosting using an FTP client. Rename /wp-content/plugins/ directory to plugins_backup. This will deactivate all WordPress plugins installed on your website.Once you have deactivated all plugins, try to logging in to your WordPress site. If you succeed, then this means that one of your plugins was causing the issue.

    3) Revert Back to the Default Theme and then access your website Dashboard.

    4) Delete .htaccess File. Simply access your website through FTP. Backup the .htaccess file in your computer and then delete it from your website’s root directory. You may want to delete .htaccess file in wp-admin directory as well if it exist. Try logging in again. If you succeed, then this means that your .htaccess file were stopping you from logging into WordPress.

    5) Update Site URL

    In some cases defining the site URL seems to fix the issue. To do this, you need to login to your site using FTP and edit the wp-config.php file. Simply add these two lines of code in your wp-config.php file and don’t forget to replace the example.com with your own URL. Also if your site have www. then make sure you add that.

    define('WP_HOME','http://example.com');
    define('WP_SITEURL','http://example.com');

    Save changes,and hopefully that will fix the login page redirecting issue.

    Please provide us your website URL, if above suggestion do not fix your issue.

    Thanks

    Hi,

    When you browse http://www.joblistuae.com/, Below search button, there is a button “Reset” which seems disabled but it is clickable even if you have not made any search.

    After clicking on that “RESET” but your website is Showing all Jobs. Have a check.

    Thanks,

    Hi,

    Please refer following steps to change the title of blog.

    1) Go to Dashboard of your blog
    2) Click on Settings, you will arrive on the General Settings page
    3) The top slot is for Blog Title – Type your Title here
    4) The next is for a Tagline – type your tagline here by removing existing one.
    5) Scroll to the bottom and click “save changes”

    Thanks,

    Hi,

    You can try following steps to resolve wp-admin redirection issue.

    1) Flush the browser cache and cookies and then reload the wp-admin page.

    2) Try to browse http://yourdomain.com/wp-login.php directly.

    3) Deactivate All Plugins.Connect to your web hosting using an FTP client. Rename /wp-content/plugins/ directory to plugins_backup. This will deactivate all WordPress plugins installed on your website.Once you have deactivated all plugins, try to logging in to your WordPress site. If you succeed, then this means that one of your plugins was causing the issue.

    4) Revert Back to the Default Theme and then access your website Dashboard.

    5) Delete .htaccess File. Simply access your website through FTP. Backup the .htaccess file in your computer and then delete it from your website’s root directory. You may want to delete .htaccess file in wp-admin directory as well if it exist. Try logging in again. If you succeed, then this means that your .htaccess file were stopping you from logging into WordPress.

    6) Update Site URL

    In some cases defining the site URL seems to fix the issue. To do this, you need to login to your site using FTP and edit the wp-config.php file. Simply add these two lines of code in your wp-config.php file and don’t forget to replace the example.com with your own URL. Also if your site have www. then make sure you add that.

    define('WP_HOME','http://example.com');
    define('WP_SITEURL','http://example.com');

    Save changes, and hopefully that will fix the login page redirecting issue.

    Thanks,

    Hi,

    Please refer suggestions provided by Frederick Townes in following thread:

    https://wordpress.org/support/topic/plugin-w3-total-cache-500-internal-server-error?replies=40

    Thanks,

    Hi Robert,

    Please try following:

    1) Switch to the default theme and rename your current theme’s folder inside wp-content/themes using FTP or any file management application your webhost provides.

    2) Reset the plugins folder by FTP or phpMyAdmin.

    3) Then try to repair your database tables.

    Thanks,

    Hi,

    Please have a try with Flush your browser cache. If you’re using server caches, or a plugin, flush them too, especially Memcached/APC. They can be sticky.

    Thanks,

Viewing 15 replies - 316 through 330 (of 424 total)