• Resolved stevenminix

    (@stevenminix)


    I am getting this when using the showcontestants shortcode on a page

    Warning: session_start(): open(/www/php_session/twinkstars.com//sess_u0gmn2f7m2tkk15pg4bq5sc9fc, O_RDWR) failed: Permission denied (13) in /www/wwwroot/twinkstars.com/wp-content/plugins/wp-voting-contest/wpvc_model/wpvc_shortcode_model.php on line 363
    
    Warning: session_start(): Failed to read session data: files (path: /www/php_session/twinkstars.com/) in /www/wwwroot/twinkstars.com/wp-content/plugins/wp-voting-contest/wpvc_model/wpvc_shortcode_model.php on line 363

    also how do you get the “top 10” feature to show up in the nav bar as seen in the demo?

    and lastly how can I hide the image title from displaying in the grid?

    Thanks in advance.

    – Steven

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Harish

    (@owtdevteam)

    Hello

    We’ll have a look at session_start warning.

    The top 10 and hiding title are premium features, you can buy the plugin here

    Thread Starter stevenminix

    (@stevenminix)

    you can have a look but how do I make it go away for now? it is displayed on my site and it’s ugly.

    Plugin Author Harish

    (@owtdevteam)

    Hello

    Add the following code in the wp-config.php file so the debug information will go away.
    define( 'WP_DEBUG_DISPLAY', false );

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A few questions’ is closed to new replies.