| User | Post |
|
7:35 am December 3, 2009
| kunal
| | |
| |
|
|
I am using the plugin at http://bit.ly/Vjkd6 However, the widget does not show me any posts. This widget can be seen at the bottom of the page at the link. Please help!
Thanks, Kunal
|
|
|
8:01 am December 3, 2009
| Steph
| | |
| |
|
|
It looks like something is causing a php error. What version of php are you using? Do you have access to your php error log?
|
|
|
9:24 am December 3, 2009
| kunal
| | |
| |
|
|
Thanks for your response Steph. Can you suggest a way I can find out the information (php version and error log)?
Also, which php version does the plugin need?
|
|
|
10:19 am December 3, 2009
| Steph
| | |
| |
|
|
Finding the log depends on your web host. It would probably be accessable in your hosting panel. The php version should be there as well. You could also temporarily shove this somewhere in your theme: <?php echo phpversion() ?>
I'm actually not sure what php version this requires, as I have only tested it in php 5.x
Let me know what you find.
Thanks!
|
|
|
9:49 am December 5, 2009
| kunal
| | |
| |
|
|
Sorry for the delay. My error log shows no errors and my php version is 5.2.8.
Another issue I realized is that adding the plugin makes my footer disappear.
|
|
|
3:08 pm December 5, 2009
| Steph
| | |
| |
|
|
You're footer isn't showing because this widget is causing an error so nothing will load after that. However, without knowing what the error is, I can't really fix it. Another way to see what is going wrong is to temporarily uncomment or add this lne in you wp-config.php:
define('WP_DEBUG', true);
Or you could also try adding this:
error_reporting(E_ALL);
Let me know if you can get the error message.
Thanks!
|
|
|
12:20 am December 7, 2009
| kunal
| | |
| |
|
|
Thanks for your continued support Steph,
This is the error I see right under the plugin widget.
Notice: Undefined variable: blog_sql in/home/kunal17/public_html/theindianstartup/wp-content/plugins/buddypress/bp-blogs/bp-blogs-classes.php on line 389
I hope this can help resolve the problem!
Regards,
Kunal
|
|