The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.28 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
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..

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 - 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.

(Jun 8th, 2016, 6:39 PM)manigrid Wrote: 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.

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.

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.

(Jun 8th, 2016, 6:39 PM)manigrid Wrote: 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.

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.