[Neos] And another newbies questions

Chris Tete tetechris20 at yahoo.com
Fri May 9 22:18:08 CEST 2014


hi
    when I run my neo.demo/setup this what i get "
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server. 
If you think this is a server error, please contact
the webmaster. 
Error 403
neos.demo
Apache/2.4.7 (Unix) OpenSSL/1.0.1e PHP/5.5.6 mod_perl/2.0.8-dev Perl/v5.16.3 
"

and when i try to fix it by running "sudo ./flow flow:core:setfilepermissions shelluser www-data wwwgroup" 
 Here is what I get "luser www-data wwwgroup
TYPO3 Flow File Permission Script

Checking permissions from here upwards.
Making sure Data and Web/_Resources exist.
sudo: unknown user: shelluser
sudo: unable to initialize policy plugin
sudo: unknown user: shelluser
sudo: unable to initialize policy plugin
Setting file permissions, trying to set ACLs via chmod ...
Setting file permissions, trying to set ACLs via setfacl ...

Note: Access Control Lists seem not to be supported by your system.

Setting file permissions per file, this might take a while ...
chown: invalid user: ‘shelluser:wwwgroup’"

How do I fix this on mint 15?

thanks


On Friday, May 9, 2014 11:25 AM, Stefan Reichelt <eichelt at web.de> wrote:
 
Hello Christopher,

On 09.05.2014 15:59, Christopher Hlubek wrote:
> What is your exact use-case of changing the configuration of TypoScript objects on the fly?

I tried to replicate TYPO3s includeCSS & includeJS functionality.
At its most basic I wanted to achieve this:
--
page.head.stylesheets = TypoScript:CssFileArray {
  blub = 'resource://filepath'
  blaa = 'resource://filepath'
}

# And some plugin package adds its own:
page.head.stylesheets.pluginA = 'resource://filepath'
--

The Implementation would then use TYPO3.TypoScript:ResourceUri to get a
valid file-url for each file given as a simple string and then wrap it
with the necessary tags and attributes. Buts thats only the base I
wanted before trying more.
I suppose I could also try and work entirely without using TypoScript
objects when evaluting my object, but I always liked that kind of
functionality in TYPO3: 'Why bother figuring out how something can be
done in PHP when TypoScript can already do it?'. :)

Thanks for the explanations though!

Pleasant weekend everyone and
kind regards

Stefan
_______________________________________________
Neos mailing list
Neos at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/neos


More information about the Neos mailing list