Search found 7 matches

by insane66
Tue Apr 20, 2004 2:50 am
Forum: Installation
Topic: Same sort of problem, but with RedHat 9
Replies: 7
Views: 11244

IT WORKS!!!

ok ... freaking finally I have a working installation....

after using my own php script (as suggested) I figured out that mysql wasnt supported ...

I recompiled php explicitly telling it where mysql was ... still nothing ...

then ran a phpversion(); and it reported somthing different on the ...
by insane66
Sat Apr 17, 2004 10:22 pm
Forum: Installation
Topic: Same sort of problem, but with RedHat 9
Replies: 7
Views: 11244

found then hang

it hangs on this if statement

if (!($c = @mysql_connect($hash['dbHost'], $hash['dbUser'], $hash['dbPass']))) {

in the serendipity_db_mysql.inc.php file

it never gets inside the if statement (tried to put the die first thing in the brackets)
and it doesnt make it past that if statement
put the ...
by insane66
Sat Apr 17, 2004 7:11 pm
Forum: Installation
Topic: Same sort of problem, but with RedHat 9
Replies: 7
Views: 11244

ongoing troubles...

ok .. soo tell me how to put in the equivalent of a printf statement ...

I'll figure out EXACTLY where the bugger stops if you just tell me how to get some dang output ...

I guess its nice that it doesnt flood me with data ...

im suspect that its around the .htaccess stuff ...
due to the fact ...
by insane66
Wed Apr 14, 2004 3:00 pm
Forum: Installation
Topic: Same sort of problem, but with RedHat 9
Replies: 7
Views: 11244

Still have same problems...

downloaded today's CVS - today being 04-14-04

fill out the installtion form and click the "check & save" button and get this in return

<html>
<head>
<title>Serendipity Administration Suite</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet ...
by insane66
Mon Apr 05, 2004 2:30 pm
Forum: Installation
Topic: Same sort of problem, but with RedHat 9
Replies: 7
Views: 11244

Same sort of problem, but with RedHat 9

At first I was just getting the Serendipity Installation screen with nothing...
Then I tried the fix in the BSD page, that worked but after the check & save... nothing but the blue screen...

Soo I download the CVS version and try that
with no modification the first form pops up ...

When I fill ...
by insane66
Sun Apr 04, 2004 5:40 pm
Forum: Installation
Topic: Same prob as WinXP but with FreeBSD
Replies: 10
Views: 13593

still have a problem

Ok, so i spoke too soon...

I get into the setup screen when I fill out the form and click the check & save buttton
nothing seems to happen.. just get the blue serendipity installtion screen

I have Apache 2.0.40, PHP 4.3.5, MySQL 4.0.18 on a RH 9.0 system, and the serendipity off the CVS (the ...
by insane66
Sun Apr 04, 2004 7:38 am
Forum: Installation
Topic: Same prob as WinXP but with FreeBSD
Replies: 10
Views: 13593

Timely Solution

I was trying to figure out why it didnt work for the last couple hours and all the sudden the solution appears....

VERY TIMELY!! THANKS

using RH 9.0

I had updated PHP and MySQL and was about to give up...