[fw-general] bug in Zend/Controller/Dispatcher.php

2006-11-24 Thread Jacky Chen

Hi
when i run my app under linux,i got the error:
*Fatal error*: Uncaught exception 'Zend_Controller_Dispatcher_Exception'
with message 'Directory mnt/hdb/web project/fz/web/controllers/news not
found or not readable' in /mnt/hdb/web
project/fz/zend/Zend/Controller/Dispatcher.php:146 Stack trace: #0
/mnt/hdb/web project/fz/zend/Zend/Controller/Front.php(184):
Zend_Controller_Dispatcher-addControllerDirectory('mnt/hdb/web pro...') #1
/mnt/hdb/web project/fz/web/index.php(52):
Zend_Controller_Front-addControllerDirectory('mnt/hdb/web pro...') #2
{main} thrown in */mnt/hdb/web
project/fz/zend/Zend/Controller/Dispatcher.php* on line *146**

*There should be a NewsController.php,but Dispatcher load it as news ,
'Directory
mnt/hdb/web project/fz/web/controllers/news not found

And this app run well under windows.
My linux system is Fedora 6,and php 5.1.6, apache 2.2.3,mysql 5.0.22

Best Regards.


Re: [fw-general] Sandbox

2006-11-24 Thread Richard Thomas
The box is up and running but non-responsive, I have contacted a couple 
people to make sure they know.


Richard Thomas - Code Monkey
Cyberlot Technologies Group Inc.
507.398.4124 - Voice


Thomas Weidner wrote:

Hy fellows,
 
there seem to be problems on the sandbox...
 
The Jabber chat-server is down.

I had two other people writing me with the same problem.
 
A mail to our zenders was until now ignored (maybe their mailserver is 
hungry ;-) )
 
Would be nice if someone who is able to can fix the problems.
 
Greetings

Thomas


Re: [fw-general] Zend_Json: Bug when encoding string that seems to be numeric

2006-11-24 Thread Christian Szardenings


Hi Kevin,


What is the proper js encoding of an object with say the value of...


you can find an overview at http://www.json.org.



a href=\testtest/a
The script I'm using encodes it to this



{ description : a href=\\test\test/a }


Hm. a href=\testtest/a should be encoded to:

  a href=\\\test\test/a

So I guess your json encoder is wrong. It forgot to escape
the first -char.



Greetings
Christian


Re: [fw-general] bug in Zend/Controller/Dispatcher.php

2006-11-24 Thread Matthew Weier O'Phinney
-- Jacky Chen [EMAIL PROTECTED] wrote
(on Friday, 24 November 2006, 05:53 PM +0800):
 Hi
 when i run my app under linux,i got the error:
 Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with
 message 'Directory mnt/hdb/web project/fz/web/controllers/news not found or
 not readable' in /mnt/hdb/web project/fz/zend/Zend/Controller/
 Dispatcher.php:146 Stack trace: #0 /mnt/hdb/web 
 project/fz/zend/Zend/Controller
 /Front.php(184): Zend_Controller_Dispatcher-addControllerDirectory('mnt/hdb/
 web pro...') #1 /mnt/hdb/web project/fz/web/index.php(52):
 Zend_Controller_Front-addControllerDirectory('mnt/hdb/web pro...') #2 {main}
 thrown in /mnt/hdb/web project/fz/zend/Zend/Controller/Dispatcher.php on line
 146
 
 There should be a NewsController.php,but Dispatcher load it as news ,
 'Directory mnt/hdb/web project/fz/web/controllers/news not found
 
 And this app run well under windows.
 My linux system is Fedora 6,and php 5.1.6, apache 2.2.3,mysql 5.0.22

Can you send the contents of your boostrap script (index.php)?

My best guess at this point is that you did not set the controller
directory, or that there's an issue with the permissions on the
directory you specified (Directory ... not readable).

-- 
Matthew Weier O'Phinney
PHP Developer| [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/