ABHIONLINUX
Site useful for linux administration and web hosting

2011/06/27

How to reset a kloxo admin password

If you have forgot the kloxo admin password , you can try the following fix.

You should have root access to the server.
1. Ssh to the server as root.
2. Run the commands given below.


cd /usr/local/lxlabs//httpdocs
# /usr/bin/lphp.exe  ../bin/common/resetpassword.php admin


You can use the password admin as your kloxo admin password.


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.