>>  Site Map >>  Forums >>  Installation 6x

Forum module - topics in forum:



Installation 6x - Discussions regarding PHP-Nuke Installation and Configuration.



Styles Admin ERROR!

damn i cannot upload a template to the styles admin... when i do it through FTP then try to change it on admin it gives me a whole bunch of errors!

Code: :
Fatal error: Call to undefined function: phpbb_realpath() in /home/atucl53/public_html/gen/modules/Forums/admin/admin_styles.php on line 134


PLEASE GET BACK TO ME WITHIN 2 HOURS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!






A couple of things,
    What version of PHP-Nuke are you running?
  1. What version of phpBB are you running?
  2. What template are you trying to uppload and is it a ported version or a standalone phpBB version?
  3. Where did you download the template?

Another thing regading:
Radien Wrote: :
PLEASE GET BACK TO ME WITHIN 2 HOURS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Dont take this the wrong way bu Get stuffed. We are a support site, your question will be ansewred as soon as someone reads your post and knows an answer. We usually answer things fairly fast around here, but sometimes there doesnt be people on. In fact I would say that you didnt get a reply untill me becasue of what you wrote. Your lucky I answered you when I read that.

Anyways get back to me and I will see what I can do






Just to add to that... you posted at 2 o'clock in the morning!!!!

Get real!!






lol sry >Razz i didnt know what time it was lol

im running 6.8 v of nuke
I belive its the latest v of phbb
the theme came with a seperate folder with the forums in it
ANd i got the theme from Mtechnik... The name its PHBB

Hopefully Im a bit more detailed lol... Ty for ya help Smile






I cant seem to find a reason for this error however, the styles admin is not neccisary in PHP-Nuke v6.5+

Just put the template for the forum in the corisponding theme folder for example subSilver would be
Code: :
themes/subSilver/forums

When you change theme via PHP-Nuke it will pick up and use the theme in that folder.






I found a fix on nukecops.. really simple but a mistake in the new version of phpnuke. ty for ur help Smile






Would you mind posting the fix that you found, would be nice if other people run into the problem, cheers






Hi, I had the same problem when I upgraded to version 2.0.8 of the phpbb forums. I'm using phpnuke 6.8.

The problem is that phpbb can not find the function phpbb_realpath because that's only included in the latest versions of phpnuke or rather the bbtonuke port files.

To fix this problem add this code to your ./includes/functions.php file.

Code: :

//
// This function is for compatibility with PHP 4.x's realpath()
// function.  In later versions of PHP, it needs to be called
// to do checks with some functions.  Older versions of PHP don't
// seem to need this, so we'll just return the original value.
// dougk_ff7 <October 5, 2002>
function phpbb_realpath($path)
{
        global $phpbb_root_path, $phpEx;

        return (!@function_exists('realpath') || !@realpath($phpbb_root_path . 'includes/functions.'.$phpEx)) ? $path : @realpath($path);
}


This is not only a problem for the template system but also for the "profile" functionallity.

I also got a question, I upgraded to this 2.0.8 version because I thought I would get those nifty "print", "next topic" etc buttons. But that was a dissapointment cause it wasn't there. 2.0.8 only includes security fixes? And what/where should I look for to get my forums the same as here?






The print topic hack came from www.portedmods.com

And the next topic buttons or navslices as they are known are part of many forum templates made by www.forumimages.com






Thanks dar63.






You're welcome Smile




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS