Search found 10 matches

by usabilitest
Sat May 11, 2024 2:24 pm
Forum: Sphider Help
Topic: Errors creating tables
Replies: 3
Views: 111

Re: Errors creating tables

I think I've figured out what the problem is. In CONSTRAINTS areas some tables have a prefix and some don't:

Code: Select all

CONSTRAINT links_ibfk_1 FOREIGN KEY (site_id) REFERENCES ".$mysql_table_prefix."sites (site_id) ON DELETE CASCADE ON UPDATE CASCADE
by usabilitest
Fri May 10, 2024 9:55 pm
Forum: Sphider Help
Topic: Errors creating tables
Replies: 3
Views: 111

Re: Errors creating tables

Yes, I'm sorry I was trying all sorts of things but my results are pretty consistent. The install script installed the following tables before it starts throwing errors:
  • categories
    domains
    keywords
    query_log
    rss_sites
    settings
    sites
by usabilitest
Thu May 09, 2024 10:25 pm
Forum: Sphider Help
Topic: Errors creating tables
Replies: 3
Views: 111

Errors creating tables

I've attempted to run /admin/install.php file but got the following errors: Error: Can't create table `links` (errno: 121 "Duplicate key on write or update") Error: Can't create table `link_keyword0` (errno: 150 "Foreign key constraint is incorrectly formed") Error: Can't create ...
by usabilitest
Tue Oct 24, 2023 2:25 pm
Forum: Sphider Help
Topic: Optimizing for speed
Replies: 4
Views: 6623

Re: Optimizing for speed

Even though I broke the site into sections and crawl them separately, sometimes the script times out after around 3K links. When that happens during the initial indexing I can utilize the "Continue Indexing" option but if the script times out during re-indexing there's no way to continue. ...
by usabilitest
Mon Oct 23, 2023 3:49 am
Forum: Sphider Help
Topic: Optimizing for speed
Replies: 4
Views: 6623

Re: Optimizing for speed

Yes, the Links table is huge. Take quite some time even when I search directly in the table using phpmyadmin...
by usabilitest
Sun Oct 22, 2023 11:01 pm
Forum: Sphider Help
Topic: Optimizing for speed
Replies: 4
Views: 6623

Optimizing for speed

I have a large site. I had to break the sphidering process into smaller chunks and am running it for days. Once the site is crawled it is still a very long process to return the results. I was wondering if there's a way to optimize the schema further to improve it's performance.
by usabilitest
Sun Oct 22, 2023 10:55 pm
Forum: Sphider MODS
Topic: Suggestion: phrase search
Replies: 2
Views: 7170

Re: Suggestion: phrase search

Great, thanks.
by usabilitest
Sat Oct 07, 2023 3:43 pm
Forum: Sphider MODS
Topic: Suggestion: phrase search
Replies: 2
Views: 7170

Suggestion: phrase search

Perhaps the " Minimum word length in order to be indexed" setting should not apply to the "phrase" search type. It could be a part of a name or title.
by usabilitest
Thu Aug 31, 2023 9:27 pm
Forum: Sphider Help
Topic: Unable to login into admin
Replies: 1
Views: 3324

Unable to login into admin

UPDATE: NM - found your post on Aug 26 and replaced my script with 5.2.1. Seems to be working again. ------------------------------ I had a large site to index, so I broke it down into many sites. It took me 3 days to index and then I had to restart my computer. Now, when I go to admin/admin.php pag...