Page 1 of 1

[solved] Dual bug: Registering/login problem

PostPosted: Sun Jun 14, 2009 9:09 pm
Author: PXIceman
My board has an issue with registering new users. Whenever people try to register, they get this error:

"Template->make_filename(): Error - template file not found: profilcp/board_config_body2.tpl"

This error appears in place of the registration form.

I found that the newer templates I installe dwere missing "board_config_body2.tpl", and so I copied the file from integra2 template, and the register page showed up without the error.

However, to my horror I found that I could no longer log in, until I deleted that file from the new template.

Therefore I have been going back and forth trying to fix the register page error by copying the file in question, again only to find I am unable to log in. Has this been encountered before? Is there a fix for this?

Re: Dual bug: Registering/login problem

PostPosted: Sun Jun 14, 2009 10:08 pm
Author: obiku
Did you change something on your board. (Added an extra mod??)

There should only be a templates/fisubice/profilcp/board_config_body.tpl

Check your profilcp/profilcp_board_config.php, goto line 557, there should be standing this
Code: Select all
    // template     $template->set_filenames(array(         'body' => 'profilcp/board_config_body.tpl')     );  

Re: Dual bug: Registering/login problem

PostPosted: Mon Jun 15, 2009 7:21 am
Author: PXIceman
This error is intermittent at best. So far registering and login is ok on ever machine running XP I get on, yet on my home computer I do get the error with windows 7, so I don't know if this is related.

I checked my /fisubice/profilcp/board_config_body.tpl and there is actually a board_config_body2.tpl. Also my profilcp/profilcp_board_config.php has the following:

Code: Select all
}       if ($userdata['session_logged_in']){         // template         $template->set_filenames(array(             'body' => 'profilcp/board_config_body.tpl')         );     } else {         // template         $template->set_filenames(array(             'body' => 'profilcp/board_config_body2.tpl')         );     }


I did not install any other mods, I've only been using the CS template, although I have gotten the error on integra 2.

Re: Dual bug: Registering/login problem

PostPosted: Mon Jun 15, 2009 8:21 am
Author: Helter
replace the entire profilcp folder and refresh the template in acp/eXtreme Styles

Re: Dual bug: Registering/login problem

PostPosted: Mon Jun 15, 2009 7:18 pm
Author: PXIceman
Problem still persists after deleting-reuploading profilcp folder, and even using a freshly downloaded copy of integramod I downloaded today.

the site link is: http://www.forums.pxreborn.com/portal.php

Could it be a cookies issue? I have problems logging in but when I exite and start a new browser I can log in no problem. Registration issues are again still intermittent. Thanks for any help on this matter! <img>

Re: Dual bug: Registering/login problem

PostPosted: Wed Jun 17, 2009 11:58 am
Author: .QUACK.Major.Pain
I just tried visiting your site and when I click on register, I see no fields to complete.

If you set your site to integra or fisbuce theme, do you have the same issue?

Re: [solved] Dual bug: Registering/login problem

PostPosted: Thu Jun 18, 2009 6:39 pm
Author: PXIceman
yea the last part was caused by the last fix I attempted when I tried to remove the captcha option :D

Re: [solved] Dual bug: Registering/login problem

PostPosted: Thu Jun 18, 2009 7:50 pm
Author: .QUACK.Major.Pain
You can tweak the captcha to make it easier to read.
Also you can delete the hard to read font files.