Search found 10 matches

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
by psykx
29 Mar 2008, 12:15
Forum: phpBB Development discussion
Topic: auth code not working
Replies: 2
Views: 2484

auth code not working

I am trying to check if the user is logged in and then if the user is an administrator of any kind. the code below doesn't work any idea's why? if (!$user->data['is_registered']){ header( 'Location:message.php?msg=denied' ); // if not registered then denied }else{ if($auth->acl_get('a_')){ // header...
by psykx
28 Feb 2008, 22:42
Forum: phpBB Development discussion
Topic: template error help
Replies: 7
Views: 3443

Re: template error help

almost it was a file that I forgot I included in wiki_header.html
thanks guys I'm so relieved
by psykx
25 Feb 2008, 18:21
Forum: phpBB Development discussion
Topic: template error help
Replies: 7
Views: 3443

Re: template error help

OK exploring a bit more I found that if I refresh the page the error changes to this ( ! ) Parse error: syntax error, unexpected $end in /var/www/localhost/htdocs/phpBB3/cache/tpl_prosilver_bbwiki.wiki_header.html.php on line 36 Call Stack # Time Memory Function Location 1 0.0009 90696 {main}( ) ../...
by psykx
25 Feb 2008, 12:33
Forum: phpBB Development discussion
Topic: template error help
Replies: 7
Views: 3443

Re: template error help

the cache file path was pulled from the error message above. Just to add that all the template files in my project fail with the same error. Still absolutely no idea why I might do a fresh install of phpbb3 and install my project over the top just to rule that out
by psykx
24 Feb 2008, 16:42
Forum: phpBB Development discussion
Topic: template error help
Replies: 7
Views: 3443

Re: template error help

the template file is <!-- DEFINE $S_IN_INDEX = 1 --> <!-- INCLUDE bbwiki/wiki_header.html --> <!-- BEGIN page_data --> <h4><a href="{page_data.W_PAGE_LINK}">{page_data.W_PAGE_TITLE}</a></h4> <br />{page_data.W_PAGE_CONTENT} <br /> <!-- END page_data --> <!-- INCLUDE bbwiki/wiki_footer.html...
by psykx
24 Feb 2008, 14:31
Forum: phpBB Development discussion
Topic: How do I install addon template files?
Replies: 3
Views: 2393

Re: How do I install addon template files?

I meant I have a folder of template files that needs to be in the user selected style to be able to use the template files e.g multiple copies of my folder and it's content in each of the styles in the style folder. But never mind I'm working on more pressing matters atm until the new modx installer...
by psykx
24 Feb 2008, 14:11
Forum: phpBB Development discussion
Topic: template error help
Replies: 7
Views: 3443

template error help

I'm am not sure what I did to cause this error and I cna't find the bug. Can anybody look at the error below and tell me what I should be looking for and roughly where ( ! ) Parse error: syntax error, unexpected $end in /var/www/localhost/htdocs/phpBB3/cache/tpl_prosilver_bbwiki.wiki_header.html.php...
by psykx
15 Feb 2008, 10:38
Forum: phpBB Development discussion
Topic: How do I install addon template files?
Replies: 3
Views: 2393

Re: How do I install addon template files?

OK i get it now I'll just have to leave the specific styles to the user
by psykx
12 Feb 2008, 17:37
Forum: phpBB Development discussion
Topic: How do I install addon template files?
Replies: 3
Views: 2393

How do I install addon template files?

How can I use MODX to install template files? I have a folder called bbwiki which needs to reside inside all the the style/$stylename/ dir's

am I making sense?
by psykx
12 Feb 2008, 17:22
Forum: Introductions
Topic: Hi there
Replies: 2
Views: 1417

Hi there

Hey I'm psykx (pronounced sci - k - s)
I've been working on a project called bbwiki for a while and it has just been put up on sourceforge I found this site while looking for instructions of how to create an official install file.

so yea, hey all
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Go to advanced search