| View previous topic :: View next topic |
| Author |
Message |
skendo
Joined: 14 Jun 2008 Posts: 37
|
Posted: Jun 14, 2008 7:19 pm Post subject: Premium registration error... |
|
|
Dear friends or sir im new here i sow on the site this forum
i have an error on my site..
when users r trying 2 register premium the links do not forwards to paypal...?
what is going wrong with script can u help me..? |
|
| Back to top |
|
 |
chlankboot
Joined: 12 Jun 2008 Posts: 10
|
Posted: Jun 15, 2008 6:59 am Post subject: |
|
|
| did you put your licence key? |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1483
|
Posted: Jun 16, 2008 7:56 am Post subject: Re: Premium registration error... |
|
|
| skendo wrote: | Dear friends or sir im new here i sow on the site this forum
i have an error on my site..
when users r trying 2 register premium the links do not forwards to paypal...?
what is going wrong with script can u help me..? |
Hello,
it's known bug. You can download install package again and take from there file cgi-bin/Templates/download1.html
OR
In your current download1.html file on line 68
| Code: |
<a href="?op=payments&amount=<TMPL_VAR amount>">
|
replace with
| Code: |
<a href="<TMPL_VAR site_url>/?op=payments&amount=<TMPL_VAR amount>">
|
|
|
| Back to top |
|
 |
|