• Resolved lafargue

    (@lafargue)


    Hello, I just run debug mode on wordpress to fix a problem with anothe plugin, and got prompted with “Undefined index: page in html/www/wp-content/plugins/moolamojo/models/basic.php line 157”, not sure if that’s the exact text, but I fixed the issue thanks to this thread in stackoverflow.
    Just made this change

    if (isset($_GET['page'])) {
    		if (!session_id() and (strstr($_GET['page'], 'moolamojo') or !is_admin()) ) {
    				@session_start();
    		}
            }

    Hope you can add this in the next update.
    Awesome plugin, keep the good work.

  • The topic ‘Debug on moolamojo basic.php’ is closed to new replies.