그누보드 크론탭
본문
centos7.4에서
/usr/bin/php /var/www/html/shop/item_return_point.php
명령어를 치면 아래 오류가 발생되고있습니다.
PHP Warning: PHP Startup: Unable to load dynamic library 'php_soap.dll' (tried: /usr/lib64/php/modules/php_soap.dll (/usr/lib64/php/modules/php_soap.dll: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/php_soap.dll.so (/usr/lib64/php/modules/php_soap.dll.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: include_once(./_common.php): failed to open stream: No such file or directory in /var/www/html/shop/item_return_point.php on line 2
PHP Warning: include_once(): Failed opening './_common.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/shop/item_return_point.php on line 2
PHP Notice: Undefined variable: default in /var/www/html/shop/item_return_point.php on line 7
PHP Notice: Trying to access array offset on value of type null in /var/www/html/shop/item_return_point.php on line 7
PHP Fatal error: Uncaught Error: Call to undefined function sql_query() in /var/www/html/shop/item_return_point.php:9
Stack trace:
#0 {main}
thrown in /var/www/html/shop/item_return_point.php on line 9
./_common을 /var/www/html/shop/_common 으로 수정후에는 include가 되는데 그안에있는 common 파일또한 ../common 으로 인클루드 되어 파일을 읽어오지못하는데 다른 방안이 있을까요?
추가로 soap waring 은 무시해도 되는 오류일까요?