gnozil 2006-3-9 11:31
Mambelfish 1.5 CN for Mambo 4.5.3h New Patches
I patched mambelfish 1.5 again, please check the attached file.
Fixed issues:
1. backend translation function failed under 4.5.3h
2. frontend warning messages
3. many html tag errors
Detailed information please check the enclosed README file within the package
[[i] 本帖最后由 gnozil 于 2006-3-9 11:33 编辑 [/i]]
gnozil 2006-3-9 21:13
回复 #2 lang3 的帖子
站长,当然支持了,就是给4.5.3h global + patch 1 做的。详细change log在包中有说明。见readme文件。
gnozil 2006-3-20 13:56
回复 #1 gnozil 的帖子
Attention please:
Mambo installer could not uncompress correctly the .tar.gz package some time. So please repackage the file into a .ZIP file before install it.
These days, I have converted all needed file into UTF-8 encodes, so the mabel really support multip-language now.
If you need the changed files, drop a message to me.
gnozil 2006-3-22 09:47
回复 #6 siyuan 的帖子
下载楼顶帖子中的附件mambelfish-1.5p2-453h.tar.gz,将其解压缩,然后重新压缩成一个zip格式的文件,最后在mambo管理员页面中,选择“安装/组件”,按页面上的提示,选择刚才新压缩的zip文件,上传并安装。over.
.tar.gz文件在我的windows环境下mambo中不能安装,报一个文件找不到错误。有谁在linux下成功安装过,说一声。
我上传.tar.gz格式的附件仅仅是因为这个论坛限制附件的大小不能多于200K。
luuu 2006-3-25 15:53
搂主,好像有个bug,在组件里激活语言后,每次都会自动把Simplified Chinese UTF-8和Traditional Chinese UTF-8重新在选择框里加一遍,也就是选举框里又多出两个重复的语言项来了。
gnozil 2006-3-27 13:18
回复 #8 luuu 的帖子
请告诉我你的详细环境:
1、php,mysql,mambo的版本
2、你的OS是Windows还是*nix?
我在两种测试环境下没有发现问题:
1. Windows xp sp2 + Apache 2.0.55 + php4.4.2 + mysql 4.0.26 + mambo 4.5.3h global
2. Freebsd 4.10 + apache 1.3.34 + php4.4.2 + mysql 4.0.24+ mambo 4.5.3h global
另外,你可以试着将如下php配置加到你的php.ini中,看看有没有后台出错信息。
log_errors=On
error_reporting=E_ALL
error_log=/tmp/php_error.log