V
vVv
Guest
Since moving to new Mike Edge's host, which is amazing actually, the "/home/myuser/public_html/" paths aren't including the "/home/" but now "/home2/ ... which all my resources, everything were installed originally for "/home/myuser/public_html/" .. getting errors in debug mode... some resources, are lagging, slowing down site... Is there a way to globally change / update BLOBs in database for the home path change?
Viewing thread gives... I tried disabling ALL resources, and the site speeds up amazingly... But the below error still exists and another error for "thread_view" as well..
Also, when having "Borbole's guest/invalid thread view limit" resource installed, it gives white page when trying to search my own "messages" from the member card... but if I view someone with lesser message count, it works. Disabling that resource, it all works too.
Thread thumbnails, post as user, avatar of last poster, login as user, disabling alot of the "thread related" resources, really speeds up the site too. I'm just assuming / guessing, the home path needs changed globally, and not sure how to do it?
Also, viewing this page: http://feetfotos.com/admin.php?tools/phpinfo
says the "Include_path" is /home/ not /home2/ and I dunno how to change that either lol! I also rebuilt master data as well. Still no go. Do I have to reinstall all the resources FRESH again? Or is there query to run some where, to update ALL BLOBS in database with new home paths or what-not..
NOT: /home/
BUT: /home2/
Viewing thread gives... I tried disabling ALL resources, and the site speeds up amazingly... But the below error still exists and another error for "thread_view" as well..
Code:
Template Errors: thread_online
Illegal string offset 'thumbnailUrl' in /home/myuser/public_html/library/XenForo/Template/Abstract.php(529) : eval()'d code, line 2076:
2075: <li id="' . (($__compilerVar74) ? ('AttachedFileTemplate') : ('attachment' . htmlspecialchars($__compilerVar75['attachment_id']))) . '"
2076: class="AttachedFile ' . (($__compilerVar75['thumbnailUrl']) ? ('AttachedImage') : ('')) . ' secondaryContent">
2077:
Illegal string offset 'thumbnailUrl' in /home/myuser/public_html/library/XenForo/Template/Abstract.php(529) : eval()'d code, line 2080:
2079: ';
2080: if ($__compilerVar75['thumbnailUrl'])
2081: {
Illegal string offset 'filename' in /home/myuser/public_html/library/XenForo/Template/Abstract.php(529) : eval()'d code, line 2095:
2094: $__compilerVar76 .= '
2095: <!--<img src="' . XenForo_Template_Helper_Core::styleProperty('imagePath') . '/xenforo/widgets/page.png" alt="' . htmlspecialchars($__compilerVar75['filename']) . '" />-->
2096: <span class="genericAttachment"></span>
Illegal string offset 'filename' in /home/myuser/public_html/library/XenForo/Template/Abstract.php(529) : eval()'d code, line 2103:
2102: <div class="AttachmentText">
2103: <div class="Filename"><a href="' . XenForo_Template_Helper_Core::link('attachments', $__compilerVar75, array()) . '" target="_blank">' . htmlspecialchars($__compilerVar75['filename']) . '</a></div>
2104:
Also, when having "Borbole's guest/invalid thread view limit" resource installed, it gives white page when trying to search my own "messages" from the member card... but if I view someone with lesser message count, it works. Disabling that resource, it all works too.
Thread thumbnails, post as user, avatar of last poster, login as user, disabling alot of the "thread related" resources, really speeds up the site too. I'm just assuming / guessing, the home path needs changed globally, and not sure how to do it?
Also, viewing this page: http://feetfotos.com/admin.php?tools/phpinfo
says the "Include_path" is /home/ not /home2/ and I dunno how to change that either lol! I also rebuilt master data as well. Still no go. Do I have to reinstall all the resources FRESH again? Or is there query to run some where, to update ALL BLOBS in database with new home paths or what-not..
NOT: /home/
BUT: /home2/