2014-01-30, 08:23 PM
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?
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?