View Single Post
Old 10-09-2007, 07:02 PM   #7 (permalink)
thuggster
Member
 
thuggster's Avatar
 
Join Date: Sep 2007
Location: Netherlands
Posts: 50
thuggster is on a distinguished road
Default

Quote:
Originally Posted by Linux View Post
tnx alot but it is not working i get: var GB_ROOT_DIR = "/greybox/";
after i install it.

Best Regards
You have a " /" infront of the foldername Greybox, that gives a error.

If you installed it inb the ROOT of the webserver its,
PHP Code:
GB_ROOT_DIR "{$my_pligg_base}/greybox/"
Otherwise try,
PHP Code:
GB_ROOT_DIR "greybox/"
thuggster is offline   Reply With Quote