The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Can't complete installation step 5 - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Can't complete installation step 5 (/showthread.php?tid=1449) |
Can't complete installation step 5 - sim - Jul 11th, 2011 Hi, When I try to install FormTools2.1.0-beta-20110702, I can't complete step 5. after I enter my name and email and password and click create account these errors will apear : Notice: A session had already been started - ignoring session_start() in /formtools/global/session_start.php on line 16 Warning: Cannot modify header information - headers already sent by (output started at /formtools/global/session_start.php:16) in /formtools/global/session_start.php on line 17 Warning: Cannot modify header information - headers already sent by (output started at /formtools/global/session_start.php:16) in /formtools/global/session_start.php on line 18 Warning: Cannot modify header information - headers already sent by (output started at /formtools/global/session_start.php:16) in /formtools/global/code/general.php on line 844 RE: Can't complete installation step 5 - Ben - Jul 13th, 2011 Hi sim, I'll test this out right now. Keep you posted. - Ben RE: Can't complete installation step 5 - Ben - Jul 13th, 2011 Hi Sim, No luck reproducing this on my end. But from the error message, line 844 in general.php is concerning the ft_verify_form_tools_installed() function. That only gets called on the main login page (outside the installation script). Did you actually finish the installation procedure? If so, you can just delete the entire /install folder and log in. Or did you not even see step 6? - Ben RE: Can't complete installation step 5 - sim - Jul 17th, 2011 ofcourse I didn't pass or even see step 6 , but i don't know can i delete /install folder and continue with formtools without finishing installation procedure (step 6) ? RE: Can't complete installation step 5 - Ben - Jul 18th, 2011 Assuming the data got sent on step 5, yes, that should be fine. Try deleting the folder and logging in. My best guess was that maybe something got corrupted when uploading the files to your webserver. So if you have any problems (ANY!) I'd do a totally fresh installation. If you get the same error again, please let me know & we'll go from there. - Ben |