After uploading the stk folder, I point the browser to the folder and get a blank page. The error_log gives two warnings with the last line
Fatal error: require(): Failed opening required 'PHP_ROOT_PATHcommon.php' (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /home/classicm/pokemondungeon/forums/stk/common.php on line 38
The offending line is: require(PHP_ROOT_PATH . 'common.' . PHP_EXT);
I am trying to clean out the mods from the database. So I can upgrade 3.0 to 3.2.
I tried doing it without cleaning the database and got nowhere. This time I will do as instructed by the developers. (Just in case someone chimes in with “you don’t need to do that”.)