Hello,
I have installed Chronoforms 7.0.9 in wordpress 6.2.2 but when I push to create a new form it goes to a screen that is not possible to do anything. I have tried with php 8.0 and 8.1.
Here is an image of what I can see: https://ibb.co/fNQsyTt
Thanks in advance
Albert
I have installed Chronoforms 7.0.9 in wordpress 6.2.2 but when I push to create a new form it goes to a screen that is not possible to do anything. I have tried with php 8.0 and 8.1.
Here is an image of what I can see: https://ibb.co/fNQsyTt
Thanks in advance
Albert
Can you check the PHP logs on your server ? does it show what error is causing this when you open the form ?
Hello Max,
I enabled the debug mode of wordpress and the only messages that appears in logs when I try to create a form are:
All menu of the mainboard of Chronofroms seems to work fine. This happens when I push to "Create new Contact Form" or Advanced Form or any of the demos.
This is the html code generated of the form :
Thanks
Albert
I enabled the debug mode of wordpress and the only messages that appears in logs when I try to create a form are:
[24-May-2023 06:58:24 UTC] PHP Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/bnn/wp-admin/admin-header.php on line 36
[24-May-2023 06:58:47 UTC] PHP Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/bnn/wp-includes/formatting.php on line 2809
[24-May-2023 06:58:47 UTC] PHP Warning: Undefined variable $utype in /var/www/bnn/wp-content/plugins/chronoforms/admin/chronoforms/themes/default/views/designer.php on line 43
All menu of the mainboard of Chronofroms seems to work fine. This happens when I push to "Create new Contact Form" or Advanced Form or any of the demos.
This is the html code generated of the form :
<style>
</style>
<script>
</script>
<div class="ui calendar hidden quti bg-black bg-blue bg-green bg-red text-white rounded-1 p-1 mx-1 bg-blue200 bg-red200 bg-green200"></div>
<i class="icon test hidden"></i><div class="ui menu inverted small top attached G3-tabs quti bg-cfpcolor">
<h3 class="item quti text-md m-0">
New Form </h3>
<a class="item white " data-tab="general">
<i class="faicon cog large"></i>
<span class="ui text large">Settings</span> </a>
<a class="item white active" data-tab="pages">
<i class="faicon copy large"></i>
<span class="ui text large">Pages</span> </a>
<a class="item white hidden " data-tab="repo">
<i class="faicon box large"></i>
<span class="ui text large">Repo</span> </a>
<div class="item right">
<button type="button" name="apply" class="ui button tiny icon labeled toolbar-button quti bg-white text-grey800 green " data-url="index.php?page=Chronoforms&cont=connections&act=edit&apply=1" data-hint="Save changes and reload the editor" data-selections="0" data-message="" data-fn="saveform">
<i class="faicon check-double"></i> Create Form </button>
<button type="button" name="apply" class="ui button tiny icon labeled toolbar-button quti bg-white text-grey800 active inverted hidden" data-url="index.php?page=Chronoforms&cont=connections&act=edit&apply=1" data-hint="Save changes" data-selections="0" data-message="" data-apply="0" data-fn="saveform">
<i class="faicon check"></i> Save </button>
<a class="ui button tiny icon labeled quti bg-white text-grey800 black inverted disabled" href="index.php?page=Chronoforms&cont=manager&chronoform=" data-hint="Preview form in the admin area" target="_blank">
<i class="faicon user-secret"></i> Admin View </a>
<a class="ui button tiny icon labeled quti bg-white text-grey800 black inverted disabled" href="https://bnn.upc.edu/index.php?page=Chronoforms&cont=manager&chronoform=" data-hint="Preview form at frontend" target="_blank">
<i class="faicon globe"></i> Front View </a>
<button type="button" name="apply" class="ui button tiny icon toolbar-button quti bg-white text-grey800 green hidden" data-url="index.php?page=Chronoforms&cont=connections&act=edit&apply=1" data-hint="Save changes and reload the editor" data-selections="0" data-message="" data-fn="saveform">
<i class="faicon save"></i> </button>
<a class="ui button tiny icon quti bg-white text-grey800 active inverted disabled" href="index.php?page=Chronoforms&cont=connections&act=backup&gcb[]=" data-hint="Download Form backup" >
<i class="faicon download"></i> </a>
<a class="ui button tiny icon quti bg-white text-grey800 active inverted" href="https://www.youtube.com/playlist?list=PLNdPw6Bog3zcuSKs7NGNi8QPtfj5IsxQA" data-hint="Tutorials" target="_blank">
<i class="faicon question"></i> </a>
<button type="button" name="" class="ui button tiny icon toolbar-button quti bg-white text-grey800 active inverted cheatsheet" data-url="" data-hint="Shortcodes Cheatsheet" data-selections="0" data-message="" target="_blank">
<i class="faicon atlas"></i> </button>
<a class="ui button tiny icon quti bg-white text-grey800 active inverted" href="index.php?page=Chronoforms&cont=connections" data-hint="Close" >
<i class="faicon times"></i> </a>
</div>
</div>
....
Thanks
Albert
You need to login to be able to post a reply.