Problems with css (like previous post from cyruspy@gmail.com)
1 view
Skip to first unread message
Der_Olli
unread,
Oct 15, 2008, 2:29:21 AM10/15/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Openmailadmin
Hello Group.
I want to try out OMA but I cannot proceed setup. I get the same like
cyruspy (Problem with loading the css). In my logs there is a 404 ->
"GET /openmailadmin-1.0.1/%3C?=%20$cfg['design_dir']%20?%3E/setup.css
HTTP/1.1" 404 222
It seems, that the variable's value is not used but the variables
name.
Unfortunately cyruspy didn't provide a sufficient solution for me
(using another OS Version). I use Linuxfromscratch 6.3 .... Latest PHP
5.2.6 with enabled "pecl::idn" and "pear::log"
As I just want to try out such things for evaluation there is
currently no installation of cyrus (no imap , no sasl) but I think
this cannot be the problem.
I'm not a developer, just an admin :)
Please help ....
Best Regards
Oliver
Der_Olli
unread,
Oct 15, 2008, 10:57:16 AM10/15/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Openmailadmin
Hello.
I found the problem!
In php.ini there was "short_open_tag = Off" and you need
"short_open_tag = On"
Is this documented as prerequisite? If not, I assume it to be
added ....