• Resolved ganesh79

    (@ganesh79)


    i am receiving the following error msg :-

    [28-Nov-2017 11:00:08 UTC] PHP Warning: Illegal string offset ‘name’ in /home/********/public_html/wp-content/plugins/wp-photo-album-plus/wppa-settings-autosave.php on line 6423

    kindly help me to resolve

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    What is your php version?

    Thread Starter ganesh79

    (@ganesh79)

    Dear Sir,
    My PHP version is

    PHP version: 7.1.7

    Thread Starter ganesh79

    (@ganesh79)

    waiting for your advice sir

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    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

    Thread Starter ganesh79

    (@ganesh79)

    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.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Can you supply me a link to the page that exhibits this error?
    What browser did you use?

    Thread Starter ganesh79

    (@ganesh79)

    I am using chrome web browser

    this is the link where it generate error
    https://www.kadhambam.in/events/
    click

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    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

    Thread Starter ganesh79

    (@ganesh79)

    thanks for your advice. i will try it.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    PHP errors fixed 6.7.010

    Thread Starter ganesh79

    (@ganesh79)

    Thanks you sir…
    u r really doing a great service..

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘PHP warning Illegal setting’ is closed to new replies.