Question : phpList install on Apache server - need help (IMAP + image upload issues)

I have a new install of phplist on an apache server.  The bounce handler is not working... I am getting an IMAP not installed error, but the mod is there (see patrizios.net/phpinfo.php).

I also am not able to handle any image uploads (I get an xml error 404).  Not sure what that's about.  The error happens when I try to browse my server from the image button... I also cannot upload files.. the local file browser works, but nothing is uploaded, no error is returned and basically nothing happens.

Also, the smiley face insertion button when clicked doesn't load images of the smileys... just 'x' s like they aren't there... that make me sad =(

Answer : phpList install on Apache server - need help (IMAP + image upload issues)

Sorry - forgot that I could have checked myself... Yes, file_uploads are on...

You would need to compile PHP with --with-imap[=DIR] ... I cannot give you exact details because I have a Debian system and use the APT tool ... but here are some more details:

http://www.php.net/imap

A 404 error in your browser usually suggests that the requested file could not be found on the server ...
I'm not familiar with phplist, but there's proabably a config file in there somewhere - maybe in includes/ ?

If you find it, you could try adding the following somewhere at the top of the page:

error_reporting(E_ALL);

- that should give more details about any possible errors while executing the php scripts ...
Random Solutions  
 
programming4us programming4us