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()
{ "
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.
Tried and still not working
ReplyDelete