wingblade
04-02-2007, 03:08 PM
I'm looking for installation documentation for Pro mail.
I'm trying to install using the Universal installer in mambo.
D. Rice
I'm trying to install using the Universal installer in mambo.
D. Rice
|
View Full Version : Installation Documentation wingblade 04-02-2007, 03:08 PM I'm looking for installation documentation for Pro mail. I'm trying to install using the Universal installer in mambo. D. Rice Jafo 04-02-2007, 03:13 PM In the mambo mail zip file, there is a readme file. That file contains the installation directions. wingblade 04-02-2007, 03:29 PM No readme file in mail.zip. Can you post that information? Jafo 04-02-2007, 03:41 PM Here you go. wingblade 04-02-2007, 04:48 PM Thanks. When I try to do a Universal install from a directory I'm getting the following errors: Severe: XML error in /home/devenv/mmail/fcktemplates.xml: expected MOSINSTALL but found TEMPLATES Severe: XML error in /home/devenv/mmail/fcktemplates.xml: expected MOSINSTALL but found TEMPLATE Severe: XML error in /home/devenv/mmail/fcktemplates.xml: expected MOSINSTALL but found DESCRIPTION Severe: XML error in /home/devenv/mmail/fcktemplates.xml: last open tag was , but found end of DESCRIPTION Severe: XML error in /home/devenv/mmail/fcktemplates.xml: expected MOSINSTALL but found HTML Severe: XML error in /home/devenv/mmail/fcktemplates.xml: last open tag was , but found end of HTML Severe: XML error in /home/devenv/mmail/fcktemplates.xml: last open tag was , but found end of TEMPLATE Severe: XML error in /home/devenv/mmail/fcktemplates.xml: expected MOSINSTALL but found TEMPLATE Severe: XML error in /home/devenv/mmail/fcktemplates.xml: expected MOSINSTALL but found DESCRIPTION Severe: XML error in /home/devenv/mmail/fcktemplates.xml: last open tag was , but found end of DESCRIPTION Severe: XML error in /home/devenv/mmail/fcktemplates.xml: expected MOSINSTALL but found HTML Severe: XML error in /home/devenv/mmail/fcktemplates.xml: last open tag was , but found end of HTML Severe: XML error in /home/devenv/mmail/fcktemplates.xml: last open tag was , but found end of TEMPLATE Severe: XML error in /home/devenv/mmail/fcktemplates.xml: expected MOSINSTALL but found TEMPLATE Severe: XML error in /home/devenv/mmail/fcktemplates.xml: expected MOSINSTALL but found DESCRIPTION Severe: XML error in /home/devenv/mmail/fcktemplates.xml: last open tag was , but found end of DESCRIPTION Severe: XML error in /home/devenv/mmail/fcktemplates.xml: expected MOSINSTALL but found HTML Severe: XML error in /home/devenv/mmail/fcktemplates.xml: last open tag was , but found end of HTML Severe: XML error in /home/devenv/mmail/fcktemplates.xml: last open tag was , but found end of TEMPLATE Severe: XML error in /home/devenv/mmail/fcktemplates.xml: last open tag was , but found end of TEMPLATES Fatal: XML error in /home/devenv/mmail/fcktemplates.xml: no installer install_ Is Pro Mail working with the universal install or are we missing other files like the missing readme.txt file? D. Rice Jafo 04-02-2007, 11:48 PM How exactly are you installing this? You should be installing from the admin area. wingblade 04-03-2007, 09:27 AM I'm running mambo logged in as super administrator and using the universal installer. I'm using the "install from a directory" option and the directory is in a /home/user/mmail directory and has the mail.zip file unzipped in the directory. Jafo 04-03-2007, 12:00 PM You need to install it directly, do not use the "Install From a directory" option, just point the browser to the zip file (mambo_mail.zip) and tell it to install. wingblade 04-03-2007, 02:55 PM I get the same errors on the upload and install option. My client purchased all the scripts together. Could we have better luck with just the Promail scripts separate from the bundle? wingblade 04-05-2007, 02:22 PM I was able to install by pulling the fckstyles.xml fcktemplates.xml files out of the install- from directory. The universal installer was choking on them as they did not have the right tags. Do I need to put them somewhere for normal processing? Also after installing the php-imap package I can access the Pro Mail page but compose and several other bottom line functions do not work. Could that be related to the xml files? I'm getting this error: [client 24.33.141.13] PHP Notice: (null)(): Mailbox is empty (errflg=1) in Unknown on line 0, referer: http://www.imagepave.com/index.php?option=com_mambo_mail&action=send_mail&Itemid=39 wingblade 04-05-2007, 03:04 PM When I access the mail page after sending an email to the domain I get the following errors. The email is listed but if you click it nothing happens Notice: Undefined property: disposition in /var/www/html/components/com_mambo_mail/parse_mail.php on line 119 Notice: Undefined property: parts in /var/www/html/components/com_mambo_mail/parse_mail.php on line 129 Notice: Undefined property: disposition in /var/www/html/components/com_mambo_mail/parse_mail.php on line 119 Notice: Undefined property: parts in /var/www/html/components/com_mambo_mail/parse_mail.php on line 129 Notice: Undefined offset: 2 in /var/www/html/components/com_mambo_mail/parse_mail.php on line 101 Notice: Undefined offset: 2 in /var/www/html/components/com_mambo_mail/parse_mail.php on line 129 Notice: Undefined variable: cid in /var/www/html/components/com_mambo_mail/parse_mail.php on line 138 Jafo 04-05-2007, 10:17 PM If you get these errors, you have error reporting set on. These are notices, not errors. They should not be on. wingblade 04-06-2007, 01:18 PM Fine they are not errors, but I have the reporting turned on to try and figure why things are not working. When I try to read received mail or try to compose a new message I'm getting the following in the apache error_log: [client 24.33.141.13] PHP Notice: (null)(): Mailbox is empty (errflg=1) in Unknown on line 0, referer: http://www.imagepave.com/index.php?o...il&I temid=39 Jafo 04-07-2007, 11:16 AM Again, that is a notice. |