Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Line 177 Error continues apace (1 viewing) (1) Guest
TOPIC: Line 177 Error continues apace
#49958
Line 177 Error continues apace 8 Months, 1 Week ago  
I am getting this error:

"Fatal error: Call to undefined function jimport() in /home/.astra/temporary1/worldnewstrust.com/components/com_fireboard/fireboard.php on line 177"

The ph_pdf file is in the correct directory, the pdf function is turned off in configs. Any suggestions on what I should do to get the forum working?
tandys (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#50335
Re:Line 177 Error continues apace 8 Months ago  
Is it something I have said? Did I offend someone with the above post? FB seems to have every feature we need, save one: It does not work. I sincerely want it to work, as the other offerings out there do no provide the feature set we need.

Can someone help me in getting this thing to work, before we have to just settle for something that sort of works or (shudder) a bridge?
tandys (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#50340
Re:Line 177 Error continues apace 8 Months ago  
Maybe it's what you DIDN'T say. What version of FB? Joomla? Looks like a FireBoard 1.1 ALPHA error message. That version of FB does not run on Joomla 1.0.xx right now. Only J1.5.x.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
 
#50345
Re:Line 177 Error continues apace 8 Months ago  
Joomla version 1.0.15. Yes, I did the 1.11 upgrade in the hopes that it would address my problems, but that problem was there well before the upgrade. I will ininstall and reinstall 1.04, but having dealt with this issue for a time now, I expect the problem will remain.

And the admin functions *seem* to be working as designed.
tandys (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#50520
Re:Line 177 Error continues apace 8 Months ago  
I would also like to say that I am now running the bog-standard 1.04, and the problem remains with the exact same error message.

I would also like to say that it is quite apparent to me that, on the 4th post I have made about this problem, I am not going to receive any substantive help around here, whatsoever. Oh well...World News Trust believes in donating to Joomla extension authors, too. I guess the best I can hope for is a fork.
tandys (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#55856
Re:Line 177 Error continues apace SOLVED 4 Months, 4 Weeks ago  
Joomla 1.0.15
Fireboard 1.0.4

Hi all,
Just installed Fireboard and got the same issue.

After a bit of fiddling this worked for me:

Edit: /components/com_fireboard/fireboard.php
Replace the following text on lines 176-181
Code:


if (defined('JPATH_BASE')) {
    jimport ('pattemplate.patTemplate');
    }
else {
    require_once (JB_JABSPATH . '/includes/patTemplate/patTemplate.php');
    }



With:

Code:


// START Altered by OZINM 2008-08-12
// if (defined('JPATH_BASE')) {
//    jimport ('pattemplate.patTemplate');
//    }
// else {
//   require_once (JB_JABSPATH . '/includes/patTemplate/patTemplate.php');
//    }
if (!class_exists('patTemplate') )
{
require_once($mosConfig_absolute_path.'/includes/patTemplate/patTemplate.php');
require_once($mosConfig_absolute_path.'/includes/patTemplate/patErrorManager.php');
}
// END Altered by OZINM 2008-08-12



All the best
ozinm (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#55862
Re:Line 177 Error continues apace 4 Months, 4 Weeks ago  
Well, I received a fix for this behavior from Phil Taylor, author of JoomlaTags and several others. It was a fix for FB. Phil had this fix out immediately upon learning of the problem as well. It's easy to apply, too.
tandys (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top