smellyrat / drydock

Automatically exported from code.google.com/p/drydock
0 stars 0 forks source link

Regular posting does not appear to work. #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If this is not a templating error, describe the problem in as much detail
as possible.
-------------------------------
Posting on boards does not work, simply sending me to either thread.php showing 
the message "DBpost". Manager posting from the admin panel is working fine, as 
far as I can tell. However, attempts to reply to the admin posts through the 
board lead to the same DBpost problem, only this time in reply.php

What version of drydock are you using?  On what operating system/web server
software?  What version of PHP?  What version of MySQL?
--------------------------------------------
Most recent version in the SVN, drydock 0.3.1. Running on Linux CentOS, with 
php 5.2.4 and MySQL 5.1.48.

Original issue reported on code.google.com by Ben.Engl...@gmail.com on 19 Aug 2010 at 12:25

GoogleCodeExporter commented 9 years ago
Yeah, this is probably being caused by a missing single quote because of SQLite 
code.

In the dbi declaration files you should find $DEBUG=0, set this to 1 and it 
will turn on debugging

http://code.google.com/p/drydock/source/browse/branches/drydock-june11-SQLITE-TE
ST-BUILD/dbi/MySQL-dbi.php#17

See if you can "fix" the SQL (if that is indeed the problem) and it should then 
go through.  In a few days I will (should) have time to go through and test 
them all again (I fixed them once but then lost the code).

However, if this is NOT the case (if the quote situation isn't the problem), 
please let me know so I can look into it!

Original comment by TaQS...@gmail.com on 24 Aug 2010 at 9:23

GoogleCodeExporter commented 9 years ago
Did some testing today (I know, finally), couldn't get this to happen under 
SQLite.  Switched to MySQL, still couldn't get it to happen.  Gonna mark as 
CNR.  If you're still around and have found out the issue you were having, I'd 
love to hear about it.

Original comment by TaQS...@gmail.com on 20 Jan 2011 at 4:04