After installation appear some messages above the modules, that some fields and some tables are not created!
When I use the module exactly this fields are missing and I got errors!

CommentFileSizeAuthor
#1 agreservation.txt11.68 KBcaw67

Comments

caw67’s picture

StatusFileSize
new11.68 KB

All errors in Textfile attached!

agill’s picture

it is possible that you need to set the execution time to about 400 to be sure
the categories module installs properly. the standard of 30 seconds is not enough.
in the settings.php file add:

ini_set('max_execution_time', 400);

agill’s picture

Status: Active » Postponed (maintainer needs more info)
caw67’s picture

i will test it soon!

caw67’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

It works!