Forums

Failure, clean install

@yourservice 07 Jan, 2014
Hi, I installed CF V5 on JL3.2.1.

Created a new form, View Form gives:

Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\schoon321\libraries\cegcore\libs\app_j.php on line 159

Line 159:

foreach($groups as $group){
//if this group exists in the user's groups or its inheitance then add its parent_id
if(in_array($group['Group']['id'], $user_session['groups']) OR in_array($group['Group']['id'], $user_session['inheritance'])){
$user_session['inheritance'][] = $group['Group']['parent_id'];
}
GreyHead 08 Jan, 2014
Hi @yourservice,

Max released a bug fix RC3.1 yesterday, if you don't already have this please download and upgrade.

Bob
This topic is locked and no more replies can be posted.