omise / examples

Examples for implementing Omise Libraries
GNU General Public License v2.0
16 stars 50 forks source link

Fatal error : config.php line 3 #16

Closed nobutsta closed 7 years ago

nobutsta commented 7 years ago

สวัสดีีครับ, ผมลองใช้โค้ดตัวอย่างจากสคริปต์บนเซิร์ฟเวอร์ดู ปรากฏว่าพอ checkout เสร็จแล้วมันจะรีไดเรคไปยัง services/checkout.php ทีนี้ในไฟล์ config.php บรรทัดที่ 3 มันจะต้อง include autoload.php ใน vendor ผมหาโฟลเดอร์นี้ไม่เจอ ทั้งในไฟล์ตัวอย่างและใน git ดัง error ด้านล่างนี้ครับ

Warning: require_once(vendor/autoload.php): failed to open stream: No such file or directory in /home/xxx/omise/config.php on line 3

nobutsta commented 7 years ago

Manually

If you're not using Composer, you can also download the latest version of Omise-PHP. Then, follows the instruction below to install Omise-PHP to the project.

Extract the library to your project.

Then, include the following line into your PHP file,

require_once 'path-to-library/omise-php/lib/Omise.php'; Now you are ready to start using the library, please see the configuration and quick start sections below for usage examples.

nobutsta commented 7 years ago

ทีนี้เจอปัญหาใหม่

Fatal error: Uncaught exception 'Exception' with message 'Problem with the SSL CA cert (path? access rights?)'