-
The latest release of the Linux Knowledge Base and Tutorial PDF is now available for download. It contains a number of additions and corrections to the previous release.
2007-11-14 06:39:20 UTC in Linux Knowledge Base and Tutorial
-
<rant>
do other people get annoyed when trying to install software that lists what is required then you try to install the package your get a message that says "Ha, ha!!! I fooled you! I required more than what I told you about. Ha, ha, ha!
Granted it is easy enough to see what packages are required and thank goodness these packages do not require other packages which in turn...
2006-04-30 19:01:39 UTC in FreeMind
-
It was a good guess. Either it was something like that or an extra character somewhere. When bouncing between screens, I often drop an character into pages and that tends to screw things up.
Well, I overwrote the whole directory with the installation files, copied my files in and it still didn't work. I had a copy of the directory (.OLD) and that worked even with my new files!!! I renamed the...
2005-05-20 09:33:28 UTC in FCKeditor
-
Hi All!
I am running the PHP version of FCKeditor version 2.0 FC and I am in the process of writting the code to actually write the new/chagned files to the hard disk. Suddenly the editor stopped working correctly. I can load a file from the disk into the editor and see the contents in the next window when I click submit. However, I see neither the toolbar nor the contents of the editor...
2005-05-19 18:40:49 UTC in FCKeditor
-
Hi All!
I am using FCKEditor 2.0 FC everything I need seems to be working so gar, except for the fact that the HTML, HEAD and BODY tags are disappearing. Seems that this is a known issue and someone made some changes to the javascript version 1.6. It also seems that these changes have not been integrated into any official version. Is there any plans to do something official about this or...
2005-05-19 14:47:35 UTC in FCKeditor
-
I have no clue what the problem was, but I decided to start from scratch and copied the entire editor directory from the original source. I then made the changes to the io.php and connector.php files. It seems to be working now (more or less). I am still trying to figure out a way to dynamically specify $GLOBALS["UserFilesPath"], but I will figure it out eventually.
regards...
2005-04-17 18:33:50 UTC in FCKeditor
-
I don't have this line:
$sBasePath = $_SERVER['PHP_SELF'] ;
Instead, mine has this line:
$sBasePath = $_SERVER['PATH_INFO'] ;
Not that it really matters to me at this point, as I have managed to fight my way through it.
Still, the original post I think remains unanswered. Is there a tutorial anywhere?
Regards,
jimmo.
2005-04-17 17:11:16 UTC in FCKeditor
-
For the link browser, it is set like this:
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Connector=connectors/php/connector.php" ;
I added a javascript alert() to fckdialog.html to display dialogArguments.Editor.FCKConfig.LinkBrowserURL, this gives me...
2005-04-17 11:33:05 UTC in FCKeditor
-
Hmmm. I am using sample2.php. If I set it like this
$editor->BasePath="js/";
I get the error:
The requested URL /FCKeditor/js/editor/fckeditor.html was not found on this server.
Setting it like this (or not at all) it loads the editor correctly:
$editor->BasePath="";
This leads me to believe that the 'js' is no where in the path.
2005-04-17 09:02:08 UTC in FCKeditor
-
At this point spending the time to get a different connector to work is not an option at this point. The test.html file works fine. Which leads me to believe that there is a configuration problem somewhere. But where?
regards,
jimmo.
2005-04-17 08:51:50 UTC in FCKeditor