EN - Bugreportadmin center pages go blank


04.09.2011, 14:26 - RaQulza - webSPELL newbie - 5 Posts
i'm facing an annoying problem,

so whenever i want to go to for example in admin center -> boards -> add board / category and click either of em the page goes blank.. same for squads when i click add new squad the page goes blank, same for everything..

registered users, clan members, contact, sponsors,....

somebody pleas help me with this, i already try'd reinstalling webspell but after few minutes its just same again...

team-genesis.net
 
04.09.2011, 14:50 - k3rmit - webSPELL god - 7824 Posts
http://www.webspell.or...p;faqID=42&faqcatID=5
 
04.09.2011, 15:00 - RaQulza - webSPELL newbie - 5 Posts
k3rmit wrote:

http://www.webspell.org/index.php?site=faq&action=faq&faqID=42&faqcatID=5


it gotta be php errors,

i've checked the templates folder and it looks like every html file is there

but i don't really understand the second thing about php errors could u help me with that?
i can give u acces to my ftp,admin panel,..

edit:

i try'd doing exactly what it say'd open settings.php
replace "1.error_reporting(0);" with "1.error_reporting(E_ALL^E_NOTICE);" so i went back to the admin control panel
-> registered users but its still blank unglücklich

and the weird thing is.. they used to work but somehow they just disappeared :s


 
04.09.2011, 18:56 - RaQulza - webSPELL newbie - 5 Posts
k3rmit i found out that when i copy over your captcha mod because mine is'tn working that that makes my pages go blank..

do you have a fix for this?
 
04.09.2011, 19:20 - warcry - Moderator - 1014 Posts
Try adding
Code:
1.
ini_set('display_errors', 1);

after
Code:
1.
error_reporting(E_ALL^E_NOTICE);

in _settings.php (newline)

If you still can't see any error message try creating a .htaccess file in the admin folder with following content:
Code:
1.
php_flag display_errors off

 
04.09.2011, 19:34 - RaQulza - webSPELL newbie - 5 Posts
ok

the following error came up

Fatal error: Call to undefined method Captcha::create_transaction() in /var/www/vhosts/team-genesis.net/httpdocs/admin/users.php on line 695

anyone that has an idea how to fix this?

thanks guys.

-edit
ok so just found out the captcha mod from kermit is only availble for an ealier version, so would there be one avaible for my version? latest version? lächeln

thanks in regards.
-----------------------------------------------

edit : fixed thanks to "BlueaKaKev" via IRC

credit to him!

(can be closed now :p)