RoundAbout Slider
-
Hi
I am using this slider for my one of website for 3D rotating or flying slides.When I use this 1st time it shows me Warning in Footer,
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in D:\xampp\htdocs\clai.rivalogic.in\wp-content\plugins\wp-roundabout-pro\index.php on line 151there have some solutions like this,
It can be cured by next steps:
1. Dashboard -> Plugins -> Editor
2. At top right Select plugin to Edit – WP Round About Pro
3. Check if wp-roundabout-pro/index.php is selected
4. Comment code from line 148 to 158:
from /*function footer_linking_data(){
to
add_action(‘wp_footer’, ‘footer_linking_data’,1);*/You can do this because this piece of code just add link to the footer and variable $settingsxx(where error is happened) not used anywhere in this plugin.
5. Press “Update File” button
I also tried all above solutions for my website.But I could not get answer.
- The topic ‘RoundAbout Slider’ is closed to new replies.