Jump to content

Recommended Posts

Hello guys..
i try to install my homepage with install.php and i get this error:

Config-Erstellung


Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /storage/h3/978/617978/public_html/install.php:290 Stack trace: #0 {main} thrown in /storage/h3/978/617978/public_html/install.php on line 290


When i write my ip at config.inc.php and all the configs that need my ip, i get this message: Parse error: syntax error, unexpected end of file in /storage/h3/978/617978/public_html/index.php on line 375

First photo is for line 290 and second for line 375.
Can you help me..?

Screenshot_5.jpg

Screenshot_3.png

Link to comment
Share on other sites

  • Honorable Member

As mentioned before:

If you use PHP >= 7 you have to use MySQLi or PDO. If you use a lower version of PHP you should check if the mysql module is loaded by your webserver.

 

If you're not familiar with PHP you can try to change everything to mysqli - it's likely the same.

http://php.net/manual/de/book.mysqli.php

  • Metin2 Dev 1
  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.