alpman2 Posted October 22, 2017 Share Posted October 22, 2017 Hi! Im trying to install ALP (Autonomous Lan Party) an PHP template. https://www.nerdclub.net/alp/ When I try to install with install.php im getting this error. What does this mean? WARNING! not the default value (E_ALL & ~E_NOTICE) or (2039). if your value is more strict; ALP will give you errors. Quote Link to comment https://forums.phpfreaks.com/topic/305422-need-help-with-unknown-warning/ Share on other sites More sharing options...
requinix Posted October 22, 2017 Share Posted October 22, 2017 It means you might see error messages. Not counting that one. Ignore it unless you actually do start seeing error messages. Quote Link to comment https://forums.phpfreaks.com/topic/305422-need-help-with-unknown-warning/#findComment-1552947 Share on other sites More sharing options...
alpman2 Posted October 22, 2017 Author Share Posted October 22, 2017 I do see error messages on next page of the installation. Quote Link to comment https://forums.phpfreaks.com/topic/305422-need-help-with-unknown-warning/#findComment-1552949 Share on other sites More sharing options...
requinix Posted October 22, 2017 Share Posted October 22, 2017 Find your php.ini, find the error_reporting setting inside it and make sure you're not looking at a commented-out one, and change its value to E_ALL & ~E_NOTICE. Then restart Apache/nginx. By the way, what errors? Quote Link to comment https://forums.phpfreaks.com/topic/305422-need-help-with-unknown-warning/#findComment-1552955 Share on other sites More sharing options...
dodgeitorelse3 Posted October 22, 2017 Share Posted October 22, 2017 (edited) the warning is not an issue, however when you get to step four (I only tried full install) there were a lot of errors. Easy fix . Open install.php in editor and find TYPE=MyIsam. Change it to read ENGINE=MyIsam Edited October 22, 2017 by dodgeitorelse3 Quote Link to comment https://forums.phpfreaks.com/topic/305422-need-help-with-unknown-warning/#findComment-1552956 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.