Search found 9 matches

by imile
Wed Jul 20, 2005 12:57 am
Forum: Installation
Topic: Upgraded from .71 to .82 and have serveral problems!
Replies: 7
Views: 4989

Re: Upgraded from .71 to .82 and have serveral problems!

You can change the errorleven in your php.ini via:


error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING
[code]


Regards,
Garvin[/quote]

Changing that errorlevel in my php.ini file stopped the errors at the login screen. Thanks again for the help. And a small note to anyone who might have this ...
by imile
Wed Jul 20, 2005 12:54 am
Forum: Installation
Topic: Upgraded from .71 to .82 and have serveral problems!
Replies: 7
Views: 4989

Re: Upgraded from .71 to .82 and have serveral problems!

garvinhicking wrote:
Could you remove the "phpStats" sidebar box from your plugin list temporarily? Maybe this is causing the problems.
Regards,
Garvin
I'm running .8.2 and removing the phpStats sidebar fixed the problem. I going to change my php.ini file right now and I will post back with results.
by imile
Tue Jul 12, 2005 1:41 am
Forum: Installation
Topic: Upgraded from .71 to .82 and have serveral problems!
Replies: 7
Views: 4989

Re: Upgraded from .71 to .82 and have serveral problems!

Thanks a lot. The first issue was because the $_SERVER['QUERY_STRING'] is only set if a query string exists; this is different than in Apache. I#ve committed a fix to our 0.9 SVN repository for this.

You can surround it by setting your PHP errorlevel to E_WARNING only. There might be other areas ...
by imile
Fri Jul 08, 2005 6:37 am
Forum: Installation
Topic: Upgraded from .71 to .82 and have serveral problems!
Replies: 7
Views: 4989

Re: Upgraded from .71 to .82 and have serveral problems!

The first error happens because your server does not seem to have a $_SERVER['REQUEST_URI'] string. Which webserver and version are you using? And which PHP version?

The second error means that the database setup you entered in your configuration does not seem to work....

Regards,
Garvin ...
by imile
Wed Jul 06, 2005 11:08 pm
Forum: Installation
Topic: Upgraded from .71 to .82 and have serveral problems!
Replies: 7
Views: 4989

Upgraded from .71 to .82 and have serveral problems!

At the admin login I receive this error:
Notice: Undefined index: QUERY_STRING in d:\imakeitlookeasy.com\include\compat.inc.php on line 111

Warning: Cannot modify header information - headers already sent by (output started at d:\imakeitlookeasy.com\include\compat.inc.php:111) in d ...
by imile
Thu Dec 23, 2004 5:27 pm
Forum: General discussions
Topic: Entries have extra breaks
Replies: 2
Views: 3043

Damn, you guys are bad ass! That fixed it.
by imile
Thu Dec 23, 2004 7:35 am
Forum: General discussions
Topic: Entries have extra breaks
Replies: 2
Views: 3043

Entries have extra breaks

Running 0.7.1

All of my entries have an extra space inbetween lines. It's just plain text. See what I mean here
by imile
Thu Dec 23, 2004 7:32 am
Forum: Installation
Topic: Serendipity needs to be able to write the file ".htacce
Replies: 2
Views: 4382

I didn't expect that I would have to change the security properties because of that worm but whatever. That fixed it!. Thanks!
by imile
Thu Dec 23, 2004 1:16 am
Forum: Installation
Topic: Serendipity needs to be able to write the file ".htacce
Replies: 2
Views: 4382

Serendipity needs to be able to write the file ".htacce

Hey all,

I'm trying to re-install Serendipity 0.7.1 on my computer since the NeverEverNoSanity worm wiped me out.

I've already changed this:

$uri = $_SERVER['REQUEST_URI'];

to this:

$uri = $_SERVER['SCRIPT_NAME'].'?'.$_SERVER['QUERY_STRING'];

in my index.php file,

However I still get ...