Hi, I know its been a long time, so I have little hope of a response, but why not eh? There's a chance :P
Been looking for something like this for a while, so I'm going to try hard.
I downloaded the 2.4 release, created and imported the mysql databases correctly.
Uploaded all the necessary files to a hosted server space (Dreamhost)
In the custom_inc.php file, I changed lines 14-15.
$g_rb_basedir = "/var/www/html/foods/";
$g_rb_baseurl = "/foods/";
Following comments, I uncommented lines 18-22, changed all the other settings to the correct ones.
Going to the website results in
Warning: include(/var/www/html/foods/libs/phpsm/classes/phpSM.class.php) [function.include]: failed to open stream: No such file or directory in /home/username/domain.com/foods/libs/phpsm/core_API.php on line 14
Warning: include() [function.include]: Failed opening '/var/www/html/foods/libs/phpsm/classes/phpSM.class.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/username/domain.com/foods/libs/phpsm/core_API.php on line 14
Warning: include_once(/var/www/html/foods/libs/phpsm/classes/drivers/phpSM_database.class.php) [function.include-once]: failed to open stream: No such file or directory in /home/username/domain.com/foods/libs/phpsm/core_API.php on line 16
Warning: include_once() [function.include]: Failed opening '/var/www/html/foods/libs/phpsm/classes/drivers/phpSM_database.class.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/username/domain.com/foods/libs/phpsm/core_API.php on line 16
Fatal error: main() [<a href='function.main'>function.main</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "SecurityManager_database" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /home/username/domain.com/foods/index.php on line 15
Now, I am pretty much familiar with html only, and can dabble in php, and so these error messages are totally mystifying. I went and looked up each of the files they were looking for, they are uploaded fully and error free, tried to understand what they were for and pretty much got lost from there.
Any help would be awesome and appreciated :)