scogie
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-roundabout-pro] Warning message returned in footerHi Satish (sakush100),
I couldn’t find a way to contact you directly. Could you check out the preceding entries of this topic? I’m hoping you can tweak the plugin and offer a new version if needed. Please let me know if further information is required.
Thanks,
ScogieForum: Plugins
In reply to: [wp-roundabout-pro] Warning message returned in footerThat’s weird. I stopped using this plugin but reinstalled it to recreate the issue. When you had the new line of code in place what was showing on line 151 of wp-content\plugins\wp-roundabout-pro\index.php? With the original code, a call was being made to a table that didn’t exist which was the cause of the line 151 issue. Once we pointed it to wp_rbt_slides the error left since that table existed. Is your table prefix something other than wp_?
I’ll reach out to the plug-in author so he can review this thread and update the plugin.
Forum: Plugins
In reply to: [wp-roundabout-pro] Warning message returned in footerI need a lesson in posting code. So with the latest code, add a backtick before and after wp_rbt_slides. There is a space between FROM and backtick wp_rbt_slides.
Forum: Plugins
In reply to: [wp-roundabout-pro] Warning message returned in footerHi Daverad,
Give this a try: $settingsxx=mysql_fetch_assoc(mysql_query(“SELECT * FROM
wp_rbt_slides
limit 1″));Forum: Plugins
In reply to: [wp-roundabout-pro] Warning message returned in footerNote: tick marks should be included around wp_roundabout_settings and wp_rbt_slides in the prior entry. Also, the entry for wp_rbt-slides in the prior entry should have an underscore and not a dash between rbt and slides.
Forum: Plugins
In reply to: [wp-roundabout-pro] Warning message returned in footerHi Claude5670,
Weird. Did you clear your cache? More details on what I had done:
changed the following code in …/wp-roundbout-pro/index.php
from:
$settingsxx=mysql_fetch_assoc(mysql_query("SELECT * FROM
wp_roundabout_settingslimit 1"));
to:
$settingsxx=mysql_fetch_assoc(mysql_query("SELECT * FROM
wp_rbt-slideslimit 1"));
With that said, maybe Sakush can point us in the right direction?
Thx
Forum: Plugins
In reply to: [Email Before Download] Does not work with new Download MonitorThanks sknepal. I encountered the same challenge. I reverted to the prior version of Download Monitor as you suggested and Email Before Download is now working.
Thanks again for the post.