Page 1 of 1

The dutch dikes are save once again

Posted: Mon 19. Jul 2010, 20:47
by caramello
http://www.uvw.nl/

and http://www.waterschappen.nl

Sites for the dutch watermanagement authorisation, both are made with, well you know..... ;-)

http://www.uvw.nl is completely structured around TAG based thought, the only thing the editors do is add a news article and upload a file. Tag either one correctly and they end up in the sites structure where it needs to be. Bravo Oliverr and many thanks.

I hope this proves phpwcms is capable of handling a big website with a few thousand requests per day that do an average of 30 pages per visitor.

Some minor stuff may be needed to be doen but we made the deadline.

Re: The dutch dikes are save once again

Posted: Tue 20. Jul 2010, 09:56
by update
Warning: fopen(/your_path_to/template/template_lang/de.php)
You should change permission of template_lang to 777 otherwise you'll get a permission error

Re: The dutch dikes are save once again

Posted: Thu 22. Jul 2010, 23:17
by caramello
I was pretty sure that was the case.... checked, yes it is..... can you tell me if you still have this error ?

Re: The dutch dikes are save once again

Posted: Fri 23. Jul 2010, 07:08
by flip-flop
The error is still available.

Please insert a file named "de.php" in template/template_lang/
with the following content:

Code: Select all

<?php 
// phpwcms template language file "de" (2009-02-07 01:17:20)
// ATTENTION! Never add the closing PHP tag "? >" at the end of this file!
But I don´t understand why this file isn´t created automatically (777).

config:

Code: Select all

$phpwcms['i18n_parse']        = 1; // enable|disable browser based language parser - all @@Text@@ will be parsed and checked for translation/var based replacement
If you don´t need the i18n feature, please switch off this part.

Knut