Error loop on modifying messages

Started by VLSK, March 29, 2020, 11:06:26 PM

Previous topic - Next topic

VLSK

I get following Error loop when i try to modify messages

SMF version 2.1 rc2 and no mod installed

array(5)
{
[0]=> array(3)
{
["file"]=> string(72) "D:\Inetpub\vhosts\......\Sources\Search.php" ["line"]=> int(2178) ["function"]=> string(9) "log_error"
}
[1]=> array(3)
{
["file"]=> string(75) "D:\Inetpub\vhosts\......\Sources\Subs-Post.php" ["line"]=> int(2251) ["function"]=> string(13) "findSearchAPI"
}
[2]=> array(3)
{
["file"]=> string(70) "D:\Inetpub\vhosts\......\Sources\Post.php" ["line"]=> int(2199) ["function"]=> string(10) "modifyPost"
}
[3]=> array(1)
{
["function"]=> string(5) "Post2"
}
[4]=> array(3)
{
["file"]=> string(63) "D:\Inetpub\vhosts\......\index.php" ["line"]=> int(151) ["function"]=> string(14) "call_user_func"
}
}
Error loop.


Can someone help me?

vbgamer45

Do you have a custom search settings setup? Such as fulltext or different search engine?
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

VLSK


vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

VLSK


VLSK

In Sources/Class-SearchAPI.php, perform the following find & replace action. On an unmodified installation of 2.1 RC2, the relevant line of code can be found on line 148.

Code: (Find) [Select]
public $version_compatible = 'SMF 2.1 RC1';


Code: (Replace) [Select]
public $version_compatible = 'SMF 2.1 RC2';



To make this change, just download the file with your FTP client, edit it with a text editor, and then upload the edited copy.

VLSK


vbgamer45

NP forgot about that. That has been fixed in latest builds.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Advertisement: