unable to setup help centre
I havnt gotten very far with my installation, but im installing it locally on my mac? could that be a problem?
here is what i get so far
Notice: Use of undefined constant default_exception_handler - assumed 'default_exception_handler' in /Users/John/Sites/Admin/helpcenter/Sprinkles.php on line 25
Notice: Use of undefined constant default_error_handler - assumed 'default_error_handler' in /Users/John/Sites/Admin/helpcenter/Sprinkles.php on line 26
Tks for your help!
here is what i get so far
Notice: Use of undefined constant default_exception_handler - assumed 'default_exception_handler' in /Users/John/Sites/Admin/helpcenter/Sprinkles.php on line 25
Notice: Use of undefined constant default_error_handler - assumed 'default_error_handler' in /Users/John/Sites/Admin/helpcenter/Sprinkles.php on line 26
Tks for your help!
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
-
Inappropriate?ok i fixed it.
You dont have the constants defined.
I had to change this:
set_exception_handler(default_exception_handler);
set_error_handler(default_error_handler);
to this:
set_exception_handler('default_exception_handler');
set_error_handler('default_error_handler'); -
that is on lines 25/26 of Sprinkles.php -
Inappropriate?It sounds like you may have solved your own problem -- and shown us where we might have a bug. I'll share this with some of the more technically minded folks here and see what they think.
-
Inappropriate?That's correct. This is a bug in the code which crashes Help Center on some PHP versions, while others carry on merrily.
For the record, running Help Center on a Mac should be 100% okay—it was developed on one!
1 person says
this solves the problem
Loading Profile...



EMPLOYEE
