Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
New post doesn't work! (1 viewing) (1) Guest
Go to bottom Favoured: 3
TOPIC: New post doesn't work!
#22697
New post doesn't work! 1 Year, 2 Months ago  
I'm giving up guys!
has anyone some solution? I'm getting crazy!
blastingproton (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Italy
Logged Logged
 
The administrator has disabled public write access.  
#22771
Re:New post doesn't work! 1 Year, 2 Months ago  
"New post doesn't work". That's all you're gonna give us to work with? Need more information than that. Also this section is for SOLVED issues. Not new ones.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#22777
Re:New post doesn't work! 1 Year, 2 Months ago  
You're right... but if you can leave this topic here is better...I'm a bit byte drunken after 3 days of debbugging...

I began to debug in a bottom up analisis...
some minutes ago I noted this:
I was logged with an account.
I logged out.
I entered again with another one and I typed a message: in db results @ 1189806297
So I unlogged again and logged in with my previous account.
I made echo the queries runned in listcat.php and:
[code:1]SELECT DISTINCT thread from jos_fb_messages
where catid=26 and hold=0 and time>1189813460 group by thread[/code:1]

The comparison 1189806297>1189813460 is never satisfied! So I cannot never have new post icons printed, also because the result of that query is used ahead to decide what message was read or not...
That's my annotation for this night...now i'm a bit tired, but tomorrow i'll continue to search the bug's position!
Tomorrow I'll trace $prevCheck variable...
see you tomorrow
blastingproton (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Italy
Logged Logged
 
Last Edit: 2007/09/16 21:45 By blastingproton.
 
The administrator has disabled public write access.  
#22825
Re:New post doesn't work! 1 Year, 2 Months ago  
Sorry If I answer always in my post, but I wanna notify who wants to help me, with all my discoveries.
Ok...
The problem is in the condition (until now). I'm checking both variable: time and prevcheck.
Time value is linked to posttime that every time is setted to: servertime+boardoffset.
N.B. Is not better record the real time, and offset it at "select query" time?
However... i come back to code
I hope to be near!

Ultimate note:
Ehy Guys! 1189813460-1189806297=7163 near 2 hours!

My joomla server time is UTC + 2 (and however is wrong coz should be 1)
My Forum Board time is 0


....mmmmm.......
blastingproton (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Italy
Logged Logged
 
Last Edit: 2007/09/15 09:59 By blastingproton.
 
The administrator has disabled public write access.  
#22901
Re:New post doesn't work! 1 Year, 2 Months ago  
Hope you will find that bug!!!

For me Fireboard is... (excuse me guys) almost useless with that problem.

I hope that there will be a patch soon.

BTW: The last 2 days the New Post Icon was ok. It is really weird.
GODComplex (User)
Junior Boarder
Posts: 65
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#22941
Re:New post doesn't work! 1 Year, 2 Months ago  
setting up server time at +1 and forum time at +1 works better than before, but not at 100%
the condition is not satisfied. ....after i noted another thing now: when i get into forum the icon new appears, but the page freezes loading, and after a few load twice, loosing new post... hell!
however tomorrow i'll continue...
if someone has something to say is wellcome.
please don't say thing like:"It doesn't work to me too" but tell us something interesting. any change you made before the problem, and so on...
blastingproton (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Italy
Logged Logged
 
The administrator has disabled public write access.  
#23161
Re:New post doesn't work! 1 Year, 2 Months ago  
I was getting confused over how new posts were staying new for hours at a time and had no idea why. I never thought about making sure the time is the same in the component and server.

I wonder why Fb doesn't pull the Joomla setting automatically.

This thread fixed my issue, thanks.
columbusgeek (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#23191
Re:New post doesn't work! 1 Year, 2 Months ago  
Probably because db server and apache server could stay on different pc.
I'm happy that this post is beginning to help someone...
I hope I'll soon solve definitively the problem...
blastingproton (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Italy
Logged Logged
 
Last Edit: 2007/09/17 10:21 By blastingproton.
 
The administrator has disabled public write access.  
#23194
Re:New post doesn't work! 1 Year, 2 Months ago  
Same problem here!

New posts just disappear, no error messages. Hope you fix it soon!

www.barnevognguiden.no/forum.html
thujahekk (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#23289
Re:New post doesn't work! 1 Year, 2 Months ago  
Could some admin tell me the offset in joomla panel and in fireboard panel?
tnx
blastingproton (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Italy
Logged Logged
 
The administrator has disabled public write access.  
Go to top