Warning: pg_query(): Query failed: ERROR: syntax error at or near "AFTER" at character 54 in /usr/local/www/phpmyfaq.1.6.0/inc/pgsql.php on line 108
ALTER TABLE faqdata ADD solution_id INTEGER NOT NULL AFTER lang
AFTER is not support with PostgreSQL ... not sure how the backend is/was written ...
Search found 15 matches
- Mon May 08, 2006 9:30 pm
- Forum: Bug reports
- Topic: Upgrade to 1.6.0 breaks using PostgreSQL backend ...
- Replies: 1
- Views: 4604
- Mon Feb 06, 2006 7:40 am
- Forum: General discussions
- Topic: View Comments
- Replies: 3
- Views: 5674
Perfect, that was what I was looking for ... only suggestion, for readability, add a column to the front that shows # of comments, instead of the (2 Comments) at the end of the 'entry subject' ... would make it easier to read, and, at least for me, negate teh requirement to have a seperate admin ...
- Mon Feb 06, 2006 7:35 am
- Forum: Bug reports
- Topic: Update to 1.5.6 fails in last step on pgsql backed system ..
- Replies: 3
- Views: 6727
- Mon Feb 06, 2006 5:48 am
- Forum: Bug reports
- Topic: Update to 1.5.6 fails in last step on pgsql backed system ..
- Replies: 3
- Views: 6727
Update to 1.5.6 fails in last step on pgsql backed system ..
basically, you can't do a VACUUM ANALYZE with tables seperated by commas:
# vacuum analyze faqadminlog, faqadminsessions;
ERROR: syntax error at or near "," at character 27
LINE 1: vacuum analyze faqadminlog, faqadminsessions;
in my acse, I just removed the tables and let it vacuum analyze the ...
# vacuum analyze faqadminlog, faqadminsessions;
ERROR: syntax error at or near "," at character 27
LINE 1: vacuum analyze faqadminlog, faqadminsessions;
in my acse, I just removed the tables and let it vacuum analyze the ...
- Mon Feb 06, 2006 5:34 am
- Forum: General discussions
- Topic: View Comments
- Replies: 3
- Views: 5674
View Comments
Is there some way of listing comments in the system *without* having to go to the database itself and doing a SELECT to find out which topics have comments added to them?
- Tue Jan 10, 2006 9:43 pm
- Forum: Bug reports
- Topic: "Error" after idle period
- Replies: 1
- Views: 4921
"Error" after idle period
more an annoyance then a bug, but ... if I leave myself logged in and come back after a period of time, and click anything (even logout), it will come back with 'Error', and taht's it... hit Logout a second time and I get the login screen...
If my session has timed out, jus bring me back to the ...
If my session has timed out, jus bring me back to the ...
- Tue Jan 10, 2006 9:00 pm
- Forum: Bug reports
- Topic: Comment submitted, but doesn't go anywhere ... ?
- Replies: 12
- Views: 16025
- Tue Jan 10, 2006 6:23 pm
- Forum: Bug reports
- Topic: Comment submitted, but doesn't go anywhere ... ?
- Replies: 12
- Views: 16025
- Mon Jan 09, 2006 10:45 pm
- Forum: Bug reports
- Topic: Comment submitted, but doesn't go anywhere ... ?
- Replies: 12
- Views: 16025
- Mon Jan 09, 2006 8:42 pm
- Forum: Bug reports
- Topic: Fatal error: Call to undefined function: fetch_row()
- Replies: 4
- Views: 8855
- Mon Jan 09, 2006 6:59 pm
- Forum: Bug reports
- Topic: Comment submitted, but doesn't go anywhere ... ?
- Replies: 12
- Views: 16025
- Mon Jan 09, 2006 6:15 am
- Forum: Bug reports
- Topic: Comment submitted, but doesn't go anywhere ... ?
- Replies: 12
- Views: 16025
- Sun Jan 08, 2006 6:36 pm
- Forum: Bug reports
- Topic: Fatal error: Call to undefined function: fetch_row()
- Replies: 4
- Views: 8855
- Sun Jan 08, 2006 6:42 am
- Forum: Bug reports
- Topic: Comment submitted, but doesn't go anywhere ... ?
- Replies: 12
- Views: 16025
Comment submitted, but doesn't go anywhere ... ?
Added a few FAQ items to our new phpMyFAQ 1.5.5 system ... postgresql 8.1 backend ... everything seems to work well, except when I submit a comment to an item ... nothing seems to go anywhere ... checked "SELECT * FROM faqcomments;", and its empty ... and checked the error log for postgresql, and no ...
- Sun Jan 08, 2006 6:38 am
- Forum: Bug reports
- Topic: Fatal error: Call to undefined function: fetch_row()
- Replies: 4
- Views: 8855
Fatal error: Call to undefined function: fetch_row()
Just installed phpMyFAQ 1.5.5, and everything installed beautifully, and is up and running ... but, when I login as admin, the Startpage generates the following error:
Fatal error: Call to undefined function: pg_fetch_row() in /usr/local/www/phpmyfaq.1.5.5/inc/pgsql.php on line 253
the code in ...
Fatal error: Call to undefined function: pg_fetch_row() in /usr/local/www/phpmyfaq.1.5.5/inc/pgsql.php on line 253
the code in ...