Search found 8 matches

by Yoggi
Fri Aug 18, 2006 3:03 pm
Forum: General discussions
Topic: Files to translate?
Replies: 6
Views: 7725

Got it right now.
When I use Notepad++ it doesn't show a newline, but there seems to be one. Something like that.
When I use PHPDesigner, it works.
by Yoggi
Fri Aug 18, 2006 2:09 pm
Forum: General discussions
Topic: Files to translate?
Replies: 6
Views: 7725

Headers already sent

I have changed everything now, but when I have chosen the language to be Afrikaans, the following error shows at the top of the admin pages: Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/blinkofstink.co.za/lang/UTF-8/serendipity_lang_af.in...
by Yoggi
Fri Aug 18, 2006 11:56 am
Forum: General discussions
Topic: Files to translate?
Replies: 6
Views: 7725

Files to translate?

I want to translate Serendipity 1.0.1 to Afrikaans, but am not sure which files to translate. According to the docs, I have to translate: lang/serendipity_lang_en.inc.php lang/serendipity_config_local_en.tpl lang/serendipity_config_user_en.tpl I can only find lang/serendipity_lang_en.inc.php and lan...
by Yoggi
Thu Feb 02, 2006 1:58 pm
Forum: General discussions
Topic: Static copy of an s9y site on a CD-Rom
Replies: 6
Views: 4312

Uniformserver - http://www.uniformserver.com can fit on a USB stick or flash drive. To run it on a Windows OS, you just click a start file and the server is running. To run MySQL just click a link. To stop the server just click a stop file and remove the USB / CD etc. Work on the HD also. You do not...
by Yoggi
Thu Feb 02, 2006 11:23 am
Forum: General discussions
Topic: My cache script
Replies: 2
Views: 2205

LOL. I should have checked the available plugins...
At least I learned something.
by Yoggi
Thu Feb 02, 2006 10:13 am
Forum: General discussions
Topic: My cache script
Replies: 2
Views: 2205

My cache script

I have added the following at the beginning of index.php: <?php if (empty ($_POST[serendipity])){ // Settings $cachetime = 3600; // Seconds to cache files for echo $_POST[newcache]; if ($_POST[newcache]=="on") { $cachetime = 5; } $cachedir = 'cache/'; // Directory to cache files in (keep o...
by Yoggi
Fri Oct 28, 2005 11:15 am
Forum: Installation
Topic: Permissions after install?
Replies: 2
Views: 2445

Thank you Garvin. :D
by Yoggi
Fri Oct 28, 2005 10:56 am
Forum: Installation
Topic: Permissions after install?
Replies: 2
Views: 2445

Permissions after install?

Thanks for a great script.
I have installed it, and everything works well.
What must the permission of the /serendipity/ directory be after install?
I CHMOD it to 777 for the install, but now that the install is complete, what must it be? 777, 755, 666...?