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
bug report on mod_fblatest (1 viewing) (1) Guest
TOPIC: bug report on mod_fblatest
#11385
bug report on mod_fblatest 1 Year, 7 Months ago  
- delete your cookies.
- go to a page in which mod_fblatest is shown, but there's no fireboard component to set cookies.

You get this error message:

Notice: Undefined index: fboard_settings in D:srckikutasrcmodulesmod_fblatest.php on line 130
kik (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#15477
Re:bug report on mod_fblatest 1 Year, 5 Months ago  
I get this error too... its rather anoying, as it distorts the page layout
lord_lethris (User)
Clearly Mad
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Earth Birthdate: 1977-03-19
Logged Logged
 
Hello «- Clicky Clicky
 
 
#16177
Re:bug report on mod_fblatest 1 Year, 5 Months ago  
can someone please help us ... how can it be fixed
hawkeye1103 (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Bucharest Birthdate: 1989-03-11
Logged Logged
 
 
 
#16251
Re:bug report on mod_fblatest 1 Year, 5 Months ago  
well... anybody please, dosn't anybody have any idea why this error is showing??????pretty plz
hawkeye1103 (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Bucharest Birthdate: 1989-03-11
Logged Logged
 
 
 
#16795
Re:bug report on mod_fblatest 1 Year, 5 Months ago  
PHP Notice: Undefined index: fboard_settings in /hosted/clients/copcea/clients/hawkeye/web/hjtro/modules/mod_fblatest.php on line 130

everybody, anybody... please?
hawkeye1103 (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Bucharest Birthdate: 1989-03-11
Logged Logged
 
 
 
#18550
Re:bug report on mod_fblatest 1 Year, 4 Months ago  
I'm having the same problem. Has anyone found a solution as of yet? It is most frustrating, and I am stumped...

Many thanks,
Josh
oryxxt (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#18551
Re:bug report on mod_fblatest 1 Year, 4 Months ago  
As an interim solution to prevent your layout from being wrecked, you can add the following line at the start of mod_fblatest.php

error_reporting(0);

Not a long term solution though

Take care,
Josh
oryxxt (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#19268
Re:bug report on mod_fblatest 1 Year, 4 Months ago  
Hi,
i think i found an easy solution to this. It seems that by preventing the module from using cookies, fixes the problem.

Heres what to do:
1:open the mod_fblatest.php file with an editor (the file should be under /modules)
2: find the code line "$fbcookie = $_COOKIE['fboard_settings'];" and disable it by making it a comment i.e //$fbcookie = $_COOKIE['fboard_settings'];. The code line should be around line 130
3: save the file and you are done!

Not a very proffesional solution but I hope this help.

cheers
apos
apos (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#19286
Re:bug report on mod_fblatest 1 Year, 4 Months ago  
OH I forgot

You also need to do the same thing for the code:

if ($fbcookie['prevvisit'])
$prevvisit = $fbcookie['prevvisit'];

in line 146.

that is:

//if ($fbcookie['prevvisit'])
//$prevvisit = $fbcookie['prevvisit'];

Just let me know if that worked.
cheers
apos
apos (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#19290
Re:bug report on mod_fblatest 1 Year, 4 Months ago  
we don't need 2 delete anything from the php just enter those lines below the code that u specified????

thank you for the help
hawkeye1103 (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Bucharest Birthdate: 1989-03-11
Logged Logged
 
 
 
Go to top