• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

PHP 5.3.3 is required

hejd12345

New Member
Joined
Apr 11, 2012
Messages
255
Reaction score
1
Location
Sweden
I get this message in my web browser when I am trying to setup my webite:
Code:
PHP 5.3.3 is required

WINDOWS:
Download and use the latest Uniform Server.
CLICK ME to get to their website.
XAMPP sucks and is insecure. Kthxbye.

LINUX DEBIAN:
Edit /etc/apt/sources.list
etc if you use nano text editor, make sure you are root and do
nano /etc/apt/sources.list

At the bottom, add this:

deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all

save file.

Then in terminal, do these 2 commands:
gpg --keyserver keys.gnupg.net --recv-key 89DF5277

gpg -a --export 89DF5277 | sudo apt-key add -

And then do these 2 commands:

apt-get update
apt-get upgrade

You now have the latest stable PHP version.
I downloaded the latest Uniform Server as it says since I got Windows but it does not work.
Any suggestions?
 
The latest uniform server gives you at least PHP verion 5.4.25 with the option to switch to 5.6 :/
Create a file called info.php
and insert this into it:
PHP:
<?php
echo phpinfo();
?>

And visit it in the brower, it will tell you which version you are running.
 
The latest uniform server gives you at least PHP verion 5.4.25 with the option to switch to 5.6 :/
Create a file called info.php
and insert this into it:
PHP:
<?php
echo phpinfo();
?>

And visit it in the brower, it will tell you which version you are running.
Now this line appears under the previous message:
You now have the latest stable PHP version.
 
Last edited:
I managed to solve that problem but now I get a new one.
The ACC installer shows up, https://imgur.com/7NL8n8q
I have uploaded my "www" folder into mywebsite.se/public_html.
Should I upload my database somewhere? In case I should, how do I configure so my website searches for the mysql.sql in another place?
 
Back
Top