Page 1 of 1

New Server Requirements?

Posted: Fri 18. Mar 2005, 18:28
by rescamilla
Wondering if there are any new server requirements for the 1.2.1-dev release?

I have 1.2.1-dev installed on a shared server hosting account and everything works fine. I have an identical installation installed on a leased/dedicated server and I cannot get the MAP content part to operate. ImageMagick and GD are installed on both servers.

Does the MAP content part make use of any special versions or commands of GD/ImageMagick? I am puzzled as to why, when rendered, the MAP content part only shows a broken image link.

-Ray

Posted: Mon 21. Mar 2005, 20:45
by rescamilla
Here is a line I pulled from the error log:

Code: Select all

Mon Mar 21 13:42:20 2005] [error] [client 66.170.174.11] map file /include/inc_tmpl/content/cnt51.map.php, line 1 syntax error: requires at least two fields, referer: http://web.hammondpolice.com/include/inc_tmpl/content/cnt51.open.php?cid=1&map=cali.jpg&points=eJwDAAAAAAE=
When displaying a map, all that you see is a broken image link.

Anybody?

-Ray

Posted: Tue 22. Mar 2005, 22:53
by rescamilla
After days and days, searches and searches, and no responses here :cry: , I finally figured it out.

My server runs the Plesk server management suite, I needed to add the following lines to my httpd.conf file:

Code: Select all

AddHandler imap-file map$
The line was actually already there, I just needed to add the "$" symbol to it.

I hope this helps someone.

-Ray

Posted: Wed 23. Mar 2005, 09:41
by rushclub
you are my hero :)
thats it. map-feature runs now.

cheers
rush

Not plesk control panel

Posted: Fri 22. Jul 2005, 12:37
by rsantifort
I am not using the plesk control panel, but encounter same problems with a broken link.

Where can I change the httpd.conf file