Kingsley |
|
---|---|
So I decided to try the page siblings plugin on my site.
Because the output was to long I deinstalled and removed the plugin. Guess what haooens next..? Warning: include(plugins/similar/similar.page.php) [function.include]: failed to open stream: No such file or directory in F:\xampp\htdocs\sienna\fraggers\modules\page\inc\page.main.php on line 265 Warning: include() [function.include]: Failed opening 'plugins/similar/similar.page.php' for inclusion (include_path='.;F:\xampp\php\PEAR') in F:\xampp\htdocs\sienna\fraggers\modules\page\inc\page.main.php on line 265 Warning: include(plugins/similar/similar.page.php) [function.include]: failed to open stream: No such file or directory in F:\xampp\htdocs\sienna\fraggers\modules\page\inc\page.main.php on line 265 Warning: include() [function.include]: Failed opening 'plugins/similar/similar.page.php' for inclusion (include_path='.;F:\xampp\php\PEAR') in F:\xampp\htdocs\sienna\fraggers\modules\page\inc\page.main.php on line 265 Warning: include(plugins/similar/similar.page.php) [function.include]: failed to open stream: No such file or directory in F:\xampp\htdocs\sienna\fraggers\modules\page\inc\page.main.php on line 265 Warning: include() [function.include]: Failed opening 'plugins/similar/similar.page.php' for inclusion (include_path='.;F:\xampp\php\PEAR') in F:\xampp\htdocs\sienna\fraggers\modules\page\inc\page.main.php on line 265 WHELP!
|
Trustmaster |
|
---|---|
Well, there is not a single quote of "similar" in page siblings plugin. So I guess it's Similar Pages you have removed from disk but haven't uninstalled in admin.php?m=extensions (have a look, it should be displayed as "Broken" there and you can uninstall it). May the Source be with you!
|
Kingsley |
|
---|---|
*snif* I deserve this: http://massmultiverse.files.wordpress.com/2011/05/facepalm_implied1.jpg Added 9 minutes later: Ha, not completely.. Now I remember (it was very early this morning when the error occured..) I tried to install it, but it didn't install (although dl pages says plugin is meant for genoa and siena), just returned to the plugin detail page. (When (similar pages) folder is removed I do not see anything concerning similar pages. when I put the similar pages folder back, all I can do is install.)
tried the page siblings plugin directly after that. I removed that one coz it displayed the full path to the pages. |
|
Dieser Beitrag wurde von Kingsley (am 14. Januar 2012, 18:50, vor 13 Jahre) bearbeitet |
Trustmaster |
|
---|---|
Did you download similar pages for siena from here? Well, it might be really broken if SQL query crashed during installation of that plugin. If it was just partially installed, it explains the behavior you described. Then you can get rid of the errors by fixing it in phpMyAdmin manually: DELETE FROM cot_plugins WHERE pl_code = 'similar'; DELETE FROM cot_config WHERE config_cat = 'similar'; DELETE FROM cot_auth WHERE auth_option = 'similar'; TRUNCATE TABLE cot_cache; May the Source be with you!
|
Kingsley |
|
---|---|
thx.. the version I used I've got emailed from kort.. switched it with yours.. Added 6 hours later: gives an error too whilst installing (same error on a live site):
Fatal error: Cannot redeclare cot_cut_more() (previously declared in F:\xampp\htdocs\sienna\fraggers\modules\page\inc\page.functions.php:34) in F:\xampp\htdocs\sienna\fraggers\modules\page\inc\page.functions.php on line 55
Added 22 hours later: with your version: error during install: Fatal error: Cannot redeclare cot_cut_more() (previously declared in F:\xampp\htdocs\sienna\fraggers\modules\page\inc\page.functions.php:34) in F:\xampp\htdocs\sienna\fraggers\modules\page\inc\page.functions.php on line 55 afterwhich: http://www.cotonti.com/datas/users/example_133.png with as a result on pages: 2012-01-16 03:00 Fatal error: SQL error HY000: General error: 1191 Can't find FULLTEXT index matching the column list #0 cot_diefatal(SQL error HY000: General error: 1191 Can't find FULLTEXT index matching the column list) called at [F:\xampp\htdocs\sienna\fraggers\system\database.php:449] #1 CotDB->query(SELECT p.*, u.* FROM cot_pages AS p LEFT JOIN cot_users AS u ON u.user_id=p.page_ownerid WHERE (p.page_state='0' OR p.page_state='2') AND p.page_id != 5 AND MATCH (page_title) AGAINST ('testing 5')>3 LIMIT 5) called at [F:\xampp\htdocs\sienna\fraggers\plugins\similarpages\similarpages.php:44] #2 include(F:\xampp\htdocs\sienna\fraggers\plugins\similarpages\similarpages.php) called at [F:\xampp\htdocs\sienna\fraggers\modules\page\inc\page.main.php:265] #3 require_once(F:\xampp\htdocs\sienna\fraggers\modules\page\inc\page.main.php) called at [F:\xampp\htdocs\sienna\fraggers\modules\page\page.php:43] #4 require_once(F:\xampp\htdocs\sienna\fraggers\modules\page\page.php) called at [F:\xampp\htdocs\sienna\fraggers\index.php:96]
|
|
Dieser Beitrag wurde von Kingsley (am 16. Januar 2012, 02:57, vor 13 Jahre) bearbeitet |