PDA

View Full Version : Run at PHP 4.3.2 MySQL 4


Rolandks
09-12-2003, 12:03 AM
Does anyone run PhpDig on Windows 2003 Server IIS 6, PHP 4.3.2, MySQL 4.0.14 ?

Installations works, but no indexing any Sites: all files the same:

SITE : http://www.mydomain.de/
Exclude paths :
- @NONE@
No link in temporary table
-------
links found : 0
...Was recently indexed
Optimizing tables...
Indexing complete !

The page index.html has 5 Links!

I have also Try: http://www.mydomain.de/index.html
and other pages which have normal HTML-Links and are indexing at an other machine.

Any hint for a test what is wrong ?

-Roland-

Charter
09-12-2003, 05:32 AM
Hi. Not sure if this will help, but is your default table type MyISAM?

At http://bugs.mysql.com/bug.php?id=563 is the following:


[27 Aug 8:00pm] Michael Widenius

Short update regarding this.

I just found a memory overflow bug in the MyISAM handler in the case where one had many fields and at least one TEXT or BLOB field. MySQL 4.0.14 already fixed a similar bug regarding INSERT's but unfortunately we missed one case with UPDATE.

This is now fixed in in our repsitory and the fix will be in 4.0.15, which we are already doing relese-testing on and it should be out shortly.

Hopefully this will solve the issues reported in the bug report.

If you can't wait for 4.0.15, you should be able to solve this by converting your tables to InnoDB tables.

Regards,
Monty

MySQL 4.0.15 has been released. Downloads can be found at http://www.mysql.com/downloads/mysql-4.0.html

Rolandks
09-17-2003, 04:03 AM
Ok, i found a problem, but it is not PHP or MySQL on Windows 2003 IIS 6 :)

phpdig can´t indexing sites on Windows 2003 Server with IIS 6 !!

My test
I have add an url from Windows 2003 IIS 6 - no indexing, nothing found.

I have copy this sites on Windows 2002 IIS 5 machine -- php indexing all pages.

I think it is something in /admin/spider.php which don´t work with IIS 6 ?

How i can find aout why phpdig is not index Windows 2003 IIS 6 - Sites ?

-Roland-

Iltud
09-17-2003, 11:58 AM
Antoine Bajolet said me that he used phpEd at the beginning to code and develop phpDig.

A evaluation version can be downloaded on www.phped.com (after registration). It seems useful thanks to the debugger.

Good luck ;)


Nicolas.

Rolandks
09-18-2003, 04:36 AM
Hmm, it seems phped don´t like phpdig :rolleyes:

index.php compiling
---
compiling: output generate....
0 Warnings 0 Errors
---
preview:

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

---
... it return: .... are empty.
I use PHPed on Webserver with php.exe as Interprester.

I think a deguger is no Browser ?

-Roland-