I am using quanta to develop my php web site. All was working fine on SuSE 9.2 (32bit machine). I recently upgraded to SuSE 9.3 64 bit Intel machine, with 1GB of RAM ...
I am using quanta to upload my site using sftp. From the console, sftp works just fine. With Quanta, it times out.
My webserver and my quanta are, in this case, both on the same machine. I tried to upload the files from a 32 bit SuSE9.2 machine to my new machine. All works fine.
I tried uploading php files from my new 64bit machine using quanta to a 32 bit machine. I doesn't work ... So, to me, the problem is in quanta/KDE.
I could track down the code to the source module qextfileinfo.cpp of kdewebdev. The program reaches the bool QExtFileInfo::internalExists(const KURL& url) method ... but it never returns. It actually times out on the following statement
KIO:
tatJob * job = KIO::stat(url2, true);
I can see in the logs that the ssh modules gets the sftp request ... but visibly the return data does never reach quanta ...
I've really tried all I could, searched the web, but didn't find anything. Your help would really be appreciated ...
Peter