[fw-general] Almost there :) Now, file is on the server but error say that it is not :)

2008-05-19 Thread vladimirn

Error i am gettign is:
ErrorController: script 'banners/admin-index.phtml' not found in path
(application/views/helpers/pagelets/templates/:application/views/scripts/)

I have application/views/scripts/banners on my web server with
admin-index.phtml in this folder.
Exactly as on my localhost, where everything works just fine.

what i am doing wrong?
-- 
View this message in context: 
http://www.nabble.com/Almost-there-%3A%29-Now%2C-file-is-on-the-server-but-error-say-that-it-is-not-%3A%29-tp17326635p17326635.html
Sent from the Zend Framework mailing list archive at Nabble.com.



Re: [fw-general] Almost there :) Now, file is on the server but error say that it is not :)

2008-05-19 Thread vladimirn

Thanks Math! :)
it was permission thing :)
it was set as 775 instead of 755
i changed to 755 and everything went just fine :)
And i dont understand why this caused all my troubles tho :)
However, i really appreciate your help!
Vladimir


Matthew Weier O'Phinney-3 wrote:
 
 -- vladimirn [EMAIL PROTECTED] wrote
 (on Monday, 19 May 2008, 12:54 PM -0700):
 Error i am gettign is:
 ErrorController: script 'banners/admin-index.phtml' not found in path
 (application/views/helpers/pagelets/templates/:application/views/scripts/)
 
 I have application/views/scripts/banners on my web server with
 admin-index.phtml in this folder.
 Exactly as on my localhost, where everything works just fine.
 
 what i am doing wrong?
 
 1. Check permissions
 2. dump your view object's view script paths to verify that the path
exists
 
 Check those, and if you're still having issues, be prepared to post a
 few more details about your app (directory structure, etc.).
 
 -- 
 Matthew Weier O'Phinney
 Software Architect   | [EMAIL PROTECTED]
 Zend - The PHP Company   | http://www.zend.com/
 
 

-- 
View this message in context: 
http://www.nabble.com/Almost-there-%3A%29-Now%2C-file-is-on-the-server-but-error-say-that-it-is-not-%3A%29-tp17326635p17328518.html
Sent from the Zend Framework mailing list archive at Nabble.com.