Verfasst am: Fr Mai 13, 2005 11:42 am Titel: Path \wwwroo instead of \wwwroot problem
I've installed the new FCKEditor in PHPNuke and it seems to work fine: I can upload Images and Browse for Images. After making a new News item and I Click on Preview it is showing a right preview as is..
But then when I click on OK to place the News Item, a blank page results, with only the word "_ERROR" on top of it..
Can someone help me?
Zuletzt bearbeitet von JeeSee am Fr Jan 13, 2006 11:03 am, insgesamt einmal bearbeitet
and have you installed the chatserv's Patched packet on your nuke System, taht is require... _________________ mfg.
Helmut
Auf der Suche nach Software? Freeware - ohne Ende!
Using version FCK2FCN76 en PHPNuke version 7.7. on IIS 2003
(Yes I know it it not supported right now, but everything is working fine now except One thing)
The Only thing now is:
When uploading pictures, they're placed in:
\wwwroo\PHPNuke\modules\FCKeditor\upload\Image
and that has to be:
\wwwroot\PHPNuke\modules\FCKeditor\upload\Image
The browser also points to this directory and I am able to browse to uploaded files. But \wwwroo\... is not a website directory...
Updated from PHPNuke to 7.9 incl Chatserv Patches and FCKNuke 2.1. Still having the same path-problem.
Windows 2003 server SP1
IIS Webserver
PHP version 5.0.4
MySQL version 4.0.24
My site is on a Virtual Directory called Lancelot from the root directing to a folder called PHPnuke on the physical disk of the server.
When uploading in FCKNuke, a folder named \wwwroo\FCKeditor\Upload\Image is automatically created..
Verfasst am: Do Jan 31, 2008 1:06 pm Titel: root directory bug
Hi!
I had the same problem with this 'wwwroo' path in FCKeditor version 2.3 Beta.
To fix this problem open
editor\filemanager\browser\default\connectors\php\io.php, go to line 88 to find function GetRootPath().
In the line
return substr( $sRealPath, 0, strlen( $sRealPath ) - strlen( $sSelfPath ) ) ;
Change to
return substr( $sRealPath, 0, strlen( $sRealPath ) - strlen( $sSelfPath ) + 1);
Du kannst keine Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum nicht antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen.
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest (c) 2004-2012 by phpnuker.de.