I just upgraded to v6.0 from 5.1 and subfolders seem to be downloaded by the indexer but files within those folders aren't being found or indexed (nothing showing as "skipped").
I have a library.php page in my root directory that links to /library/, which is where I'm starting the indexer. That folder has 127 subfolders and a few PDF files in it. The PDF files are being indexed but nothing in the subfolders.
If I start indexing at (root)/library.php, then everything in (root) gets indexed but only files in (root), no subfolders. I want to start in the /library/ subfolder and index everything within that folder and all subfolders.
I embedded search.php in a zoom_search.php page with requisite header and footer includes. In addition to no results (other than the PDF files in /library/), I am getting the following error above <?php virtual("search.php"); ?> in zoom_search.php:
Warning: Cannot modify header information - headers already sent by (output started at /home/wwwturf/public_html/library/zoom/zoom_search.php:9) in /home/wwwturf/public_html/library/zoom/search.php on line 99
The index results indicate:
Files indexed: 16 (the PDF files in the /library/ folder)
Files skipped: 68
URLs visited by spider: 146
.php files found: 2
Any help would be appreciated.
I have a library.php page in my root directory that links to /library/, which is where I'm starting the indexer. That folder has 127 subfolders and a few PDF files in it. The PDF files are being indexed but nothing in the subfolders.
If I start indexing at (root)/library.php, then everything in (root) gets indexed but only files in (root), no subfolders. I want to start in the /library/ subfolder and index everything within that folder and all subfolders.
I embedded search.php in a zoom_search.php page with requisite header and footer includes. In addition to no results (other than the PDF files in /library/), I am getting the following error above <?php virtual("search.php"); ?> in zoom_search.php:
Warning: Cannot modify header information - headers already sent by (output started at /home/wwwturf/public_html/library/zoom/zoom_search.php:9) in /home/wwwturf/public_html/library/zoom/search.php on line 99
The index results indicate:
Files indexed: 16 (the PDF files in the /library/ folder)
Files skipped: 68
URLs visited by spider: 146
.php files found: 2
Any help would be appreciated.
Comment