[General] Postgresql errors - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: [General] Postgresql errors (/thread-150544.html) |
Postgresql errors - sailentz - 2014-01-30 Hi everyone Just installed mybb on IIS+PHP+PostgeSQL configuration. Everything was succefull until I started installing plugins. Many of them don't install because of different sql-syntax related errors. For example while trying to install WYSIWYG editor I get following error MyBB has experienced an internal SQL error and cannot continue. SQL Error: 42601 - ERROR: syntax error at or near "from" LINE 1: show columns from mybb_themes like 'wysiwyg_theme' ^ Query: show columns from mybb_themes like 'wysiwyg_theme' Same occured while installing SibeBar plugin and few others. Maybe there is something wrong with my PHP or Postgre settings? RE: Postgresql errors - StefanT - 2014-01-30 A lot of plugins don't support PgSQL. |