Help - Search - Members - Calendar
Full Version: Index.php Does Not Showup
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
wahedragel
Hello,
I uploaded open journal system (ojs) from pkp but when i try to browse the index page I get the following warning:
Warning: ini_set() has been disabled for security reasons
Can you enable it so that I can start setting up my medical journal!
Thank you
DroNix
add @ before the word ini_set, like this: @ini_set. Do this for every instance of that word
wahedragel
QUOTE(DroNix @ Mar 15 2010, 08:29 PM) *
add @ before the word ini_set, like this: @ini_set. Do this for every instance of that word


I have done this but it lead to another error as this function is important for the open journal system as it tells the program where is the path to important files (as much as I understand).
The whole syntax is:
define('BASE_SYS_DIR', dirname(INDEX_FILE_LOCATION));
ini_set('include_path', '.'
. ENV_SEPARATOR . BASE_SYS_DIR . '/classes'
. ENV_SEPARATOR . BASE_SYS_DIR . '/pages'
. ENV_SEPARATOR . BASE_SYS_DIR . '/lib/pkp'
. ENV_SEPARATOR . BASE_SYS_DIR . '/lib/pkp/includes'
. ENV_SEPARATOR . BASE_SYS_DIR . '/lib/pkp/classes'
. ENV_SEPARATOR . BASE_SYS_DIR . '/lib/pkp/pages'
. ENV_SEPARATOR . BASE_SYS_DIR . '/lib/pkp/lib/adodb'
. ENV_SEPARATOR . BASE_SYS_DIR . '/lib/pkp/lib/phputf8'
. ENV_SEPARATOR . BASE_SYS_DIR . '/lib/pkp/lib/pqp/classes'
. ENV_SEPARATOR . BASE_SYS_DIR . '/lib/pkp/lib/smarty'
. ENV_SEPARATOR . ini_get('include_path')
);

So please enable it to me.

Thank you
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.