CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • yet another "generated unsubscribe links don't work" topic
Pages: [1]

Author Topic: yet another "generated unsubscribe links don't work" topic  (Read 516 times)

mouk

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.5.8
  • CMS version: wordpress 4.1.1
  • MySQL version: mysql 5.5.4 (wheezy)
  • PHP version: php 5.4.36 (wheezy)
yet another "generated unsubscribe links don't work" topic
March 22, 2015, 02:19:28 pm
Hi all,

Hope someone can help. This must be simple basic and simple, yet I cannot get it to work. I installed latest wordpress/civicrm on debian wheezy, everything works fantastic, except for one thing: wordpress does not seem to link the unsubscribe links from civimail to civicrm at all, I simply get my default (empty) wordpress page with "Nothing Found". The link looks like:

http://civicrm.company.com/?page=CiviCRM&q=civicrm/mailing/optout&reset=1&jid=8&qid=7&h=375026a0a2b89c3d

I think I have to do something, to make wordpress know what to do with ?page=CiviCRM

For example: I can change ?page=CiviCRM to whatever I like (?page=CiviMRC) and I keep ending up in my default (empty) wordpress front page.

As I said: it most be something *VERY* basic and simple. All civicrm functionality works, but only under the wp-admin/admin.php?page=CiviCRM

Could anyone help out..?

mouk

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.5.8
  • CMS version: wordpress 4.1.1
  • MySQL version: mysql 5.5.4 (wheezy)
  • PHP version: php 5.4.36 (wheezy)
Re: yet another "generated unsubscribe links don't work" topic
March 23, 2015, 11:50:00 am
Ok, figured it out. Strange that this info is so hard to find...
Anyway:

    In Administer > Users and Permissions > Permissions (Access Control) > WordPress Access Control, make sure Anonymous access to CiviMail: access CiviMail subscribe/unsubscribe pages.

    Create a Page in Wordpress called civi-public which resolves at the URL http://www.example.com/civi-public

    In civicrm.settings.php I added the following line:
define ( 'CIVICRM_UF_WP_BASEPAGE', 'civi-public');

Then things started working.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • yet another "generated unsubscribe links don't work" topic

This forum was archived on 2017-11-26.