New Server Requirements?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
rescamilla
Posts: 69
Joined: Sun 25. Jul 2004, 01:53

New Server Requirements?

Post 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
rescamilla
Posts: 69
Joined: Sun 25. Jul 2004, 01:53

Post 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
rescamilla
Posts: 69
Joined: Sun 25. Jul 2004, 01:53

Post 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
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post by rushclub »

you are my hero :)
thats it. map-feature runs now.

cheers
rush
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
rsantifort
Posts: 68
Joined: Mon 9. Feb 2004, 00:44

Not plesk control panel

Post 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
Post Reply