PDA

View Full Version : help with my ezmlmbrowse


m3mary
02-05-2009, 10:01 AM
hello
i lost the system again :
http://www.m3mary.com/main_section/trasol/browse.cgi

Error
Invalid command
in arabic: attachs closed by admin
:confuz:

Bruce
02-05-2009, 05:15 PM
ezmlm-browse (http://untroubled.org/ezmlm-browse) was broken by the recent Python 2.6 upgrade (http://www.aota.net/forums/showthread.php?t=24561) The command importer had been using an undocumented feature present in Python 2.5 and earlier that allowed for importing by file name. That feature was explicitly disabled in version 2.6. Both ezmlm-browse and an internal system depended on that feature and were broken by the change. We are aware of the problem, and I am working to provide a fix for it.

Bruce
02-05-2009, 10:09 PM
I have now uploaded a patched version to my web site (http://untroubled.org/ezmlm-browse/). This includes the previous patch to fix attachment numbering that you observed. Download and unpack the ezmlm-browse-0.14.tar.gz (http://untroubled.org/ezmlm-browse/archive/ezmlm-browse-0.14.tar.gz) file, and move the Python source files (except for config.py) into your existing installation.

m3mary
02-07-2009, 08:23 AM
hello bruce i lost also the arabic letters in confirmation email messages
thank you going to try it..

m3mary
02-07-2009, 08:39 AM
i uploaded main folder files but config.py, i didnt lost my style works but there is error
also still the arabic language problem in email confirming message

Bruce
02-10-2009, 12:12 PM
hello bruce i lost also the arabic letters in confirmation email messagesThere have been no changes recently that would have caused confirmation messages to change. It appears that your list is missing a "charset" file. For Arabic, create the file named "/big/dom/XDOM/SHELL/LIST/charset" (replace "XDOM", "SHELL", and "LIST" with the appropriate names) containing the following single line:windows-1256:BThis will cause outgoing messages to have the charset set to "windows-1256" and encoded in base-64. If quoted-printable encoding is more appropriate, use "Q" instead of "B" as the last character (and if you don't know what that means, just use "B" as above).

m3mary
03-04-2009, 01:28 AM
sorry for late
encodings working now, thanks

still there are problem with archive pages

see error :
http://www.m3mary.com/main_section/trasol/browse.cgi?list=m3mary&cmd=showmsg&msgnum=101

Bruce
03-06-2009, 06:23 PM
There is a typo in the config.py file in your installation. The setting "mask_email" on line 6 should instead read "mask_emails".