Bug in admin editing form display

Clarisse 18 Dec, 2015
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🙂
GreyHead 18 Dec, 2015
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
Clarisse 19 Dec, 2015
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 :
$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 ?
Max_admin 20 Dec, 2015
Answer
1 Likes
You should not have an "index.html" file under this path:
/home/xxxxx/www/administrator/components/com_chronoforms5/chronoforms/events/


Please delete that file!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Clarisse 20 Dec, 2015
Thank you very much, it's ok now.🙂
This topic is locked and no more replies can be posted.