• Resolved Sinkadus

    (@niwin)


    Hi

    Just installed, and created a quiz with two q, just to see how it looks (it looks amazing!). But, I also get this error message:

    Notice: Uninitialized string offset: 0 in /home/vardemokra/domains/vardemokrati.se/public_html/wp-content/plugins/hd-quiz/includes/functions.php on line 700

    Can you help out? Is it my php config, or something with the plugin?

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Sinkadus

    (@niwin)

    Hmm it seems to disappeared… so I am closing this.

    Plugin Author Harmonic Design

    (@harmonic_design)

    Hi Sinkadus,
    you found a minor bug! I’ll have this fixed for the next release.

    This message is ONLY appearing for you because you have error reporting enabled on your site. Especially since this is a live site, I recommend disabling error reporting as it can be abused to provide information about your server.

    In your WordPress installation folder, there is a file called wp-config.php. Edit this file and change define( 'WP_DEBUG', true ); to define( 'WP_DEBUG', false ); (this line will be near the bottom of the file).

    Now to fix this issue for you – I *think* that if you go to the HD Quiz -> About / Options page and press “save” that will set the variable that the PHP notice you are seeing is referring to and flush out that notice.

    Please let me know if you need further assistance

    Thread Starter Sinkadus

    (@niwin)

    Ah, okay. Thanks for pointing this out. I will change this to false.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Notice: Uninitialized string offset: 0…’ is closed to new replies.