+ Post New Thread
Page 6 of 15 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 219
How do you do....it? Thread, Classroom booking System in Technical; Hi dave.81.... That is a known bug, sorry... The only way round that is at the moment is to change ...
  1. #76

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,272
    Blog Entries
    2
    Thank Post
    595
    Thanked 877 Times in 615 Posts
    Rep Power
    277
    Hi dave.81.... That is a known bug, sorry... The only way round that is at the moment is to change the view type in the Settings page to 'One day at a time' instead of 'One room at a time'.

    The Week Dates icon/link you mentioned is redundant, and the reporting function has not been created (yet). In an ideal world I would have removed the Reporting icon (or had time to create the reporting function); but I'm only human

  2. #77

    Join Date
    Mar 2007
    Location
    Devon
    Posts
    800
    Thank Post
    123
    Thanked 33 Times in 30 Posts
    Rep Power
    18
    Well in that case it's all working wonderfully and much improved over our old system, well i think so whether the teachers agree we'll wait to see.

    Heyho reporting is a bonus not a must and there are only so many hours in the day lol...

    Thanks

  3. #78

    Join Date
    May 2007
    Posts
    14
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Apache permissions

    Hi,

    Ive got classroombookings running okish but im new to apache and php so without sounding stupid(hopefully) how do i give apache server permissions to the folders specified in the installation instructions?

  4. #79

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,272
    Blog Entries
    2
    Thank Post
    595
    Thanked 877 Times in 615 Posts
    Rep Power
    277
    @jonnellan: Is the server Linux/Unix or Windows? If Linux it is just a matter of doing something like this:

    Code:
    $ cd /var/www/classroombookings/
    $ chmod -R 775 webroot/images/roomphotos
    $ chmod -R 775 webroot/images/schoollogo
    $ chmod -R 775 webroot/images/bg
    $ chmod -R 775 system/cache
    $ chmod -R 775 temp
    where /var/www/classroombookings is the directory you installed it to.

  5. #80

    Join Date
    May 2007
    Posts
    14
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Its windows, sorry should have said.

  6. #81

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,272
    Blog Entries
    2
    Thank Post
    595
    Thanked 877 Times in 615 Posts
    Rep Power
    277
    Ok. Generally with Windows it doesn't need any changes, but just browse to the directory mentioned at the page below and ensure they are writeable: InstallationWindows - classroombookings - Google Code - Installing CRBS on Windows with Apache

  7. #82

    Join Date
    May 2007
    Posts
    14
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Success

    It sprung into life when I enabled the rewrite module of Apache server!

    Looking good so far, seems to do everything we want it to do. Reporting section would be good, guess we'll have to wait a little while. Roll on V2.

  8. #83

    Join Date
    May 2007
    Posts
    14
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Importing Users????

    Has anyone had any joy importing users into classroombookings?

    Whenever I try and import a CSV file it tells me it is not an allowed file format? How has everyone else got their users on the system?

  9. #84

    Hightower's Avatar
    Join Date
    Jun 2008
    Location
    Cloud 9
    Posts
    4,920
    Thank Post
    493
    Thanked 688 Times in 443 Posts
    Rep Power
    236
    Quote Originally Posted by jonnellan View Post
    Has anyone had any joy importing users into classroombookings?

    Whenever I try and import a CSV file it tells me it is not an allowed file format? How has everyone else got their users on the system?
    Wish I could help - but I'm not using it until the release of v2. It's great stuff but for it to be useful we want something that integrates with LDAP.

    Roll on v2 too

  10. #85

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,272
    Blog Entries
    2
    Thank Post
    595
    Thanked 877 Times in 615 Posts
    Rep Power
    277
    @jonnellan: I think this happens because it mis-identifies the filetype of upload as a non-CSV file. If you're confident it's in the right format:

    1. Open the file system/application/controllers/users.php in a plain-text editor.

    2. Find line 300 - it should be:
    Code:
    $upload['allowed_types'] = 'csv';
    3. Place a hash symbol before the dollar symbol to comment out that line, so it looks like this:
    Code:
    #$upload['allowed_types'] = 'csv';
    4. Re-try uploading the CSV file.

    Hope that helps.

  11. #86

    Join Date
    Feb 2007
    Location
    Hereford
    Posts
    213
    Thank Post
    5
    Thanked 3 Times in 3 Posts
    Rep Power
    11

    time scale for version 2

    Do we know of the time scale for completion of version 2 of the room booker?
    I realy want to get this setup.

  12. #87

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,272
    Blog Entries
    2
    Thank Post
    595
    Thanked 877 Times in 615 Posts
    Rep Power
    277
    I know it's annoying to people who want to implement the new version, but I really can't commit to giving any dates. I don't want to do a Microsoft and say "It will be out in May" only to be delayed and end up disappointing people.

    All I can recommend is keep checking the website on Google Code (I'll post periodic updates on the front page) and the issue tracker to see what gets fixed and when.

  13. #88

    Join Date
    May 2007
    Posts
    14
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    I have commented out the above mentioned statement in the users file but i still cant import a csv file. I now get this message :


    A PHP Error was encountered
    Severity: Warning

    Message: Invalid argument supplied for foreach()

    Filename: libraries/Upload.php

    Line Number: 510


    Im looking into this one now.

  14. #89

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,272
    Blog Entries
    2
    Thank Post
    595
    Thanked 877 Times in 615 Posts
    Rep Power
    277
    Ok, this might work then.

    Undo the changes I mentioned above (just remove the hash symbol and re-save).

    Open system/application/config/mimes.php and find the csv entry (line 13). Change it so it looks like this (just copy and paste this line to replace it):

    Code:
    'csv'	=> array('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel'),
    This should help CRBS recognise the file that you're uploading and accept it as CSV.

  15. #90

    Join Date
    May 2007
    Posts
    14
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Im still getting the same error, ive attached a screenshot of the whole error that i get.
    Attached Images Attached Images

SHARE:
+ Post New Thread
Page 6 of 15 FirstFirst ... 2345678910 ... LastLast

Similar Threads

  1. Classroom booking software
    By Andyhall in forum Educational Software
    Replies: 32
    Last Post: 2nd July 2009, 02:24 PM
  2. Online Resource Booking System
    By SimpleSi in forum Web Development
    Replies: 14
    Last Post: 29th October 2008, 09:34 PM
  3. ICT Booking System
    By sLiDeR in forum Network and Classroom Management
    Replies: 3
    Last Post: 8th August 2007, 07:53 AM
  4. Online Parental Booking System
    By robknowles in forum MIS Systems
    Replies: 4
    Last Post: 3rd July 2007, 07:52 PM
  5. Online Booking System
    By imullings in forum Educational Software
    Replies: 2
    Last Post: 5th September 2006, 08:10 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •