Welcome Guest, Not a member yet? Register   Sign In
Need some help with my libraries
#10

[eluser]Techie-Micheal[/eluser]
[quote author="darkera13" date="1197629537"]Open file : phpbb3_template_compile.php

FIND :
Code:
global $phpEx;

        $filename = $this->template->cachepath . str_replace('/', '.', $this->template->filename[$handle]) . '.' . $phpEx;

REPLACE WITH :
Code:
$filename = $this->template->cachepath . str_replace('/', '.', $this->template->filename[$handle]) . '.php';
[/quote] Thanks, I missed that one.

Quote:I found the problem: it was with the server’s compression :|
How so?

I'm going to go ahead and start working on pulling out the phpBB3 DBAL so that sessions and such will work when I do those. Tongue

I still have the compile problem, but it isn't showstopping, so I'll continue. Just trying to get a rough set of libraries, then I'll clean them up.


Messages In This Thread
Need some help with my libraries - by El Forum - 12-01-2007, 08:51 PM
Need some help with my libraries - by El Forum - 12-02-2007, 01:49 AM
Need some help with my libraries - by El Forum - 12-02-2007, 01:57 AM
Need some help with my libraries - by El Forum - 12-02-2007, 09:41 AM
Need some help with my libraries - by El Forum - 12-02-2007, 10:28 PM
Need some help with my libraries - by El Forum - 12-02-2007, 10:30 PM
Need some help with my libraries - by El Forum - 12-03-2007, 10:08 AM
Need some help with my libraries - by El Forum - 12-13-2007, 10:52 PM
Need some help with my libraries - by El Forum - 12-14-2007, 10:03 PM
Need some help with my libraries - by El Forum - 12-16-2007, 04:27 PM
Need some help with my libraries - by El Forum - 01-26-2008, 01:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB