Forums / Cotonti / Extensions / Support / Page siblings errors

Kingsley
#1 2012-01-14 14:56

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..?

Although the plug-in isn't even availible anymore, I still get these errors on top of every page:

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
#2 2012-01-14 18:29

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
#3 2012-01-14 18:38

*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.
While the page siblings plugin was running I didn't see these errors. they appeared when I removed it. Hence the confusion..

How do I get rid of these errors, when I cant install the similar pages plugin to begin with?

This post was edited by Kingsley (2012-01-14 18:50, 12 years ago)
Trustmaster
#4 2012-01-14 19:25

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
#5 2012-01-14 20:23

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]

 

This post was edited by Kingsley (2012-01-16 02:57, 12 years ago)