Wednesday, June 17, 2009

laconica is installed!

 

500 error is solved eventually. it cost 2 days.

Now 12:02 AM

First I studied installation Notes, try to install it in windows.

-Verigo not work

- download XMAP

- installed follow notes, but not work.

Second installed it in virtue server.

-500 error

Warning:file_exists()[function.file-exists]:open_basedirrestrictionineffect.File(/home)isnotwithintheallowedpath(s):(/home/ftp/512j.com

-study note then study README.

- that’s notes is for old version, for new 0.7.3 simply web install wizard. but README let me to set base folder and avatar folder to 777.  or chg then g+w, bla bla.

but when i did that, result in 500 error, internal server error.

google it. found in lunarpages said that it is not allowed be set to 777 by me, it need to change the ownership…

so i write to them for change.

i upload laconica to another free server to try.

folder can be set to 777, and it almost work(but due to MYSQL is low version, can not register)

change to 755 still work???   Maybe it is not necessary to change to 777?? so where else is wrong. 

google about php warning message. found it may stop the program.

you can change code more stable

OR

you can turn the warning off. can do it in php.ini,

error_reporting    =    E_ERROR
display_errors     =    Off

OR

add error_reporting(0) to the beginning of the code.(I choosed this one)

Eventually, it worked.

The way to go!

Thursday, June 4, 2009

DZ7.0火车头发布后是html源代码问题

'两个解决办法:
一,最简单最安全的办法是:WEB在线发布配置管理中UBB转换选择UBB方式。(不好)

二,效果最好的办法是,1,到论坛后台启用帖子的HTML功能,2,到后台启用发贴用户组的HTML权限。3,发贴时加一个参数:htmlon=1,就是说发贴时使用HTML.4,WEB在线发布配置管理中UBB转换选择HTML(!!!!).