Re: Installation on Centos7
							
								
							
							
								Reply #2 – 
							
							
						
					
					
						[root@srvcentos elkarte]# rpm -aq | grep -E 'httpd|mariadb|php'
php-common-7.2.9-1.el7.remi.x86_64
mariadb-server-5.5.60-1.el7_5.x86_64
httpd-tools-2.4.6-80.el7.centos.1.x86_64
php-gd-7.2.9-1.el7.remi.x86_64
php-mysqlnd-7.2.9-1.el7.remi.x86_64
mariadb-libs-5.5.60-1.el7_5.x86_64
php-cli-7.2.9-1.el7.remi.x86_64
mariadb-5.5.60-1.el7_5.x86_64
php-7.2.9-1.el7.remi.x86_64
php-pdo-7.2.9-1.el7.remi.x86_64
php-json-7.2.9-1.el7.remi.x86_64
httpd-2.4.6-80.el7.centos.1.x86_64
php-bcmath-7.2.9-1.el7.remi.x86_64
						
						
					
				
				
						
						
							Re: Installation on Centos7
							
								
							
							
								Reply #3 – 
							
							
						
					
					
						Any idea of the problem ?
						
						
					
				
				
						
						
							Re: Installation on Centos7
							
								
							
							
								Reply #4 – 
							
							
						
					
					
						hmm... I just tried an install hare and works find (php 7.2.8 and maria 10.2.16) and looks good.
In your list I don't see the mariadb client, is that correct? (Not really expert of centos and servers configuration in general. xD )
						
						
					
				
				
						
						
							Re: Installation on Centos7
							
								
							
							
								Reply #5 – 
							
							
						
					
					
						White screens make me think of php memory limit. Can you post the php.ini for your php7.2?
						
						
					
				
				
						
						
							Re: Installation on Centos7
							
								
							
							
								Reply #9 – 
							
							
						
					
					
						I put memory_limit = 128M and i have the same problem..
						
						
					
				
				
						
						
							Re: Installation on Centos7
							
								
							
							
								Reply #10 – 
							
							
						
					
					
						Anything in the php or apache error log?
						
						
					
				
				
						
						
							Re: Installation on Centos7
							
								
							
							
								Reply #13 – 
							
							
						
					
					
						Can you post/attach your sources/subs.php I want to see what is going on around line 1914
						
						
					
				
				
						
						
							Re: Installation on Centos7
							
								
							
							
								Reply #14 – 
							
							
						
					
					
						If you have more than one php version (and you probably do, Centos is shipped with php5), the php.ini at /etc/php.ini is probably the wrong one. Check in /etc/opt/remi/72, or something like that. If you edit the php.ini, don't forget to restart php72 for changes to take effect. (This is likely a different service than just php).