Needlworks / Textcube

Textcube : Brand yourself! / Personalized web publishing platform with multi-user support
http://www.textcube.org
Other
208 stars 55 forks source link

Editor bar gone after upgraded to php5.3 #1611

Closed shneoh closed 12 years ago

shneoh commented 12 years ago

After upgraded from php 5.2 to 5.3, the editor of article composition is not working, the icons on the editor bar had been gone.

Any idea for quick-fix on this issue?

My TC version: 1.8.5.

inureyes commented 12 years ago

Could be an call-by-reference issue of editor. from PHP 5.3, pass-by-reference is deprecated.

Apply https://github.com/Needlworks/Textcube/commit/1921b9843e958609eb8864b32cd127b5a39bb9c1 and tell the results. Thanks :-)

shneoh commented 12 years ago

It is still the same. I have tried to install a new site on another domain with the same server spec, it is still missing.

Spec of my server: Apache: 2.2.15 PHP: 5.3.17 (Cli) MySQL: 5.1.65

shneoh commented 12 years ago

Tried to revert back to php 5.2.17, it works...

Confirmed is caused by PHP 5.3.

inureyes commented 12 years ago

Can you help us to test with Textcube 1.9.0b6? pass-by-reference routines are changed for PHP5.3/4. You can download via https://github.com/Needlworks/Textcube/downloads

shneoh commented 12 years ago

OK. But I can't read Korean... Will try my best.

shneoh commented 12 years ago

Using local installed XAMPP environment to test: PHP 5.3.8

The said problem is not showing in TC 1.9.0b6.

Will have a test on the live server later.

shneoh commented 12 years ago

Tested TC1.9.0b6 on server. PHP 5.3.17.

Editor function work flawlessly.

inureyes commented 12 years ago

Thanks a lot! :-D