ouun / zammad-wp

Zammad WordPress integration
GNU General Public License v2.0
27 stars 5 forks source link

Zammad Chat connect to WP #22

Closed dugs951 closed 2 years ago

dugs951 commented 2 years ago

Hi,

i installed this Plugin in my WordPress bit when i add in wp-config.php this define('ZAMMAD_URL', 'https://my-url.com') then i can not open any more my site.

Do you some instructions how Use this plugin?

ouun commented 2 years ago

Hi @dugs951, this should not break your site at all. Is it maybe because there is a trailing ; mssing after the define()? So it should read:

define('ZAMMAD_URL', 'https://my-zammad.com');

I updated the Wiki and added trailing ;to all examples. Just to go sure that none misses that. All instructions are available in the wiki: https://github.com/ouun/zammad-wp/wiki

ouun commented 2 years ago

As I have not heard back I assume this is solved.