Hello
When I want to edit my form there's a big bug in displaying elements.😟
This the screen capture
[attachment=0]Capture d’écran 2015-12-18 à 14.32.14.png[/attachment]
Any idea ?
Thanks🙂
When I want to edit my form there's a big bug in displaying elements.😟
This the screen capture
[attachment=0]Capture d’écran 2015-12-18 à 14.32.14.png[/attachment]
Any idea ?
Thanks🙂
Hi Clarisse,
It looks as though there may be a PHP Message somewhere in the page code. Please check the Error settings in the Site Global Configuration - if they are not already set to None please try that and see if the problem goes away.
Bob
It looks as though there may be a PHP Message somewhere in the page code. Please check the Error settings in the Site Global Configuration - if they are not already set to None please try that and see if the problem goes away.
Bob
Hi Bob, thanks for you answer
This is the error message that appears in the bottom of the page
Fatal error: Class '\GCore\Admin\Extensions\Chronoforms\Events\Index.html\Index.html' not found in /home/xxxxx/www/administrator/components/com_chronoforms5/chronoforms/views/edit.php on line 1462
In line 1462 I see that :
I do not speak Php fluently😉 but It seems that the same instruction GCore\Libs\Str::camilize($type) is two times ?
This is the error message that appears in the bottom of the page
Fatal error: Class '\GCore\Admin\Extensions\Chronoforms\Events\Index.html\Index.html' not found in /home/xxxxx/www/administrator/components/com_chronoforms5/chronoforms/views/edit.php on line 1462
In line 1462 I see that :
$class = '\GCore\Admin\Extensions\Chronoforms\Events\\'.\GCore\Libs\Str::camilize($type).'\\'.\GCore\Libs\Str::camilize($type);
I do not speak Php fluently😉 but It seems that the same instruction GCore\Libs\Str::camilize($type) is two times ?
You should not have an "index.html" file under this path:
Please delete that file!
Regards,
Max
/home/xxxxx/www/administrator/components/com_chronoforms5/chronoforms/events/
Please delete that file!
Regards,
Max
This topic is locked and no more replies can be posted.