A PHP Error was encountered

Severity: 8192

Message: Methods with the same name as their class will not be constructors in a future version of PHP; FPDF has a deprecated constructor

Filename: libraries/Fpdf.php

Line Number: 12

Backtrace:

File: /home/creati17/public_html/aplikasi/controllers/Home.php
Line: 7
Function: __construct

File: /home/creati17/public_html/index.php
Line: 315
Function: require_once

Kategori Linux - Jamal Firdaus
Cara intall python 3 pada contos 7 22 July 2025

Cara intall python 3 pada contos 7

Python bawaan CentOS 7 dipakai sistem (versi 2.7), tidak disarankan dihapus, tapi kamu bisa install Python 3.11 secara paralel: 1. Install dependensi: sudo yum groupinstall "Development Tools" -y sudo yum install gcc openssl-devel bzip2-devel libffi-devel wget -y 2...
Cara Upgrade Php 7 ke version 8 via centos 7 23 July 2025

Cara Upgrade Php 7 ke version 8 via centos 7

Untuk upgrade PHP 7 ke PHP 8 di CentOS 7, kamu bisa mengikuti langkah-langkah berikut. Pastikan kamu punya akses root atau menggunakan sudo. Proses ini menggunakan EPEL dan Remi repository, yang sangat umum untuk mengelola versi PHP di CentOS. Langkah-langkah Upgrade PHP 7 ke PHP 8 di Cen...