PDA

View Full Version : < phpdigInclude >


oliviert
05-10-2004, 02:10 AM
I've got 2 problems, certainly one is linked to the other.


a) the spider never end spidering since I had <!-- phpdigExclude --> and Include, in my pages.

b) When I search,
< phpdigInclude > appears in the resume of results, see below.

anyone have an idea ?



Site Web Managis - testimoniaux
< phpdigInclude > < phpdigInclude >
http://www.maphilo/managis/index.php/view/temoin - 11.8k - 10-05-2004

vinyl-junkie
05-10-2004, 05:28 AM
Welcome to the forum, oliviert. We're glad to have you here! :D

Sorry, the URL you posted doesn't work.

Did you put your exclude and include comments on separate lines? That's what you need to do for them to work properly.

Hope this helps. :)

oliviert
05-10-2004, 12:54 PM
I did read everything about phpdigInclude/Exclude before posting my message.
Both of the phpdigInclude/Exclude are on their own single line,

but the result is what i told you, make a search on the website www.maphilo.com/managis/ .
search for "coach" keyword, you will see the result.

oliviert
05-10-2004, 12:56 PM
More, if I look in the statistic, phpdigInclude appears as a keyword....

vinyl-junkie
05-10-2004, 02:05 PM
I don't know how many pages you might have like this one, but I looked at:http://www.maphilo.com/managis/index.php/item/284 and found a pair of <!-- phpdigExclude --> comments in your source, rather than the usual exclude / include pair. That could be the whole problem, I don't know.

Try fixing that and see what happens. Please post your results, too. I'm curious to know if that fixes the problem.

oliviert
05-11-2004, 02:02 AM
I did fix the <!-- phpdigExclude --> pair.
I did empty all tables, and reindex the site.

I still have the same problem, you can check.

It seems that phpdig have problem wih block of comment.
in the resume of the result you can also see <onLoad = init()>, which is in fact a commented line in my code, as the phpdigInclude / Exclude.

I got no idea, why this happend, and i do not have time to go into the code now...

vinyl-junkie
05-11-2004, 03:18 AM
Hmmm. I sure thought that would have fixed the problem.

When you get a chance to work on your code, try changing this:<!--onLoad="init()"-->to this: <!-- onLoad="init()" -->Let us know if that helps.

oliviert
05-11-2004, 05:13 AM
well, still the same result ....
I certainly will remove the resume....

vinyl-junkie
05-11-2004, 05:35 PM
Well, I don't know if this is a clue or not but I just added:
http://www.maphilo.com/managis/
to my own site's search engine, and tested out the search for the word "coach."

Except for a really weird display of the first page results - and I have no idea what is causing it - the results themselves are displaying as you would expect. Check it out here (http://www.napathon.net/PHP_DIG/search.php?template_demo=.%2Ftemplates%2Ftemplate.php&site=0&path=&result_page=search.php&query_string=coach&search=Go...&limite=20&option=start) to see what I'm talking about.

This makes me wonder what your phpdig template looks like. Maybe you have something there which is causing your problem?

oliviert
05-12-2004, 12:58 AM
ok, the difference is huge, I will look into the template, the thing is i did not modify anything in it at this time.
The second thing is that you have many result, due to the indexation of the metas. For my part i did just remove the indexation of metas for my local phpdig, engine.

I'll come back to the thread if i find something in the templates...

thanks for all.

oliviert
05-17-2004, 09:49 AM
After few searches, still have the problem.
I did check everything.

the templates are fine.

Then the last thing, i do want someone to look at my meta tags, for me it's the last reason for this to happend.

Any help will be usefull.
thanks.

Load the page http://www.maphilo.com/managis/index.php and look at the source for the meta.

Olivier

vinyl-junkie
05-17-2004, 04:36 PM
Understand that I'm grasping at straws right now, but try putting quotes around the name= fields in these two meta statements:<META content="Site Web Managis" name=keywords/>
<META content="Site Web Managis" name=description/>Also, does the code in config.php look like this for these two statements? define('DISPLAY_SNIPPETS',true);

define('DISPLAY_SUMMARY',false);If so, try reversing those and see what happens. You don't have to re-spider to see what does for you.

Hope this helps. :)

oliviert
05-19-2004, 02:13 AM
I did what you asked me, but nothing change.

BUT
I did remove all my metas,
and Now!: many of the results are well formated, and few of them still have the < phpdigInclude > tags.

What seems strange to me, is that in my htmls, i have <!-- phpdig... and the result is < phpdig...

something goes wrong in phpdig, or it can not accept a piece of html code that i did not identify at the moment.

Thanks for your help.