Could not open AquaSoft template config file Error

Hello,

I've installed your skin on phpbb2 and it worked great! Then I installed Anti-Bot Question MOD.

Now I get this error when I click on the link to open up the Administration Panel:

phpBB : Critical Error

Could not open AquaSoft template config file

DEBUG MODE

Line : 454

File : functions.php

The line of code in functions.php that is causing this looks like this:

if ( !defined('TEMPLATE_CONFIG') )

{

message_die(CRITICAL_ERROR, "Could not open $template_name template config file", '', __LINE__, __FILE__);

}

The rest of the forum seems to work, its only when I try to go to the Admin Panel. I haven't thoroughly tested it, but I can browse all throughout the forums and read messages and the new skin looks great all over.

I had this MOD installed in SubSilver and it worked fine. Actually, it worked VERY fine in cutting down my spam, so I'd still like to use it. I've gone through a complete install of phpbb2 twice now, thinking that I may have mistyped when doing the MOD, but I still get the same thing. Any idea about what I should be looking to correct?

Thanks,

Ron

#492500

Hmm, I'm not really sure whats causing that issue. Only thing I can think of, is the templates maybe needed to be edited to have support for that mod. Do you have a link to where this mod is made available? I'll take a look but not really sure about phpbb modding.

#492528

I have to admit that I'm not a big fan of modding - they seem like such hacks to me! But this one really cuts down the spam big-time, so its worth jumping through all the hoops to get it installed. Its at:

phpbb.mwegner.de/english/phpbb2/mods/anti-bot-question-mod/index.html

Thanks,

Ron

(ps... this forum says that I can't post links... so I got removed the http part in the front of the address. Hopefully this will fool the system!)

#492529