Could anyone help me to setup Weberp with sme, I read something in the forums in many searchs but I didn't find any specific help .
Weberp indicates to be installed at usr\local\httpd\htdocs.
I tryed to install at \opt, like phpmyadmin and other applications
like theadressbook etc but no luck, something wrong in my templates custom modification? something wrong with paths, get no erros, white pages instead.
The config .php shows :
/*The $rootpath is used in most scripts to tell the script the installation details of the files.
NOTE: In some windows installation this command doesn't work and the administrator must set this to the path of the installation manually:
eg. if the files are under the webserver root directory then rootpath =''; if they are under weberp then weberp is the rootpath - notice no additional slashes are necessary.
*/
$rootpath = dirname($_SERVER['PHP_SELF']);
if (isset($DirectoryLevelsDeep)){
for ($i=0;$i<$DirectoryLevelsDeep;$i++){
$rootpath = substr($rootpath,0, strrpos($rootpath,'/'));
}
}
if ($rootpath == "/" OR $rootpath == "\\") {
$rootpath = "";
}
//$rootpath = '/web-erp';
I know it's a little off topic in this forum but I have no clues to search for, so if someone could teach me a little.... it would be really nice and appreciated.
Thanks
Alejandro