I am trying to: making changes to a cred form but that does not work properly.
For example, if I want to change the order of the fields of the form, it is not always saved. The addition of text in combination with HTML is not always saved. When I add a small piece of text then it works better, major changes such as changing the order in one go is not possible. it is a form for placing a message (advertisement).
I have already done several tests to find out what it could be but without result:
- I changed themes and tried a standard theme, still the same problem.
- Because this is the beginning of a my online project I have done a complete new installation. without result.
- The website runs now on PHP 7, this should work, I think, but still te same problem.
- I have activated and linked a new activation code several times but no result.
Perhaps important to mention:
I first used the registration code to practice local with toolset.
I now use the registration code for the construction of a website for online testing (eg testing email notifications)
I do not know if it has anything to do with this.
For your information: The final real active site will be built afterwards with a new toolset registration.
The annoying thing is that it works very slowly and it does not feel good when I start to encounter problems at the beginning of my project. Could you please help me?
If you are logged in on the website, go to pages > all pages > Adverteren – Autobanden en velgen > Edit wih layouts.
For example, try the following: Cut and stick the bottom four form groups and place them upwards
this does not work and if you succeed then you are lucky. Sometimes it works and sometimes it does not work. The same is to change label textor adding text.
Link to a page where the issue can be seen: hidden link
The problem you mentioned above is abnormal, in case it is a compatibility problem, please try this:
1) deactivate other plugins and switch to wordpress default theme, and test again
2) Enable wordpress debug mode, and copy/paste the PHP debug logs here
PHP Debugging
In case you think that Types or Views are doing something wrong (what we call a bug), you should enable PHP error logging. Again, edit your wp-config.php file and add the following:
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
This will produce a file called ‘error_log.txt’ in your WordPress root directory. Make sure that the web server can create and write this file. If it cannot, use an FTP program to create the file and make it writable to Apache (normally, user www-data).
hidden link
3) If the problem still persists, please provide a database dump file (ZIP file) of your website in below private detail box, also point out the problem CRED form URL, I need to test and debug it in my localhost, thanks
I have tried the SFTP access you provide above, it is not valid, I get this error:
Command: open "pasc****@vserv****.axc.eu" 22
Error: Connection timed out after 20 seconds of inactivity
Error: Could not connect to server
I have had contact with the hosting company today I'm going to do some more tests together with the hosting team
Maybe try another server. This may take some time, I would like to ask you not to close this ticket yet.
As soon as I have news, I will send you a message.
Thank you for your great support!
Greetings Pascal
- To begin with, I moved the domain (the online testsite) to another server, toolset is installed (without SSL) and works perfectly!
- Back to the other server, I reinstall toolset on a free domain (without SSL) and works perfectly!
I start to doubt after these findings, what can it be?
- I have reinstalled the toolset again, on a domain in a subfolder (using SSL) and the problem occurs again.
facts: the problem occurs on a website in a subfolder with SSL.
The website has a secure connection (ssl), except Edit CRED Post Form.
Perhaps this is the cause of the problem.
(the problem: sometimes changes are safed and sometimes changes are not saved)
Could this be it? I have also tried plugin Realsy simple SSL, the problem persists.
If you want to log in, I have to send you the new data via a secure form.
There is not similar problem in my localhost, with SSL for example: hidden link
I can change the CRED form layout cell, and it is saved correctly, so I don't think it is a problem of SSL
Since the FTP access you provided above is not valid for me, the directadmin credentials you provided above is not FTP/SFTP access, so I can not get the PHP debug logs from your website.
Could you try to get the PHP debug logs from your website? hidden link
For example: edit and save a CRED form cell, and get the PHP debug logs, and copy/paste it here, that will help a lots.
If you need assistance to get the PHP debug logs, please provide a test site with the same problem, and provide the valid FTP/SFTP access of the website, I can try to get the PHP debug logs in your website. thanks