alexander-petkov / wfas

A placeholder for the WFAS project.
4 stars 1 forks source link

Rackspace software upgrade #60

Closed alexander-petkov closed 10 months ago

alexander-petkov commented 1 year ago

Tasks ~[x] Apache upgrade: upgraded to version 2.4.35 ~[x] Joomla upgrade: upgraded to version 3.10

  1. Content migration
  2. PHP Upgrade: upgraded to 8.2.10
  3. PhpMyAdmin: upgraded to 5.2.1
  4. Fix PHP problems after upgrade (jpgraph)

List of php files that produce plots:

grep plot -R /etc/httpd/logs/access_log*|cut -d '"' -f 2-|cut -d '?' -f 1|sort|uniq|grep php|cut -d '/' -f 2-|cut -d ' ' -f 1|sort |uniq
data/lib/jpgraph_iconplot.php
data/plotgsi.php
data/plotlineex1.php
favicon.ico
index.php/news-mainmenu-26
new_joomla/nfdr/graphing/plot_sig3.php
nfdr/graphing/plot_PL.php
nfdr/graphing/plot_psa_SFWP.php
nfdr/graphing/plot_sig3.php
nfdr/graphing/plot_sig.php
nfdrs2016/index.php/en/prototype-fire-environment-indicator-plots
nfdrs2016/index.php/en/prototype-fire-environment-indicator-plots/79-technical-documents/78-documents-2
nfdrs2016/index.php/en/prototype-fire-environment-indicator-plots/97-nfdrs2016-blog/96-download-firefamily-version-5-0
plot/fei.php
plot/plot_sig3.php
plot/plot_sig4.php
alexander-petkov commented 11 months ago

How to upgrade PHP to 8.2 on Centos 7: https://computingforgeeks.com/how-to-install-php-8-2-on-centos-rhel-7/

alexander-petkov commented 11 months ago

pChart library is broken after upgrade. Not sure if it is worth fixing for compatibility, or replace with something else

alexander-petkov commented 10 months ago

I am closing this ticket for now, it will be reopened if issues arise.