TickTackk
Well-known member
When upgrading to 2.1.8 from 2.1.7 via CLI I receive these errors
There is no source being shown so I had to do classic echo/print to figure out why and turns out the problem is being here
returns
Running XF in a VM which has 1GB memory.
Code:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 40960 bytes) in <xf path>/src/XF/Db/Mysqli/Statement.php on line 125
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 40960 bytes) in <xf path>/src/XF/Db/Mysqli/Statement.php on line 125
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in <xf path>/src/XF/Error.php on line 1
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in <xf path>/src/XF/Error.php on line 1
There is no source being shown so I had to do classic echo/print to figure out why and turns out the problem is being here
src\XF\AddOn\DataType\StyleProperty.php:68
. Running a quick:
SQL:
SELECT COUNT(*)
FROM xf_style_property
WHERE style_id = 0
259
.Running XF in a VM which has 1GB memory.
Last edited: