Jump to content

Recommended Posts

Posted

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

Posted

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?

 

:)

Posted

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.

 

noimages.jpg

Posted

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/";

Posted
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"?
Posted
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 :)
Posted

Brilliant mate, finally - When I add a room the field section comes up with the below error :/

 

PHP.jpg

 

Thanks for all ur help mate!

Posted

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);

Posted
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??
Posted

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".

Posted
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

Posted

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

Posted

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

Posted
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 :)
  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...