_
_ Handy PHP
_
_
Tutorials, Scripts, Information And Other Resources arrow Forum
Tuesday, 06 January 2009
_

Refer A Friend using Revolution Money Exchange
Resource Menu
Handy PHP Store
Free Domain Name
PHP Functions
PHP Downloads
PHP Newsfeeds
PHP Tutorials
Webmaster Tools
User Login
TalkPHP
Get friendly help with your PHP problems for free.
www.talkphp.com
The PHP Resource Index
 
Handy PHP
Free PHP Help!

FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Re:New JoomlaBoard and FireBoard SearchBots Releas (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:New JoomlaBoard and FireBoard SearchBots Releas
#248
Samster (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:New JoomlaBoard and FireBoard SearchBots Releas 1 Year, 3 Months ago Karma: 0  
my result:

SQL-query: Documentatie

SELECT b.subject AS title, a.message AS text, b.hits, c.pub_access, c.published, c.description, FROM_UNIXTIME( b.time ) AS created, CONCAT( 'Forum', '/', c.name ) AS section, '2' AS browsernav, CONCAT( 'index.php?option=com_fireboard&Itemid=', '26', '&func=view&catid=', b.catid, '&id=', b.thread ) AS href
FROM jos_fb_messages_text AS a
INNER JOIN jos_fb_messages AS b ON b.id = a.mesid
INNER JOIN jos_fb_categories AS c ON c.id = b.catid
WHERE (
(
LOWER( b.subject ) LIKE '%youtube%'
OR LOWER( a.message ) LIKE '%youtube%'
OR LOWER( b.name ) LIKE '%youtube%'
)
)
AND c.published =1
AND c.pub_access <= (
SELECT gid
FROM jos_users
WHERE id =62 )
ORDER BY b.time DESC
LIMIT 50

MySQL retourneerde: Documentatie
#1064 - You have an error in your SQL syntax near 'SELECT gid FROM jos_users WHERE id = 62)
ORDER BY b.time DESC
LIMIT 50' at line 16
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#249
vujsa (Admin)
Admin
Posts: 142
graph
User Online Now Click here to see the profile of this user
Re:New JoomlaBoard and FireBoard SearchBots Releas 1 Year, 3 Months ago Karma: 5  
I have found the problem.
This is an incompatibility issue with MySQL versions below 4.1. The SearchBot uses a sub query for efficiency but that syntax is not supported on MySQL 4.0 and below. I am currently testing a MySQL 4.0 patched version and will release is as soon as possible.

Thank You,
vujsa
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#251
Samster (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:New JoomlaBoard and FireBoard SearchBots Releas 1 Year, 3 Months ago Karma: 0  
Good luck!! Glad I could help!<br><br>Post edited by: Samster, at: 2007/09/22 14:06
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#252
vujsa (Admin)
Admin
Posts: 142
graph
User Online Now Click here to see the profile of this user
Re:New JoomlaBoard and FireBoard SearchBots Releas 1 Year, 3 Months ago Karma: 5  
JoomlaBoard SearchBot 1.2.1 and FireBoard SearchBot 1.2.1 have been released.

These new versions have been rewritten to make them compatible with versions of MySQL 4.0 and below. While this has added a few more lines of code and another database query, this is the only practical way to overcome the compatibility issue.

If your server is using any version of MySQL below 5.0, you really should ask your web hosting service to upgrade. The MySQL software doesn't cost anything to obtain but they will want to hold off since the server has to be reconfigured and recompiled for the new version. In many cases, their server software is bundled like cPanel and they do have to buy an upgrade for that which is rather costly. If they are unwilling to upgrade, I suggest looking into other solutions and once you have one, inform your provider that you will be terminating your account if the cannot upgrade.

vujsa
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#253
FrankJG (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:New JoomlaBoard and FireBoard SearchBots Releas 1 Year, 3 Months ago Karma: 0  
I try to Download the new version since two hours.
Every time i get the message that this file is edit / Updated by an User.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#254
Samster (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:New JoomlaBoard and FireBoard SearchBots Releas 1 Year, 3 Months ago Karma: 0  
The document is being edited/updated by an user and is unavailable at this moment.

same here

 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

_
 
_
_
© 2009 Handy PHP