ABHIONLINUX
Site useful for linux administration and web hosting

Showing posts with label clipbucket. Show all posts
Showing posts with label clipbucket. Show all posts

2011/06/24

Clipbucket admin area showing blank page

When trying to access admin area of clipbucket , we will get blank page,

Fix:
First step we need to check is permission. Make sure that all your files and folders are having 644 and 755 respectively. Still the issue persists, go to step2

Next step is to fix out the file ClipBucket.class.php and search for the line  



" function get_cb_news()
{ "


Below this line, you need to add the following line
"return true "

Try this and your issue will be fixed.