thanks for all your hard work on this project
Is it possible to use agres_category without ubercart installed ?
I'm doing some thing similar to the drupal 7 video with the room reservations but we are still on drupal 6.
I see all the content types discussed in the video except for for agres_category. I enabled the agres_category module but the agres_category content type is not displaying yet.

Comments

agill’s picture

if the agres_category content type has not been created,
try to uninstall and reinstall it again, usually it works on the second try,
have not figured out yet why this happens in the 6.x-4.x version.

For Drupal 7 i am currently working on making agreservations
work as a plain reservation system without having to use ubercart.
But until i am ready with that, it is best to install ubercart + all the agreservation
modules for Drupal 7 to use the system.

also keep in mind to add
ini_set('max_execution_time', 400);
to your settings.php
And in your my.ini or my.cnf you
should have the setting of max_allowed_packet = 16M

toby53’s picture

thanks - i got it up and running !
Now I'm wondering if I need agres_category to setup hourly meeting bookings ?
I noticed that it has ways to set availability and it mentions "pool tables" so thats kind of like meeting room bookings. I established agres_category (meetings) setup hourly, unit types(types of meetings) and units to be booked/reserved. I'm not sure what I'm doing !