Hi all,
I have created a joomla website using xampp, locally on my pc. Today I moved the website on a real online server and I have problems with chronoforms component.
At the frontend, there's a notice, in the page that the form is posted. This is the notice message:
Notice: Undefined property: stdClass::$plugins in /users/ker/website/website/public_html/components/com_chronocontact/chronocontact.html.php on line 302
code in this line:
At the backend, in Forms Manager page there's another notice:
Notice: Undefined property: stdClass::$tablenames in /users/ker/website/website/public_html/administrator/components/com_chronocontact/admin.chronocontact.html.php on line 123
code in this line:
Also, if I try to create a new form by pressing the "New" button, I get a "Not Found - The requested URL /installation/index.php was not found on this server" page. The same thing happens if I try to edit an existing form, or by trying to do anything else inside the components backend.
What happened? I don't understand. What can I do to fix this problem?
I have created a joomla website using xampp, locally on my pc. Today I moved the website on a real online server and I have problems with chronoforms component.
At the frontend, there's a notice, in the page that the form is posted. This is the notice message:
Notice: Undefined property: stdClass::$plugins in /users/ker/website/website/public_html/components/com_chronocontact/chronocontact.html.php on line 302
code in this line:
$ava_plugins = explode(",",$paramsvalues->plugins);
At the backend, in Forms Manager page there's another notice:
Notice: Undefined property: stdClass::$tablenames in /users/ker/website/website/public_html/administrator/components/com_chronocontact/admin.chronocontact.html.php on line 123
code in this line:
value = value.replace(/%26/g,"&");
Also, if I try to create a new form by pressing the "New" button, I get a "Not Found - The requested URL /installation/index.php was not found on this server" page. The same thing happens if I try to edit an existing form, or by trying to do anything else inside the components backend.
What happened? I don't understand. What can I do to fix this problem?