I tried using FTP access but the credentials you supplied did not work.
Can we try something else.
Can you install the following plugins:
ARI Adminer
Query Monitor
WP Log Viewer
Code Snippets
Where you have added the code I supplied (I'm guessing to your theme's functions.php file), can you remove it? I will add it via the Code Snippets plugin where I may add some additional lines for testing.
If you haven't already, turn on the debug log by editing your wp-config.php file and change the line with WP_DEBUG like so:
I have done some more testing but have reached something of an impasse.
I can see the issue on your site and the PHP warning in the logs, but without further testing in a local environment I can't identify the source of the warning.
I cannot reproduce the warning on a local test site, and I thought it may be limited to when running this on a multisite installation. So I created a multisite test install and reproduced the set up to test the same code with a CRED form to prevent duplicate submissions, but it again worked as expected without producing any PHP warnings.
So the issue seems to be specific to your installation.
The warning doesn't appear to be affecting the functionality, the CRED form submissions work and the code I provided prevents duplicate submissions, but to be able to debug this any further I will need a working copy of your site that I can install locally. Let me know if you are able to provide such a copy, I'll try to work with whatever tool you use.
We tried duplicator to extract the single site but that failed. I could try duplicator pro but for that I'd need to install it, which means you giving me super admin access to be able to install the plugin on the network.
Otherwise you can search for other backup and site transfer plugins that work with multisite and try one of those.
Hi Nigel !
By changing php version my issue is resolved.I was using php 7.....by changing it to 5.6 error is gone.Again if in future If I need to use php 7...what will be the solution
and
Thank you for your sincere efforts.