The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Cant access login page - 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: Cant access login page (/showthread.php?tid=1072)



Cant access login page - jschnyderite - Feb 8th, 2011

I can't get to my login page. It was working fine a week ago. I tried different browsers and pc's.

Firefox gives me this error accessing any folder in my FormTools directory:

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

This problem can sometimes be caused by disabling or refusing to accept
cookies.

I tried re-uploading the files in my root and admin directories..anything else to try? ideally i want to upgrade from 1.5.1 to the newest version...if this can be done easier from deleting and starting fresh, let me know


RE: Cant access login page - Hannes - Feb 8th, 2011

Hi,

the problem sounds familiar, but i do not remember what the issue was..
is the connection to the mysql-db still there? is it on the same server?

it should not be a big effort to update to a new installation...
- use phpmyadmin to export the complete database
- install new installation parallel to another folder and set up a new database
- import data from the backuped database into the new one through phpmyadmin
even if you do it the first time you should find plenty of documentation if you get stuck... or just post it here...
just make sure you use the same database prefix (default is ft_)... otherwise you will need to rename them all...

Cheers,
Hannes


RE: Cant access login page - jschnyderite - Mar 4th, 2011

actually, im not too worried about the data..im just making a parallel install.

im stuck at step 2...i created the database, enter username and pass, but i gett an internall 500 error in my browser. can my prefix still be _ft if i'm doing a complete new database rather than moving from an old one?

(Feb 8th, 2011, 11:33 AM)Hannes Wrote: Hi,

the problem sounds familiar, but i do not remember what the issue was..
is the connection to the mysql-db still there? is it on the same server?

it should not be a big effort to update to a new installation...
- use phpmyadmin to export the complete database
- install new installation parallel to another folder and set up a new database
- import data from the backuped database into the new one through phpmyadmin
even if you do it the first time you should find plenty of documentation if you get stuck... or just post it here...
just make sure you use the same database prefix (default is ft_)... otherwise you will need to rename them all...

Cheers,
Hannes