Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Auto Installer > Bugs > Topic : ImpressPages has Core Bug. Here is Fix.



Threaded Mode | Print  

 ImpressPages has Core Bug. Here is Fix. (1 Replies, Read 31180 times)
johnywhy
Group: Member
Post Group: Newbie
Posts: 11
Status:
On fresh install of 5.0.3, the following error appears on the site homepage:
Quote
assert(): Calling assert() with a string argument is deprecated in /Ip/Internal/Revision.php:44

Here's the fix:

Change line 44, from:
PHP Code

 assert('$pageId > 0'); 


to
PHP Code

 assert($pageId 0); 

IP: --   

ImpressPages has Core Bug. Here is Fix.
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5640
Status:
Hi,

It looks like this happens with PHP 7.2 as "Using string as the assertion is DEPRECATED as of PHP 7.2"

The code is not yet updated in the ImpressPages package hence we will wait for them to update it.

Once they launch the updated package we will update it in Softaculous immediately.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 28, 2024, 11:16 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.021