Quote:
Originally Posted by Linux 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/";