Jump to content

wmelton

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

About wmelton

Personal Information

  • Biography
    Keen interest in web programming.
  • Occupation
    Computing teacher
  • Interests
    Computing, web programming, motorcycling, golf and having fun.
  • Location
    Ipswich, UK
  1. Thanks webman, I will try a fresh install with debugging on at the weekend and let you know how I get on. @BKGarry: no probs. Have you got this system installed successfully? Cheers Wil
  2. I would of thought there was a section for future requests and not leeching on to any given random post. Forum etiquette!
  3. Hi Craig, I do believe I import the .sql file after the installation didn't work, as per instructions, which I have read many times! I now have an empty database (Dropped all the tables) with the same result. Hardest (easy to install) software I have ever come across. Future support, could be some cool Youtube videos showing the configuration and installation on a test server and not just a localhost. If I can't resolve this soon I have seen some other free class room booking software to try. Just my boss, saw this one running at his old school. Regards, Wil
  4. Hi guys, I though I would try out classroombookings on my web space before trying to install it on a NAS box at school. I have read the documentation provided and my 1 & 1 hosting package covers all of the requirements. I have also used Google and posts on this forum to look for solutions. This is what I have done so far. I have used xxx to keep my details secret! 1) I made a classroombookings sub directory on server. 2) Unzipped all files into folder on server. 3) Created a new MySQL database on server using phpMyAdmin. 4) Imported classroombookings.sql file provided. I can now see all of the tables 5) Renamed config.php file and edited only one line: $config['base_url'] = 'http://www.mydomainname/classroombookings/'; 6) Renamed database.php and edited it like so: $db['default']['hostname'] = 'db58XXX6021.db.1and1.com'; // was localhost $db['default']['username'] = 'dbo58XXX6021'; // was root $db['default']['password'] = 'mypassword'; // default is blank $db['default']['database'] = 'db58XXX6021'; // was crbs1 $db['default']['dbdriver'] = 'mysql'; // was mysqli Finally, I have tried to view the classroombookings with my web browser pointed at http://www.mydomainname.co.uk/classroombookings/ I have epically failed and need your help! Cheers Wil
×
×
  • Create New...