mithrandir
Forum Replies Created
-
I was facing a similar issue, by deactivating ‘Gravatar Transfer’, the error was resolved.
I believe since Gravatar is disabled on my WordPress site, the setting was causing a conflict with the expected values.
Dashboard> Ultimate Member>Settings>Extensions -> Gravatar Transfer
Deactivated
This add-on enables you to link gravatar photos to user accounts with their email address.Forum: Plugins
In reply to: [Cleverwise phpBB Statistics] error: Board one URL doesn’t seem to be workingThankyou for replying, I tried your solution earlier on, and still no luck getting the stats to appear. the widget loads fine but all stats are blank. I realized I get an error while activating the plugin something along the lines of “The plugin generated “x” characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication..” This is probably the cause of the issue. I am not familiar with php or programming so would not know where to begin to diagnose the errors. I have tried a few solutions I found from here and there yet still no luck. oh well I tried, guess i can live without the stats, for now that is. Thank you again for your help!
Forum: Plugins
In reply to: [Cleverwise phpBB Statistics] error: Board one URL doesn’t seem to be workinghello again,
With my limited (zero) knowledge of how php works I realized the file in my wpapi folder the wpapi.stats.php was looking for is “wpapi.config.php” and not “wpapi.config.sample.php” which is what was included in the wpapi download.
yet now i am faced with a new error while testing the wpapi and typing http://localhost/palpabb/styles/wpapi/wpapi.stats.php?s=test in the browser adress bar (test being the password).
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\palpabb\styles\wpapi\wpapi.stats.php on line 116
a:5:{s:8:”user_cnt”;s:1:”1″;s:9:”topic_cnt”;s:1:”1″;s:8:”post_cnt”;s:1:”1″;s:8:”last_mem”;s:7:”2|Admin”;s:9:”last_post”;a:0:{}}would appreciate any ideas, my website is on hold at the moment trying to get these stats to appear.