Month: February 2012

  • [How To] Fix error SQLSTATE[42S02]: Base table or view not found

    Magento is one of the widely used eCommerce software now a days.

    Many of you may face issues with Magento while upgrading the version or installing themes.

    And when the problem comes with MySQL probably it's your bad time going on.. 😛

    One of the error faced by me was

    Mysqli prepare error: Table ‘magento.core_config_field’ doesn’t exist

    After doing R&D, a post on the magento forum helped me to fix the issue.

    The issue was related to Magento cache

    1) Go to cache directory of your Magento installation

    cd /var/www/html/magento/var/cache

    2) Clear the contents in cache directory

    rm -rf *

    3) Refresh the webpage and see the magic.

    *You may rename existing cache directory and create a new cache directory with same ownership and permission so that changes can be reverted at any point if not successful.

    If any feedback, queries are always welcome!

    Review Overview

    User Rating: 0.4 ( 1 votes)
  • Fix phpMyAdmin file not found 8443/domains/databases/phpMyAdmin/export.php

    plesk logo While exporting database from WebAdmin in Plesk, you might end up with an error as

     

    File not Found
    can’t find the file at https://xx.xx.xx.xx:8443/domains/databases/phpMyAdmin/

     

    The issue seems to complicated but is very simple to fix.

    1) Login to the server as root user from shell

    2) Go to /usr/local/psa/admin/conf/

    Read More »

  • How to fix cpanel easyapache failed YUM error

    cpanel logoMost of the times we need to run easyapache on cPanel Linux server combination to update, install modules or version.

    The things may go wrong and easyapache may fail in some cases. Hence, I have came up with this post which might help you to get over such conditions which were also faced by me.

    The given solutions worked for me and therefore sharing with you all. 🙂

     

    !! The server's system package manager, 'YUM', failed. !

    Solution : 1

    Try running following commands

    Read More »

Back to top button