dongwei4652 2016-12-04 21:14
浏览 82

如何解决cpanel服务器中的PHP错误日志导致空白屏幕php页面

Good day to everyone. I found this below php coding errors in the "error_log" which is in my cpanel server root directory, causing the php page for a schoolsystem I developed to be blank screen on browsers. I have tried, all I could but not working for me.

**`BELOW IS THE ERROR_LOG CONTENT:`**

[03-Dec-2016 10:17:36 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function mysql_pconnect() in /home/xayoutys/public_html/schoolsystem/functions/connection.php:14
Stack trace:
#0 /home/xayoutys/public_html/schoolsystem/setup.php(4): include()
#1 {main}
  thrown in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 10:19:06 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function mysql_pconnect() in /home/xayoutys/public_html/schoolsystem/functions/connection.php:14
Stack trace:
#0 /home/xayoutys/public_html/schoolsystem/setup.php(4): include()
#1 {main}
  thrown in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 10:19:21 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function mysql_pconnect() in /home/xayoutys/public_html/schoolsystem/functions/connection.php:14
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined index: style in /home/xayoutys/public_html/schoolsystem/setup.php on line 17
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined index: url in /home/xayoutys/public_html/schoolsystem/setup.php on line 18
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined index: name in /home/xayoutys/public_html/schoolsystem/setup.php on line 19
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined index: save in /home/xayoutys/public_html/schoolsystem/setup.php on line 20
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined index: stype in /home/xayoutys/public_html/schoolsystem/setup.php on line 21
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined index: import in /home/xayoutys/public_html/schoolsystem/setup.php on line 23
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined index: username in /home/xayoutys/public_html/schoolsystem/setup.php on line 24
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined index: password in /home/xayoutys/public_html/schoolsystem/setup.php on line 25
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined index: host in /home/xayoutys/public_html/schoolsystem/setup.php on line 26
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined index: database in /home/xayoutys/public_html/schoolsystem/setup.php on line 27
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 262
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 262
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 278
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 278
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 288
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 288
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 298
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 298
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 308
[03-Dec-2016 10:21:20 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 308
[03-Dec-2016 10:22:52 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 10:22:52 UTC] PHP Notice:  Undefined index: style in /home/xayoutys/public_html/schoolsystem/setup.php on line 17
[03-Dec-2016 10:22:52 UTC] PHP Notice:  Undefined index: url in /home/xayoutys/public_html/schoolsystem/setup.php on line 18
[03-Dec-2016 10:22:52 UTC] PHP Notice:  Undefined index: name in /home/xayoutys/public_html/schoolsystem/setup.php on line 19
[03-Dec-2016 10:22:52 UTC] PHP Notice:  Undefined index: save in /home/xayoutys/public_html/schoolsystem/setup.php on line 20
[03-Dec-2016 10:22:52 UTC] PHP Notice:  Undefined index: stype in /home/xayoutys/public_html/schoolsystem/setup.php on line 21
[03-Dec-2016 10:22:52 UTC] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/setup.php on line 47
[03-Dec-2016 10:22:53 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined index: style in /home/xayoutys/public_html/schoolsystem/setup.php on line 17
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined index: url in /home/xayoutys/public_html/schoolsystem/setup.php on line 18
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined index: name in /home/xayoutys/public_html/schoolsystem/setup.php on line 19
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined index: save in /home/xayoutys/public_html/schoolsystem/setup.php on line 20
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined index: stype in /home/xayoutys/public_html/schoolsystem/setup.php on line 21
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined index: import in /home/xayoutys/public_html/schoolsystem/setup.php on line 23
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined index: username in /home/xayoutys/public_html/schoolsystem/setup.php on line 24
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined index: password in /home/xayoutys/public_html/schoolsystem/setup.php on line 25
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined index: host in /home/xayoutys/public_html/schoolsystem/setup.php on line 26
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined index: database in /home/xayoutys/public_html/schoolsystem/setup.php on line 27
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined variable: aval in /home/xayoutys/public_html/schoolsystem/setup.php on line 136
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined variable: ain in /home/xayoutys/public_html/schoolsystem/setup.php on line 163
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 173
[03-Dec-2016 10:22:53 UTC] PHP Notice:  Undefined variable: aval in /home/xayoutys/public_html/schoolsystem/setup.php on line 188
[03-Dec-2016 10:24:02 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 10:24:02 UTC] PHP Notice:  Undefined index: import in /home/xayoutys/public_html/schoolsystem/setup.php on line 23
[03-Dec-2016 10:24:02 UTC] PHP Notice:  Undefined index: username in /home/xayoutys/public_html/schoolsystem/setup.php on line 24
[03-Dec-2016 10:24:02 UTC] PHP Notice:  Undefined index: password in /home/xayoutys/public_html/schoolsystem/setup.php on line 25
[03-Dec-2016 10:24:02 UTC] PHP Notice:  Undefined index: host in /home/xayoutys/public_html/schoolsystem/setup.php on line 26
[03-Dec-2016 10:24:02 UTC] PHP Notice:  Undefined index: database in /home/xayoutys/public_html/schoolsystem/setup.php on line 27
[03-Dec-2016 10:24:05 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Undefined index: import in /home/xayoutys/public_html/schoolsystem/setup.php on line 23
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Undefined index: username in /home/xayoutys/public_html/schoolsystem/setup.php on line 24
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Undefined index: password in /home/xayoutys/public_html/schoolsystem/setup.php on line 25
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Undefined index: host in /home/xayoutys/public_html/schoolsystem/setup.php on line 26
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Undefined index: database in /home/xayoutys/public_html/schoolsystem/setup.php on line 27
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 262
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 262
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 278
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 278
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 288
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 288
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 298
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 298
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 308
[03-Dec-2016 11:21:39 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 308
[03-Dec-2016 11:26:58 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 11:27:07 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 11:27:09 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined index: style in /home/xayoutys/public_html/schoolsystem/setup.php on line 17
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined index: url in /home/xayoutys/public_html/schoolsystem/setup.php on line 18
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined index: name in /home/xayoutys/public_html/schoolsystem/setup.php on line 19
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined index: save in /home/xayoutys/public_html/schoolsystem/setup.php on line 20
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined index: stype in /home/xayoutys/public_html/schoolsystem/setup.php on line 21
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined index: import in /home/xayoutys/public_html/schoolsystem/setup.php on line 23
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined index: username in /home/xayoutys/public_html/schoolsystem/setup.php on line 24
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined index: password in /home/xayoutys/public_html/schoolsystem/setup.php on line 25
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined index: host in /home/xayoutys/public_html/schoolsystem/setup.php on line 26
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined index: database in /home/xayoutys/public_html/schoolsystem/setup.php on line 27
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 262
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 262
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 278
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 278
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 288
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 288
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 298
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 298
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 308
[03-Dec-2016 11:27:09 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 308
[03-Dec-2016 11:27:40 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 11:27:40 UTC] PHP Notice:  Undefined index: style in /home/xayoutys/public_html/schoolsystem/setup.php on line 17
[03-Dec-2016 11:27:40 UTC] PHP Notice:  Undefined index: url in /home/xayoutys/public_html/schoolsystem/setup.php on line 18
[03-Dec-2016 11:27:40 UTC] PHP Notice:  Undefined index: name in /home/xayoutys/public_html/schoolsystem/setup.php on line 19
[03-Dec-2016 11:27:40 UTC] PHP Notice:  Undefined index: save in /home/xayoutys/public_html/schoolsystem/setup.php on line 20
[03-Dec-2016 11:27:40 UTC] PHP Notice:  Undefined index: stype in /home/xayoutys/public_html/schoolsystem/setup.php on line 21
[03-Dec-2016 11:27:40 UTC] PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/setup.php on line 47
[03-Dec-2016 11:27:41 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined index: style in /home/xayoutys/public_html/schoolsystem/setup.php on line 17
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined index: url in /home/xayoutys/public_html/schoolsystem/setup.php on line 18
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined index: name in /home/xayoutys/public_html/schoolsystem/setup.php on line 19
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined index: save in /home/xayoutys/public_html/schoolsystem/setup.php on line 20
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined index: stype in /home/xayoutys/public_html/schoolsystem/setup.php on line 21
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined index: import in /home/xayoutys/public_html/schoolsystem/setup.php on line 23
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined index: username in /home/xayoutys/public_html/schoolsystem/setup.php on line 24
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined index: password in /home/xayoutys/public_html/schoolsystem/setup.php on line 25
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined index: host in /home/xayoutys/public_html/schoolsystem/setup.php on line 26
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined index: database in /home/xayoutys/public_html/schoolsystem/setup.php on line 27
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined variable: aval in /home/xayoutys/public_html/schoolsystem/setup.php on line 136
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 136
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined variable: ain in /home/xayoutys/public_html/schoolsystem/setup.php on line 136
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 136
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined variable: ain in /home/xayoutys/public_html/schoolsystem/setup.php on line 136
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 136
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined variable: ain in /home/xayoutys/public_html/schoolsystem/setup.php on line 163
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 163
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined variable: aval in /home/xayoutys/public_html/schoolsystem/setup.php on line 173
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 173
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Undefined variable: aval in /home/xayoutys/public_html/schoolsystem/setup.php on line 188
[03-Dec-2016 11:27:41 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 188
[03-Dec-2016 11:27:59 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 11:27:59 UTC] PHP Notice:  Undefined index: import in /home/xayoutys/public_html/schoolsystem/setup.php on line 23
[03-Dec-2016 11:27:59 UTC] PHP Notice:  Undefined index: username in /home/xayoutys/public_html/schoolsystem/setup.php on line 24
[03-Dec-2016 11:27:59 UTC] PHP Notice:  Undefined index: password in /home/xayoutys/public_html/schoolsystem/setup.php on line 25
[03-Dec-2016 11:27:59 UTC] PHP Notice:  Undefined index: host in /home/xayoutys/public_html/schoolsystem/setup.php on line 26
[03-Dec-2016 11:27:59 UTC] PHP Notice:  Undefined index: database in /home/xayoutys/public_html/schoolsystem/setup.php on line 27
[03-Dec-2016 11:28:00 UTC] PHP Deprecated:  mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xayoutys/public_html/schoolsystem/functions/connection.php on line 14
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined index: style in /home/xayoutys/public_html/schoolsystem/setup.php on line 17
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined index: url in /home/xayoutys/public_html/schoolsystem/setup.php on line 18
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined index: name in /home/xayoutys/public_html/schoolsystem/setup.php on line 19
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined index: save in /home/xayoutys/public_html/schoolsystem/setup.php on line 20
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined index: stype in /home/xayoutys/public_html/schoolsystem/setup.php on line 21
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined index: import in /home/xayoutys/public_html/schoolsystem/setup.php on line 23
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined index: username in /home/xayoutys/public_html/schoolsystem/setup.php on line 24
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined index: password in /home/xayoutys/public_html/schoolsystem/setup.php on line 25
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined index: host in /home/xayoutys/public_html/schoolsystem/setup.php on line 26
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined index: database in /home/xayoutys/public_html/schoolsystem/setup.php on line 27
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 262
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 262
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 278
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 278
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 288
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 288
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 298
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 298
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Undefined variable: val in /home/xayoutys/public_html/schoolsystem/setup.php on line 308
[03-Dec-2016 21:09:01 UTC] PHP Notice:  Trying to get property of non-object in /home/xayoutys/public_html/schoolsystem/setup.php on line 308

CONNECTION.PHP Code:

<?php
$aut_host = 'localhost';//e.g localhost
$aut_user = 'xayoutys_sman';
$aut_pass = 'school009#';
$aut_db = 'xayoutys_sman';

//$connect = mysql_pconnect('localhost', 'root', '');
//mysql_select_db('xsman');

/*$connect = mysql_pconnect('127.0.0.1', 'kokotrad_sman', 'cool');
$xtzone = mysql_query("SET time_zone = 'Africa/Lagos'");
mysql_select_db('kokotrad_sman');*/

$connect = mysqli_connect( 'localhost', 'xayoutys_sman', 'school009#');
$xtzone = mysql_query("SET time_zone = 'Africa/Lagos'");
mysql_select_db('xayoutys_sman');

if(@$page != 'setup')
{
//school type
$qtype = mysql_query("select type from type where id = 1");
$qtype_row = mysql_fetch_row($qtype);
$type = $qtype_row[0];

//sms sender id
$xsendq = mysql_query("select sender from smsapi where id = 1");
if(mysql_num_rows($xsendq) > 0)
{
    $xsendq_row = mysql_fetch_row($xsendq);
    $xsender = $xsendq_row[0];
}

//get style
$cstyle = mysql_query("select style, school_name, url, logo_ext from info where id = 1");
$cstyle_row = mysql_fetch_row($cstyle);
$xcstyle = $cstyle_row[0];
$csch_name = $cstyle_row[1];
$curlx = $cstyle_row[2];
$clogo_ext = $cstyle_row[3];

if($type == 'university')
{
    $tl = 'Lecturer';
    $cac = 'Association';
    $cco = 'Course';
}
elseif($type == 'school')
{
    $tl = 'Teacher';
    $cac = 'Club';
    $cco = 'Subject';
}

}//setup
?>

SETUP.PHP CODES

<?php
$page = 'setup';

include('functions/connection.php');
include('functions/error_success.php');
include('objects/query.php');
include('objects/upload_download.php');

//check stat
$check = new select();
$check->pick('info', 'stat', 'id', "1", '', 'record', '', '', '=', '');
if($check->count > 0)
{
    $check_row = mysql_fetch_row($check->query);
}

$style = $_POST['style'];
$url = $_POST['url'];
$name = $_POST['name'];
$save = $_POST['save'];
$stype = $_POST['stype'];

$import = $_POST['import'];
$username = $_POST['username'];
$password = $_POST['password'];
$host = $_POST['host'];
$database = $_POST['database'];

if($import)
{
    $val = new validate();
    $val->valid("$database,$username,$host");
    if($val->error_code < 1)
    {
        // Name of the file
$filename = 'sman.sql';
// MySQL host
$mysql_host = $host;
// MySQL username
$mysql_username = $username;
// MySQL password
$mysql_password = $password;
// Database name
$mysql_database = $database;

// Connect to MySQL server
mysql_connect($mysql_host, $mysql_username, $mysql_password) or die('Error connecting to MySQL server: ' . mysql_error());
// Select database
mysql_select_db($mysql_database) or die('Error selecting MySQL database: ' . mysql_error());
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 安卓adb backup备份应用数据失败
    • ¥15 eclipse运行项目时遇到的问题
    • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
    • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
    • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站
    • ¥50 成都蓉城足球俱乐部小程序抢票
    • ¥15 yolov7训练自己的数据集
    • ¥15 esp8266与51单片机连接问题(标签-单片机|关键词-串口)(相关搜索:51单片机|单片机|测试代码)
    • ¥15 电力市场出清matlab yalmip kkt 双层优化问题
    • ¥30 ros小车路径规划实现不了,如何解决?(操作系统-ubuntu)