When I am going to create a site map for a joomla site than I am facing some problem .I have install xmap plugin for creating this , it is showing some php problem like Strict Standards: Non-static method modRSFlashmaticHelper::getRSFlashmatic() should not be called statically in C:\xampp\htdocs\koli\modules\mod_rsflashmatic\mod_rsflashmatic.php on line 15 Strict Standards: Non-static method modRSFlashmaticHelper::rsws_sql_regcase() should not be called statically in C:\xampp\htdocs\koli\modules\mod_rsflashmatic\helper.php on line 122 Strict Standards: Non-static method modRSFlashmaticHelper::rsws_sql_regcase() should not be called statically in C:\xampp\htdocs\koli\modules\mod_rsflashmatic\helper.php on line 123 Strict Standards: Non-static method modRSFlashmaticHelper::rsws_sql_regcase() should not be called statically in C:\xampp\htdocs\koli\modules\mod_rsflashmatic\helper.php on line 124 Strict Standards: Non-static method modRSFlashmaticHelper::rsws_sql_regcase() should not be called statically in C:\xampp\htdocs\koli\modules\mod_rsflashmatic\helper.php on line 125 Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\koli\modules\mod_rsflashmatic\helper.php on line 272 How can I remove those problem ,please suggest me about the problem
In your php.ini file of XAMPP try to set the following: error_reporting = E_ALL & ~E_NOTICE display_errors = Off