|
CRM Software - CABC | Maximizer | Maximizer Add-ons | Services | Support | Store | News |
![]() |
|
|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
New Member |
We're trying to use winqcgi.pl on our shared Unix server but are coming up with a blank on getting to work.
If anyone has it working can they post the code so we can compare to the standard version that comes with Maximizer 8. Thanks |
||
|
|
Master |
I could post the code that works for me, but it wouldn't necessarily work for you if your server's configuration is different. Three things to check:
1. Make sure that the HTML page has the correct path to the CGI (Perl) script. If it says... <FORM action="winqcgi.pl" method="post" name="mtiform"> ...you may need to change it to something like... <FORM action="/cgi-bin/winqcgi.pl" method="post" name="mtiform"> ...depending on where the script is located and how your web server is configured. 2. Make sure that the first line of the CGI script is pointing to the correct location of the Perl interpreter. If it says... #!/usr/local/bin/perl ...you may need to change it to... #!/usr/bin/perl ...or something else, depending on where Perl is installed on the server. Ask the server administrator if you're not sure. 3. After uploading the winqcgi.pl script, make sure that you set its permissions to... chmod 755 winqcgi.pl ...so the web server can run it. This is often overlooked. |
|||
|
|
New Member |
Thanks Gord.
Have already checked all 3 items but no change. Consensus seems to be server configuration but using it on a shared 1and1 server. Anyone on a 1and1 server with this experience? |
|||
|
|
Master |
Sounds like you need to talk with your hosting company's support department.
|
|||
|
|
New Member |
After talking to the ISP (1and1) still could not get it working. Have replaced it with a PHP file instead which generates a VCard file to export.
|
|||
|
| Previous Topic | Next Topic | powered by eve community |
| Please Wait. Your request is being processed... |
|
|
CRM Software - CABC | Maximizer | Maximizer Add-ons | Services | Support | Store | News |

