Title: aaresta's Replies | WordPress.org

---

# aaresta

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal Error after installing plugin](https://wordpress.org/support/topic/fatal-error-after-installing-plugin-2/)
 *  [aaresta](https://wordpress.org/support/users/aaresta/)
 * (@aaresta)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-after-installing-plugin-2/#post-3397541)
 * i managed t solve this by editing the index.php file of the plugin at line 61,
   deleting this load_scripts();
 * for me that solved the problem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post View Generator] Fatal error](https://wordpress.org/support/topic/fatal-error-581/)
 *  [aaresta](https://wordpress.org/support/users/aaresta/)
 * (@aaresta)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-581/#post-3280845)
 * I managed to solve this by editing /wp-content/plugins/custom-post-view-generator/
   index.php like this at line 61:
 * function cpvg_load_admin_scripts(){
 *  wp_enqueue_script(‘jquery-ui’);
    wp_enqueue_script(‘jquery-ui-draggable’); wp_enqueue_script(‘
   jquery-ui-droppable’); wp_enqueue_script(‘jquery-ui-sortable’); wp_enqueue_script(‘
   jquery-ui-dialog’); }
 * as u see I was cutting
    load_scripts(); on line 61; not sure if this will affect
   other things, but for now it’s working!

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