What is your php version?
Dear Sir,
My PHP version is
PHP version: 7.1.7
waiting for your advice sir
I can not reproduce this on php 7.0.25 but it should be fixed now. Pls update wppa to the current release version 6.7.08
Dear Jacob thanks for the update.after update until now i did not get “PHP warning Illegal setting” thank you very much.
But i get another type of error in website
“Uncaught ReferenceError: wppaAutoColumnWidth is not defined at (index):304
when i checked line 304 it is like this
wppaAutoColumnWidth[1] = true;
can you help me to resolve this issue.
Can you supply me a link to the page that exhibits this error?
What browser did you use?
I am using chrome web browser
this is the link where it generate error
https://www.kadhambam.in/events/
click
The js file wppa.js
that contains all data declarations,
like var wppaAutoColumnWidth = [];
is not loaded or loaded too late.
Are you doing something with loading js files, like a plugin or theme setting that defers loading js files? If so, switch it off. If you want to defer js, use the setting in Table IV-A13. This way the js files – like wppa.js – that need to be at the beginning of the page will not be deferred.
If you have a plugin that ‘optimizes’ or compresses js files, switch it off, these things do more harm than good. The js files of wppa are already compressed and optimized.
Are you using any server side caching program? If so, which one?
Alse
thanks for your advice. i will try it.
Thanks you sir…
u r really doing a great service..