On 6/27/09, <b class="gmail_sendername">Nicolas Lebrun</b> <<a href="mailto:nicolas.lebrun@ac-orleans-tours.fr">nicolas.lebrun@ac-orleans-tours.fr</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span class="q"></span>I just tried the rc2 release and get the same problem ...<br>
<br>
Here is the trace of my apache2<br>
<br>
[Fri Jun 26 20:51:58 2009] [notice] Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.1 with Suhosin-Patch mod_python/3.3.1 Python/2.6.2 configured -- resuming normal operations<br>
[Sat Jun 27 09:07:42 2009] [error] [client 127.0.0.1] File does not exist: /var/www/wpkgexpress/installer<br>
[Sat Jun 27 09:07:42 2009] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico<br>
[Sat Jun 27 09:07:45 2009] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico<br>
[Sat Jun 27 09:08:26 2009] [error] [client 127.0.0.1] File does not exist: /var/www/wpkgexpress/installer<br>
<br>
It's a fact that /var/www/wpkgexpress/installer doesn't exist<br>
<br>
Is you uploade really complete ?<br>
<br>
BR,<br>
<br>
Nicolas</blockquote></div><br>I'm not able to replicate this issue. There is not supposed to be a
physical installer directory. wpkgExpress uses CakePHP which is an MVC
framework. "Installer" is the name of the controller being passed to
index.php with a default action of "index".<br>
<br>
I am not quite sure why apache is not allowing the url to be correctly
interpreted by CakePHP. It seems either the .htaccess in the root or
webroot/ folder are not being correctly interpreted. Try checking the
permissions on the .htaccess and index.php files. I had modified the
permissions of the files and folders in 1.0-r2 because of permissions
problems that arose from having packed and uploaded the first release
from a windows machine.<br>
<br>
I'm using xampp for linux 1.6.7-beta4 (Apache 2.2.9 and PHP 5.2.6) to
test on my laptop here and was using 1.7.1 (IIRC) for windows on my
main desktop for testing/development purposes.<br>