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
New Server Requirements?
-
- Posts: 69
- Joined: Sun 25. Jul 2004, 01:53
Here is a line I pulled from the error log:
When displaying a map, all that you see is a broken image link.
Anybody?
-Ray
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=
Anybody?
-Ray
-
- Posts: 69
- Joined: Sun 25. Jul 2004, 01:53
After days and days, searches and searches, and no responses here , 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:
The line was actually already there, I just needed to add the "$" symbol to it.
I hope this helps someone.
-Ray
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$
I hope this helps someone.
-Ray
-
- Posts: 68
- Joined: Mon 9. Feb 2004, 00:44
Not plesk control panel
I am not using the plesk control panel, but encounter same problems with a broken link.
Where can I change the httpd.conf file
Where can I change the httpd.conf file