29 vues
New page getting ht issue of Strict Standards: Static function Driver::connect() should not be abstr
amirgee007

1 sujet, 1 réponse

Message non lu
hi ai am amir i have installed them according to documentation but i am getting this error... can you please help me to get rid of it???

Strict Standards: Static function Driver::connect() should not be abstract in /home4/savagegaming/neofrag.savage.gg/neofrag/classes/driver.php on line 66

Strict Standards: Static function Driver::get_info() should not be abstract in /home4/savagegaming/neofrag.savage.gg/neofrag/classes/driver.php on line 67

Strict Standards: Static function Driver::get_size() should not be abstract in /home4/savagegaming/neofrag.savage.gg/neofrag/classes/driver.php on line 68

Strict Standards: Static function Driver::escape_string() should not be abstract in /home4/savagegaming/neofrag.savage.gg/neofrag/classes/driver.php on line 69

Strict Standards: Static function Driver::check_foreign_keys() should not be abstract in /home4/savagegaming/neofrag.savage.gg/neofrag/classes/driver.php on line 70

Strict Standards: Static function Driver::fetch() should not be abstract in /home4/savagegaming/neofrag.savage.gg/neofrag/classes/driver.php on line 71

Strict Standards: Static function Driver::free() should not be abstract in /home4/savagegaming/neofrag.savage.gg/neofrag/classes/driver.php on line 72

Strict Standards: Static function Driver::lock() should not be abstract in /home4/savagegaming/neofrag.savage.gg/neofrag/classes/driver.php on line 73

Strict Standards: Static function Driver::unlock() should not be abstract in /home4/savagegaming/neofrag.savage.gg/neofrag/classes/driver.php on line 74

Strict Standards: Static function Driver::tables() should not be abstract in /home4/savagegaming/neofrag.savage.gg/neofrag/classes/driver.php on line 75

Strict Standards: Static function Driver::table_create() should not be abstract in /home4/savagegaming/neofrag.savage.gg/neofrag/classes/driver.php on line 76

Strict Standards: Static function Driver::table_columns() should not be abstract in /home4/savagegaming/neofrag.savage.gg/neofrag/classes/driver.php on line 77 on my home page
2 participants
1 réponse
FoxLey

25 sujets, 573 réponses

Staff
Message non lu
Hello,

You can hide those recommendations adding this line in config/db.php: ini_set('display_errors', FALSE);
The best solution is to switch to PHP 7
GitHub