Haux Posted July 7, 2011 Posted July 7, 2011 Hi guys, I've managed to install ClassRoomBookings with WAMPP but the images wont display? I'm guessing it's something to do with permissions and CHMOD as all the image directory's are 100% correct. I've tried adding permission for IIS_IUSRS with full control but still no luck. Any ideas? Thanks
webman Posted July 7, 2011 Posted July 7, 2011 Which images - icons within CRBS, or just room photos that you've uploaded? What are the URLs to the missing images? Do they exist on the filesystem at the location that the URL is pointing to?
Haux Posted July 8, 2011 Author Posted July 8, 2011 Yes CRBS, It look's as if it can't find any images or css e.t.c. I'll attach a screenshot. All the image directories point to the right place & the images are there in the folder.
webman Posted July 8, 2011 Posted July 8, 2011 It looks like it's not loading the CSS files. Could you view-source of the page and paste the contents over at Pastebin.com - #1 paste tool since 2002! The tag in the first few lines should look like this:
Haux Posted July 8, 2011 Author Posted July 8, 2011 It looks like it's not loading the CSS files. Could you view-source of the page and paste the contents over at Pastebin.com - #1 paste tool since 2002! The tag in the first few lines should look like this: No problem mate - CRBS - Pastebin.com
webman Posted July 8, 2011 Posted July 8, 2011 OK, open up the system/application/config/config.php file, and make sure that the first entry for base_url has a trailing forward slash at the end. E.g.: $config['base_url'] = "http://localhost/crbs/";
Haux Posted July 8, 2011 Author Posted July 8, 2011 Amazing how something so small can fix it! It worked Should there be 2 images that wont display? One next to "My Profile" and one next to "Users"?
webman Posted July 8, 2011 Posted July 8, 2011 Yes I think that is just an incorrect file extension - check in webroot/images/ui for the correct naming, and just change it to what the URL of the image points to
Haux Posted July 8, 2011 Author Posted July 8, 2011 Brilliant mate, finally - When I add a room the field section comes up with the below error :/ Thanks for all ur help mate!
webman Posted July 8, 2011 Posted July 8, 2011 The warning appeared because there was no additional information entered into the room fields (if any have been defined). It can be ignored, but to turn those off: Open up the /crbs/index.php file and change the error_reporting line to 0: error_reporting(E_ERROR);
Haux Posted July 8, 2011 Author Posted July 8, 2011 I'm not sure if this is supported as it's in windows but I'm using WAMPP to host it. I've edited apache to allow people on my network to access http:// but the second they go to http:///crbs it say's page cannot be found? Any ideas??
webman Posted July 8, 2011 Posted July 8, 2011 1) Check the Apache security settings so that it allows access from other machines on the network. 2) Change the base_url (in the config.php file) from localhost to the hostname of the computer. At 1), test with IP address first, and then test by hostname. The WAMP menu should have an option to edit the Apache config file. There might already be a line that says "Allow from 127.0.0.0". Change this to "Allow from all".
Haux Posted July 8, 2011 Author Posted July 8, 2011 1) Check the Apache security settings so that it allows access from other machines on the network. 2) Change the base_url (in the config.php file) from localhost to the hostname of the computer. At 1), test with IP address first, and then test by hostname. The WAMP menu should have an option to edit the Apache config file. There might already be a line that says "Allow from 127.0.0.0". Change this to "Allow from all". 2) did the trick! Thanks
Haux Posted July 11, 2011 Author Posted July 11, 2011 I'm back again! I've setup the rooms, academic cycle & week's e.t.c. but when I try click bookings it say's no weeks are setup? Any ideas? Thanks
webman Posted July 11, 2011 Posted July 11, 2011 Is there a 'week' applied to the date you're currently looking at? 1
Haux Posted July 11, 2011 Author Posted July 11, 2011 When I select booking's I can't select a date, only a room :/
webman Posted July 11, 2011 Posted July 11, 2011 Ah, got ya. That's a known issue - you must choose 'Day at a time' booking from the Settings page. 1
Haux Posted July 11, 2011 Author Posted July 11, 2011 Brilliant, working now mate Is there any way I can input scheduald lessons? I.E Certain periods which are unbookable because the teacher of the classroom has the room? Cheers
webman Posted July 11, 2011 Posted July 11, 2011 Yes. Tick the tick-boxes in the booking table, and fill in the fields underneath to make the recurring booking for that week in those rooms/periods 1
Haux Posted July 11, 2011 Author Posted July 11, 2011 Right mate, when i click recurring booking I get The webpage cannot be found any ideas?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now