Title: Yogesh Thakkar's Replies | WordPress.org

---

# Yogesh Thakkar

  [  ](https://wordpress.org/support/users/yogs7/)

 *   [Profile](https://wordpress.org/support/users/yogs7/)
 *   [Topics Started](https://wordpress.org/support/users/yogs7/topics/)
 *   [Replies Created](https://wordpress.org/support/users/yogs7/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/yogs7/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/yogs7/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/yogs7/engagements/)
 *   [Favorites](https://wordpress.org/support/users/yogs7/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [/wp-admin: Sorry, you are not allowed to access this page.](https://wordpress.org/support/topic/wp-admin-sorry-you-are-not-allowed-to-access-this-page-1/)
 *  [Yogesh Thakkar](https://wordpress.org/support/users/yogs7/)
 * (@yogs7)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/wp-admin-sorry-you-are-not-allowed-to-access-this-page-1/#post-8217859)
 * SOLVED!!!
 * Hi,
 * Here is the issue which is 99% are cause this problem. Please make sure you do
   follow following points.
 * 1) DO NOT put capital letters in table prefix, in case you are working on local
   computer and planning to migrate.
 * 2) If you do so, make sure after migration change table prefix in “wp-config.
   php” file to small caps.
 * 3) because when you import database to phpmyadmin in convert table prefix to 
   small.
 * 4) FINAL SOLUTION, take backup of your database by exporting from phpmyadmin 
   and keep a copy for safety. after that open database backup in any text editor(
   I use notepad++) and find and replace all CAPS on table prefix with small Caps
   by section of match case.
 * 5) Now select your database from phpmyadmin and check all and drop them. After
   that import database which you have find-and-replaced in step 4 above.
 * Voila!!!
 * It’s work like a charm.
 * Hope it helps other.
 * Thanks,
    Yogi
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [remove portfolio url](https://wordpress.org/support/topic/remove-portfolio-url/)
 *  [Yogesh Thakkar](https://wordpress.org/support/users/yogs7/)
 * (@yogs7)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-portfolio-url/page/2/#post-3743004)
 * [@sunny017](https://wordpress.org/support/users/sunny017/) The theme you are 
   using it has inbuilt modified plugin to change slug you can find solution here
   worked for me.
 * You just need to change this code
 *     ```
       function prefix_change_portfolio_labels( array $args ) {
           $labels = array(
               'name'               => __( 'Projects', 'portfolioposttype' ),
               'singular_name'      => __( 'Project', 'portfolioposttype' ),
               'add_new'            => __( 'Add New Item', 'portfolioposttype' ),
               'add_new_item'       => __( 'Add New Project', 'portfolioposttype' ),
               'edit_item'          => __( 'Edit Project', 'portfolioposttype' ),
               'new_item'           => __( 'Add New Project', 'portfolioposttype' ),
               'view_item'          => __( 'View Item', 'portfolioposttype' ),
               'search_items'       => __( 'Search Projects', 'portfolioposttype' ),
               'not_found'          => __( 'No projects found', 'portfolioposttype' ),
               'not_found_in_trash' => __( 'No projects found in trash', 'portfolioposttype' ),
           );
           $args['labels'] = $labels;
   
           // Update project single permalink format, and archive slug as well.
           $args['rewrite']     = array( 'slug' => 'project' );
           $args['has_archive'] = 'projects';
           // Don't forget to visit Settings->Permalinks after changing these to flush the rewrite rules.
   
           return $args;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inquiry form to posts or pages] [Plugin: Inquiry form to posts or pages] Error](https://wordpress.org/support/topic/plugin-inquiry-form-to-posts-or-pages-error/)
 *  [Yogesh Thakkar](https://wordpress.org/support/users/yogs7/)
 * (@yogs7)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-inquiry-form-to-posts-or-pages-error/#post-2821034)
 * “You do not have sufficient permissions to access this page.”
    Same error here
   too.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Getting "Cheating Huh?" error since 3.4 upgrade](https://wordpress.org/support/topic/getting-cheating-huh-error-since-34-upgrade/)
 *  [Yogesh Thakkar](https://wordpress.org/support/users/yogs7/)
 * (@yogs7)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/getting-cheating-huh-error-since-34-upgrade/page/2/#post-2814203)
 * thanks [@cravecreative](https://wordpress.org/support/users/cravecreative/) it
   works for me

Viewing 4 replies - 1 through 4 (of 4 total)