Is there a way that we can use Pageroute to display a product page after registering?

Here's the situation:

I've setup two membership types, FREE and PAID. Free should take the user to a welcome page. Paid should take the user to the product page, which has already been setup and working (I've setup the product page to pay for the PAID membership through Ubercart and it's working fine). So what I need now is only how to redirect the user to different pages depending on their membership type, whether they chose free or paid.

I tried using Pageroute's Node Display, however, when I use the Node ID of the product page (or any static page for that matter) I get the following error:

* warning: implode(): Bad arguments. in /home/content/r/u/f/ruffpaws1/html/d/modules/node/node.module on line 525.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 query: SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE in /home/content/r/u/f/ruffpaws1/html/d/includes/database.mysql.inc on line 172.

Is there any way to do do this with PageRoute? If not, are there any modules I can use to achieve this?

Thanks in advance!

Comments

lee_vhoi_ol’s picture

Hi, is there any way to do this with PageRoute or any other module??

criz’s picture

If you want redirect users depending on user roles take a look at workflow-ng...

Leeteq’s picture

Version: 5.x-1.x-dev » 5.x-1.0
Component: Miscellaneous » Code
Category: support » bug
Priority: Normal » Critical

Also seeing this problem, not possible to use the option "node display", both with Drupal 5.7 and 5.11, using Pageroute 1.0 (not dev).

Tauran’s picture

Version: 5.x-1.0 » 5.x-1.1
Status: Active » Fixed

Please try the latest release for drupal5 and reopen the issue if the problem persists.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.