Your Portal Version: 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Advanced Knowledge
Boardlink: http://phpbb-tutorials.com
PHP Version: 3.0.4
MySQL Version: 5.0.67-community
What have you done before the problem was there?
No more than add a number of topics to the forum. After I added the topics I went to the portal to view latest topics and received the error outlined below.
What have you already tryed to solve the problem?
I have looked at the lines and preceding lines relating to the errors on all of the files indicated but I can't see any problem.
Description and Message
I am receiving this error message when I try to visit the portal page.
General Error
SQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND in_message = 0 ORDER BY filetime DESC' at line 4 [1064]
SQL
SELECT * FROM phpbb_attachments WHERE post_msg_id = AND in_message = 0 ORDER BY filetime DESC
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: portal/includes/functions.php
LINE: 283
CALL: dbal_mysql->sql_query()
FILE: portal/block/news.php
LINE: 30
CALL: phpbb_fetch_posts()
FILE: portal.php
LINE: 115
CALL: include('portal/block/news.php')
The index and all other pages work fine and can be accessed via http://phpbb-tutorials.com/index.php
SQL ERROR [ mysql4 ]
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: SQL ERROR [ mysql4 ]
Have you changed something to the news.php?
If so, already tried a original one?
If so, already tried a original one?
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
-
- Former Team Member
- Posts: 2266
- Joined: 19. January 2008 01:17
- phpBB.de User: Christian_N
- phpBB.com User: Christian_N
- Location: Frankfurt
- Contact:
Re: SQL ERROR [ mysql4 ]
this bug is in 1.0.3 fixed.~HG~ wrote:Your Portal Version: 1.0.2
please updated your B3P to 1.0.3
-
Topic author - Active Member
- Posts: 22
- Joined: 9. February 2008 23:07
- Location: Australia
- Contact:
Re: SQL ERROR [ mysql4 ]
I have now upgraded to v1.0.3 and the problem is resolved thank you.