The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
Installation on windows 10 - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: Installation on windows 10 (/showthread.php?tid=13143) |
Installation on windows 10 - manigrid - Jun 8th, 2016 With IIS and PHP 7.0.7.. When I called FormTools/install/index.php, there is only a blank screen. I set the security for themes/default/cache to "full control". Still, only a blank screen. RE: Installation on windows 10 - paullittrell - Jun 16th, 2016 Your problem is with PHP7, the way that PHP executes its calls to MySQL has changed. And Form Tools is not compatible with PHP7 drop to the latest version of PHP5 and it should work for you. PHP5 will continue to receive security updates for the next 3 years. (Jun 8th, 2016, 6:39 PM)manigrid Wrote: With IIS and PHP 7.0.7.. RE: Installation on windows 10 - manigrid - Jun 17th, 2016 Thanks for the response. I suspect that it has to do with the version of PHP. I will downgrade to PHP5 and see what happens. Is FormTools going to do any upgrades? (Jun 16th, 2016, 8:52 AM)paullittrell Wrote: Your problem is with PHP7, the way that PHP executes its calls to MySQL has changed. And Form Tools is not compatible with PHP7 drop to the latest version of PHP5 and it should work for you. PHP5 will continue to receive security updates for the next 3 years. I downgraded to PHP5, but still get a blank screen. I have not go to the first screen or even before access to MySQL or even the first setup screen. I have installed as a fastCGI with IIS. IIS is on Windows 10. RE: Installation on windows 10 - paullittrell - Jun 17th, 2016 One way to test if it is your IIS setup would be to download WAMP, as I know the default configuration of WAMP with PHP5 will run it right out of the box, as this is how I sandbox Form Tools to make and test custom code changes. (Jun 17th, 2016, 6:18 AM)manigrid Wrote: Thanks for the response. I suspect that it has to do with the version of PHP. I will downgrade to PHP5 and see what happens. |