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!
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!
If you set the debug settings in the dashboard, you will get a full whoops trace for most errors.
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!!
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!!
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...
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...
perfect! thank yoU!