SSEP Scrip - Errors when indexing pages
Posted: 25 Feb 2015, 02:52
I sent an email including all files from my tests. I'd like to report these errors:
1. First time re-indexing the error was 'Fatal error: Maximum function nesting level of '100' reached'.
Solution was to comment this line in php.ini:
2. When re-indexing:
Observation:
If ssep3.ssep_url_0 is present it looked for ssep3.ssep_url_1
If ssep3.ssep_pgd_0 is present it looked for ssep3.ssep_pgd_1
Solution: I had to manually add the missing tables.
3. File/folder permission from web server preventing access or preventing to re-ndex. Despite changing Access List to permissive, and file/folder permissions to 775. Left me wondering about security if I use this in live machine.
Status: Re-indexing cannot read the html files; unsolved.
Thanks.
1. First time re-indexing the error was 'Fatal error: Maximum function nesting level of '100' reached'.
Solution was to comment this line in php.ini:
Code: Select all
zend_extension = "F:/wamp-win7/bin/php/php5.4.3/zend_ext/php_xdebug-2.2.0-5.4-vc9.dll"
Code: Select all
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ssep3.ssep_url_0' doesn't exist
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ssep3.ssep_pgd_0' doesn't exist
If ssep3.ssep_url_0 is present it looked for ssep3.ssep_url_1
If ssep3.ssep_pgd_0 is present it looked for ssep3.ssep_pgd_1
Solution: I had to manually add the missing tables.
3. File/folder permission from web server preventing access or preventing to re-ndex. Despite changing Access List to permissive, and file/folder permissions to 775. Left me wondering about security if I use this in live machine.
Status: Re-indexing cannot read the html files; unsolved.
Thanks.