rob998 (4th November 2009)
I have installed an earlier version of php on the server. Now I am getting the following:
An Error Was Encountered
Unable to select the specified database: crbs
Thanks

OK, cool. What you need to do now is create a database & username for CRBS, and then tell CRBS what details to use.
The easiest way to do this is through phpMyAdmin. Click on Privileges > Add new user. In the Login Information box, enter a username in the username field, choose Local from the Host drop-down box, then enter a password twice in the username fields. In the Database for user box, choose 'Create database with same name and grant all privileges.' Finally, click the Go button at the bottom-right of the page.
Next, go to the classroombookings folder within the www directory. Then go to system/application/config and open database.php in a text editor. Fill in the appropriate variables - database, username and password.
If you've made the required changes to config.php already (according to the instructions on the google code site wiki); then it should work![]()
rob998 (4th November 2009)
I have done as you said. I no longer get the database error, I just get a page cannot be displayed page. It is trying to go to http://servername:81/crbs
That was the same path I put the in config.php file.
Thanks

Are you using the mod_rewrite feature? Also, what does the $config['index_page'] line look like in system/application/config.php?
Check the Apache error logs (should be an icon for this in the WAMP menu) to see if there are any clues there.
I am working fine now thanks, looks good![]()

Cool
I do realise the older that CRBS gets, the more difficult it is to get running on latest software; which is really awkward when you come to set it up. That's mostly my fault for not continually updating it, so for that I apologise. But to make up for that, version 2 will kick ass![]()
No need to apologise. I appriciate all the extra effort you put in to making the software for us.
Looking forward to v2![]()
First off, I just want to thank webman for an awesome piece of software. It fit the needs perfectly of what I am trying to accomplish. The install went very smooth, no errors at all. Logging on for the first time I am noticing that no images are being displayed in the control panel.
Any input is greatly appreciated. Thanks
-Sean
webman (23rd November 2009)

Hi mcquills - it looks like images and CSS aren't loading. If you view the source of the page, there should be a <base href...> tag near the top - this should be the base path to the CRBS installation. It is taken from the base_url entry in the system/application/config.php file. Check these match your setup exactly.
Thanks for the quick reply, I have "http://localhost/crbs" which points to the directory with
Documentation
system
temp
webroot
.htaccess
califr.ttf
classroombookings.sql
gil___.ttf
index.php
license.txt
tahoma.ttf
verdana.ttf
Excuse my ignorance,
changed http://localhost/crbs to http://localhost/crbs/ (added fowardslash at the end)
now everything is working great.
Thanks again
-Sean
Can anyone help me i am trying to add rooms on and at the bottom were it says feilds i am getting a PHP error was encountered
Severity:Warning
Message: Invalid argument supplied for foreach()
Filename: rooms/rooms_add.php
Line Number: 203
If i try to save anyway it says "The upload path does not appear to be vaild"
can anyone help me with this please i seem to be able to do everything else except add rooms to book

If I remember rightly, that foreach() warning is because there are no room fields defined. If you add a single field (for example, for how many computers are in the room) it should go away. As for the uploading issue, please make sure the paths as per the instructions have write permission first.
There are currently 1 users browsing this thread. (0 members and 1 guests)