i updated also to the latest release from today. the problem i had now is that the gt mod don't work

is there anything i need to look for!?
http://www.phpwcms-docu.de/deutsche_version.phtml
Code: Select all
$phpwcms["site"] = "http://domainname.tld/~foldername/";
Code: Select all
Not Found
The requested URL /include/inc_ext/FCKeditor2/editor/fckeditor.html was not found on this server.
Code: Select all
~foldername/include/inc_ext/FCKeditor2/editor/fckeditor.html
hehe damnPappnase wrote:hello
i updated also to the latest release from today. the problem i had now is that the gt mod don't work
is there anything i need to look for!?
http://www.phpwcms-docu.de/deutsche_version.phtml
Yes and no. Would you please try what happens when you set your include/inc_lib/wysiwyg.editor.inc.php as this in line 44/45:cyrano wrote: I guess it should be:Code: Select all
~foldername/include/inc_ext/FCKeditor2/editor/fckeditor.html
Code: Select all
$oFCKeditor->BasePath = PHPWCMS_URL.'include/inc_ext/FCKeditor2/';
$oFCKeditor->Config['CustomConfigurationsPath'] = PHPWCMS_URL.'config/phpwcms/fckeditor_config.js.php';
Upload was done, JavaScript was enabled - so it has to do with the browser cache. It wokrs now for me as well. Nice featureOliver Georgi wrote: For me it is! Upload all files, empty browser cache, enable JavaScript!
and installed picos edition 2.3.1 of FCKeditor, added the values for conf.inc.php and now it's running.Yes and no. Would you please try what happens when you set your include/inc_lib/wysiwyg.editor.inc.php as this in line 44/45:
Code:Code: Select all
$oFCKeditor->BasePath = PHPWCMS_URL.'include/inc_ext/FCKeditor2/'; $oFCKeditor->Config['CustomConfigurationsPath'] = PHPWCMS_URL.'config/phpwcms/fckeditor_config.js.php';
Code: Select all
<a href="http://forum.wars-world.de" target = "" title="Wars World Forum">»Wars World Forum</a>
Code: Select all
<p><a href="index.php?id=60,58,0,0,1,0"><span class="datelink">2006/08/07 - </span>Fonds Survivalguide</a>
<p><a href="index.php?id=59,57,0,0,1,0"><span class="datelink">2006/08/07 - </span>Zeit Survivalguide</a>
Code: Select all
<p><span class="datelink"><a href="index.php?id=60,58,0,0,1,0">2006/08/07 - </span>Fonds Survivalguide</a></p>
Code: Select all
<td valign="top" rowspan="2" nowrap><img src="img/article/intlink_1.gif" alt="" /><img src="img/leer.gif" width="1" height="11" alt="" /></td>
What the hell is wrong with you?Rahner wrote:XHTML Valid?
NO!
After the Update I get 11 Errors in W3 Validator!
All with my clean CSS Layout...
I searched a bit an found out:
If a Site redirects externally this error occures:What's wrong? Target="" is wrong! there is the Attribute missing, for example: "_blank" or "_self" !Code: Select all
<a href="http://forum.wars-world.de" target = "" title="Wars World Forum">»Wars World Forum</a>
In the RT {NEW:Integer}:You see?Code: Select all
<p><a href="index.php?id=60,58,0,0,1,0"><span class="datelink">2006/08/07 - </span>Fonds Survivalguide</a> <p><a href="index.php?id=59,57,0,0,1,0"><span class="datelink">2006/08/07 - </span>Zeit Survivalguide</a>
No?!
It has to be:Code: Select all
<p><span class="datelink"><a href="index.php?id=60,58,0,0,1,0">2006/08/07 - </span>Fonds Survivalguide</a></p>
LAST:This in my SourceCode?! Why O.G.?Code: Select all
<td valign="top" rowspan="2" nowrap><img src="img/article/intlink_1.gif" alt="" /><img src="img/leer.gif" width="1" height="11" alt="" /></td>
What is nowrap???
mfg
Rahner
Ich sach, gibt doch nix schöneres aus sich so derart selbst ins aus zu schiessen! *ROFL*Rahner wrote:XHTML Valid?
NO!
After the Update I get 11 Errors in W3 Validator!
All with my clean CSS Layout...
...
mfg
Rahner