-
Hello project staff. :) Thx for a great site.
I'm having a little problem with the very very heavy
amount of virus related emails I receive thru my
sourceforge account. A large number of returns and
warnings concerning virus emails sent in my sourceforge
name also seem to exist. I'm quite certain that they
don't originate from myself - I have no pop3 connection
to SF (if that's at...
2004-04-05 03:37:28 UTC in SourceForge.net
-
This is pretty easy to fix - the error is due to something between the phpbb routines and the Turck MMCache.
Easiest solution: Put a .htaccess file in the Admin-folder of the phpbb containing the line
php_value mmcache.enable 0
to turn off TurckMMCache for all scripts under this folder. ;)
2004-04-03 16:22:28 UTC in Uniform Server
-
Hi Brian.
To get the vbs files working, I suspect you'll need to install the Windows Scripting Host under win98 - I'm atm installing an old screenless Thinkpad 233mhz and it didn't seem to recognize vbs files either without this. Not quite done yet.
The 'locked' W-drive is something about that SUBST command, theres a thread about it here in the forums somewhere. (Taras: you could kinda do...
2004-04-03 16:06:37 UTC in Uniform Server
-
You could possibly be using a firewall or antivirus program that prevents connections on 'localhost' - among others, Norton products and ZoneAlarm firewall are known to, in some configurations, block all traffic this way.
2004-04-03 15:34:56 UTC in Uniform Server
-
This little thing helped me a lot of the way towards perfection, thanks! Especially when I found out danish was 'dk' not 'da'. ;o)
I do still have 1 error:
Notice: Undefined property: attributes in W:\www\testzone\myspawthing\spaw\class\toolbars.class.php on line 106
(shown 4 times)
Any advice would be appreciated.
2004-03-12 17:27:06 UTC in SPAW Editor - web based WYSIWYG editor
-
Did you read
http://sourceforge.net/forum/forum.php?thread_id=1030881&forum_id=178630
? It could be your router.
2004-03-05 14:40:39 UTC in Uniform Server
-
Try opening the config.inc.php file in the phpmyadmin folder. Lines 83 & 84:
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
- change those to your 'new' superuser. That should give you access.
2004-03-05 14:37:40 UTC in Uniform Server
-
Activate phps extention, a small practical feature in
Apache...
Open:
W:\usr\local\Apache2\conf\httpd.conf
find:
AddType application/x-httpd-php .phtml .php3 .php
in new line after, add:
AddType Application/x-httpd-php-source .phps
Maybe this should be under patches, it's a detail althou
a practical one. :)
2004-02-29 15:47:20 UTC in Uniform Server
-
As I couldn't answer your email directly, I've left the contents in the Help forum - hope that can help ya. :)
2004-02-28 12:09:55 UTC in Uniform Server
-
I've been asked several times per email how to open ports in a router, to let others access your webserver.
Let me start out by saying that you NEED to tighten security for this - a MySQL with root access and no password is an open invitation to disaster.
Basically, you want to make a rule in the router like this: (this is the actual order for a cisco):
set nat entry add [LAN IP] 80 [WAN...
2004-02-28 12:06:43 UTC in Uniform Server