QUOTE (Stevie68 @ Jun 30 2008, 06:21 AM)

Its been detailed many times that the 3.0.18 file was broken and useless so a new download was provided a couple of weeks ago. Make sure you have the latest version of the files or just download the changed files instead of the whole package. Details are in the Announcements forum.
Even the latest version of it gives the same error.
I fixed this by changing the code around that line to:
<input type='hidden' name='no_note' value='1' />
<input type='hidden' name='upload' value='1' />
<input type='hidden' name='bn' value='CubeCart_Cart_ST' />
<input type='hidden' name='notify_url' value='".$GLOBALS['storeURL']."/modules/gateway/PayPal/ipn.php' />
<input type='hidden' name='return' value='".$GLOBALS['storeURL']."/confirmed.php?act=conf&oid=".base64_encode($cart_order_id)."' />
<input type='hidden' name='cancel_return' value='".$GLOBALS['storeURL']."/confirmed.php?act=conf&f=1&oid=".base64_encode($cart_order_id)."' />";look for the difference between the code you have and that bit of code there, i think its a semicolon issue somewhere or other, but I can't for the life of me remember what the original code was and I cba checking it out, but rest assured this worked for me and my PayPal is working fine now, except it decides to double my subtotal when going into PayPal, but thats a different issue and I'm going to have that fixed in 20 minutes

always got to have a target to achieve!!!