I got the same thing, had to rm the plugin dir after making a backup. it would seem that load_scripts() is (obviously) undefined.
same be me now after the last plugin update:
“Fatal error: Call to undefined function load_scripts() in /home/travelwi/public_html/wp-content/plugins/custom-post-view-generator/index.php on line 61”
Can not access wp-admin anymore!
Need urgent help! Any ideas?
This plugin created a terrible fatal error and my dashboard would not display until I deleted it from my FTP site. When it was too late, I saw that others experienced the same fate. Avoid this plugin! To fix it, try deleting the file via your FTP site. Good luck!
Same problem here! I also did not read these warnings…. :-(((
I had the same error. I changed folder name of the plugin and error goes away with the plugin. But i installed old version of plugin which works barely.
I hope developer fix this soon.
I am receiving the same error…
Fatal error: Call to undefined function load_scripts() in …/wp/wp-content/plugins/custom-post-view-generator/index.php on line 61
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!
yeah! with that changes the nit work on wp 3.5.1 🙂 http://www.hotelintransilvania.com
I resolved this error by updating my php version to 5.3 . (I was running on php version 5.2). This eliminated the issue completely.