Hi,
so the update... on live site... bad idea... lot of old modules doesn't work anymore. Ok.. removed them from FTP.
But still site is not loading, following entry in the log:
--- 2019-02-11T12:51:34+01:00 Type: Error Message: Call to protected BxDolDb::__construct() from context 'BxDolPageView' File: /var/www/vhosts/TLD.com/httpdocs/new/inc/classes/BxDolPageView.php(721) : eval()'d code Line: 2 Trace: #0 /var/www/vhosts/TLD.com/httpdocs/new/inc/classes/BxDolPageView.php(721): eval()<br /> #1 /var/www/vhosts/TLD.com/httpdocs/new/inc/classes/BxDolPageView.php(399): BxDolPageView->getBlockCode_PHP(498, '$iProfileID = g...')<br /> #2 /var/www/vhosts/TLD.com/httpdocs/new/inc/classes/BxDolPageView.php(315): BxDolPageView->genBlock(498, Array)<br /> #3 /var/www/vhosts/TLD.com/httpdocs/new/inc/classes/BxDolPageView.php(223): BxDolPageView->genColumn(2)<br /> #4 /var/www/vhosts/TLD.com/httpdocs/new/inc/classes/BxDolPageView.php(263): BxDolPageView->gen()<br /> #5 /var/www/vhosts/TLD.com/httpdocs/new/index.php(57): BxDolPageView->getCode()<br /> #6 {main}
so that's a Dolphin funciton, what's wrong?
|
Hello trunky!
Hope you made a backup of your fiels and database as we aware before any upgrade procedure. About your current trouble - try to clear the content of cache and cache_public folders (except the .htaccess files) via FTP as the quickest attempt.
|
Hi, thanks, yes sure I have a backup. Cleaning the folders did not have an effect, I've tried that. |
Is it possible to get your Control Panel access details? If yes, plz provide to me via Private mail here. |
It looks like you have some php code block with some code which isn't compatible with PHP 7 or Dolphin 7.4. You need to disable this custom block or fix the PHP code in it. Rules → http://www.boonex.com/terms |
Manual Code Block or can it be an extension? |
Manual Code Block or can it be an extension?
It maybe one or/and another.
Rules → http://www.boonex.com/terms |
Ok well, have had a problem with some old Daenos and moddz (and other) extensions. I have removed them for the upgrade, the error was like they complained about
parent::BxDolModule($aModule);
in the constructor. I've checked your code like on the moxxie module and it does the same. Changed
require_once($path.'BxDolModule);
to
bx_import('BxDolModule);
but did not help either. Do you have any hint on this? (exact error description I would need to apply the update again)
|
Hello trunky!
I may suggest that you need to change this line:
parent::BxDolModule($aModule);
to the next one:
parent::__construct($aModule);
|
Hello trunky!
I may suggest that you need to change this line:
parent::BxDolModule($aModule);
to the next one:
parent::__construct($aModule);
To make things go easier; can you provide us with the complete list? I am sure notes were made so passing those along would be so kind.
Geeks, making the world a better place |