Use of undefined constant title - assumed 'title'

Permalink
hi all

i just wanted to update concrete5, so that it works with php 7.2.
unfortunately i guess, due to some other posts, there are problem(s) with packages?
this the error:
"Use of undefined constant title - assumed 'title' (this will throw an Error in a future version of PHP)"

is there any good idea how to find out which one stikes?

many thanks!

1 Attachment

 
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
If you set the debug settings in the dashboard, you will get a full whoops trace for most errors.
eivissa89 replied on at Permalink Reply 1 Attachment
oh wow – that was helpful.

it works again! one last question, is there another way to update addons without deinstall the old one and reinstall the new one?

thank yoU!!
JohntheFish replied on at Permalink Reply
JohntheFish
All addons have an 'update' that can be clicked in the dashboard. If your site is connected to the marketplace, you just click to update.

Otherwise, you can download the zip from the marketplace, FTP + unzip the updated package, swap the source with the old version, and run the update in the dashboard.

If you find yourself doing a lot of manual package updates, my Package Magic tools can simplify the process.
https://www.concrete5.org/marketplace/addons/package-magic-starter/...
https://www.concrete5.org/marketplace/addons/package-magic...
eivissa89 replied on at Permalink Reply
perfect! thank yoU!