Saturday, May 30, 2009

Joomla open_basedir

Joomla, if host joomla in own or synology server, you got error (open_basedir) when you try to install components.

solution1: set up the FTP of joomla, by global or by manually in configuration.php (this work at that time)
solution2: remove some lines of the folder.php in /administrator/libraries/joomla/filesystem.
forgot which lines.....

Tuesday, April 21, 2009

pocket pc 程式 無法開啓檔案

use this regedit.Mrln_ARM.cab to edit registry

\HKEY_LOCAL_MACHINE\System\StorageManager\Profiles

and then use active sync to locate to Windows folder (remember to show hidden files)\開始\程式集, redo all shortcut.

Monday, March 9, 2009

Free Web Conferencing - Yugma and Oneeko

Sort of free, some features limited.

http://www.yugma.com/

http://www.oneeko.com/

Wednesday, January 28, 2009

Thursday, January 22, 2009

Joomla - TinyMCE causing "Access is denied" error

http://forum.joomla.org/viewtopic.php?f=465&t=213005

Line: 37xx
Char: 5
Error: Access is denied
Code: 0
URL: ..../index2.php ...

This error stops all edit functions on the page as well as the ability to CANCEL and return to the Control Panel.
About the only way out is the Back Arrow in your browser.
It prevents you from Adding or Editing Categories, Components and more.


The problem is a "NameSpace" conflict with Joomla!, Javascipt and your browser.
You have logged into your Joomla! control panel in the wrong namespace!


SOLUTION - 1 (for now ... if you want to use TinyMCE as your editor)
1) Find out what your "Live Site" URL is by going to Site|Global Configuration|Server
2) Make a written or mental note of EXACTLY what it is (i.e., http://www.myserver.com)
3) LOGOUT
4) LOG back IN to your administrator control panel with the EXACT same NameSpace as is configured in Joomla!
EXAMPLES:
If your "Live Site" URL is: http://www.myserver.com then login at http://www.myserver.com/administrator
If your "Live Site" URL is: http://myserver.com then login at http://myserver.com/administrator


SOLUTION - 2
YOU CAN JUST CHANGE YOUR EDITOR TO "NO WYSIWYG" OR USE ANOTHER EDITOR


Hope this helps other Novices like me!

Saturday, January 3, 2009