Login Form



统计信息

会员 : 2
内容 : 507
友情链接 : 89
内容的浏览数 : 596518

Who's Online

当前有 6名访客 在线
Home
Joomla 1.6.0 Alpha 安装出错解决(包括最新SVN). PDF 打印 E-mail
作者:genous   
周三, 2009年7月 1日 14:49
最近经常在公司加班都没有什么时间做点什么.今天总算有时间测试了一下 Joomla 1.6.0 Alpha.看到评测文章中说新的版本高姿态面世而且个个都评论得很爽的感觉,结果我在 Joomla 1.6 Alpha 安装过程中就出现 WARNPOPULATINGDB 的错误.结果导致我整个流程都不怎么愉快.

先说说我的测试环境:
- apache 2.2.11
- php 5.2.8
- mysql 5.1.30
- phpmyadmin 3.1.1

在环境下直接浏览器访问安装 安装环境完全符合 要求和推荐设置 在Set4的时候发现无法跳到Set5.

显示错误信息:
message WARNPOPULATINGDB.


而且此时是数据库已经写入了. 上网搜刮了一轮说是因为开启了 output_buffering 功能 但是我是的确关闭了这个功能.
不管了所以直接用语法跳到了Set5并完成了其余的安装.安装完成后访问首页和后台均为通红一片.出错提示缺少字段.然后立即进mysql检查,发现真的没有写入字段。这下问题很清晰了肯定是安装sql有问题.

解决办法:
打开安装数据包 installation\sql\mysql\joomla.sql 经过查询部分语法不符,因为TEXT不能设置默认值.所以我们只需要查找所有 TEXT NOT NULL DEFAULT '' 然后替换成 TEXT NOT NULL 即可顺利安装从 Set4 跳到 Set5。

Joomla 1.6 SVN: http://joomlacode.org/svn/joomla/development/trunk

最后更新 ( 周三, 2009年7月 1日 14:58 )
 
Joomla1.5.x+CB+Projectfork使用心得 PDF 打印 E-mail
作者:genous   
周日, 2008年12月 7日 14:03
最近在公司弄了套 Joomla1.5.x+CB+Projectfork 的管理系统.

在使用中遇到的几个不爽的地方.
1.Projectfork 有bug可以越权访问 其次权限问题比较烦恼.系统功能相对复杂.而且有2次开发的必要而且我已经准备好要2次开发了
2.因为涉及到多人操作所以不免需要安装中文语言包。直接拿了老白的CB和PF的汉化版来装 结果发现老白的插件因为插入了他自己的捐赠信息结果导致无法正常安装.质量明显不过关。因小失大.所以决定以后只拿需要部分.而且部分语句翻译感觉死板难懂. 比如说 "工程" 但我们习惯说"项目". 比如说 "检验 密码"(检验和密码中间还要有一空格) 应该说 "重复输入密码" or "请重新输入密码"。还有等等...所以汉化回来了都要重新查阅是否适合自己项目的实际情况。
3.学会用可用资源来实现想要的效果比如说用CSS屏蔽 CB烦人的版权问题.
 
Adobe CS4 正式版 安装问题 PDF 打印 E-mail
作者:genous   
周六, 2008年10月25日 10:06
补充一个当初 Adobe CS4 安装出错的问题和解决方法.这个问题我在自己的台式机上出现问题。但是在笔记本上安装没有出现。

问题描述:

Adobe CS4安装自检测到90%左右出现以下错误信息: "Critical errors were found in setup - Please see the Setup log file for details",点ok则立即结束安装。

When I get to the dialog box that is titled "Adobe CS4 Installer" and it is about 90% of the way through I get the popup dialog Title "Windows Internet Explorer" Body "Critical errors were found in setup Please see the Setup log file for details" plus an OK button which when pressed exits the installer completely. I also can't seem to find the "Setup log file"

解决办法:
Try to open this folder in your installed disk——C:\Program Files\Common Files\Adobe\Installers\
find the file named 'Adobe CS4 10.0.log' and open it to see if there's some lines logging as

Open your IE, copy&paste the following code into the address bar and click go

javascript:document.write(navigator.userAgent)

It will show you about your UserAgent value, just like 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)' or so.If you find something in a mass, that's exactly the point.

Now, please open the Registry Editor (start->run->regedit), locate the subkeys as follows

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent\Post Platform

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Post Platform

Remove all values except (Default) in each 'Post Platform' key,restart your computer. All things should go right.

P.S.
如果你在安装软件Adobe CS4的时候发现有部分软件安装不能的话,请尝试使用这些工具.

If you have some troubles with installing any of CS4 product, try to use this tools.

http://www.adobe.com/support/contact/cs3clean.html
http://www.adobe.com/support/contact/cs4clean.html
 
web design 工作流 PDF 打印 E-mail
作者:genous   
周五, 2008年10月24日 10:34
很少写工作上的东西.今天把昨天开会中的一个图发上来好了.

 
<< 首页 < 上页 1 2 3 4 5 6 下页 > 末页 >>

页 1 总共 6
    Copyright © 2003-2008 www.liangjunchao.org. All Rights Reserved. Design by genous.