Code: Select all
if (is_file('../config.php')) {
require_once('../config.php');
}
Code: Select all
if (is_file('../config.php')) {
require_once('../config.php');
}
View all extensions | Request custom work | Pricing | Contact Me
When you Install the application within the Admin of OpenCart - It updates the config.php file automatically. But we are still having the 500 connection error.SohBH wrote: ↑Fri Aug 25, 2023 3:42 pmYour Shipstation is installed without configuration. As previously mentioned, you need to add configuration to shipstation/index.php. Here's how you should do it:Code: Select all
if (is_file('../config.php')) { require_once('../config.php'); }
View all extensions | Request custom work | Pricing | Contact Me
I've looked at the error.log file and it's empty. zero bytes.
Error_Message2.JPG (114.03 KiB) Viewed 1606 times
View all extensions | Request custom work | Pricing | Contact Me
Got an urgent question that’s keeping you up at night? There might just be a magical inbox ready to help: khnaz35@gmail.com
Enjoy nature
The instructions on that link are OLD. The process to connect is different now and Shipstation never updated the instructions with the new connection process. But If you review the first post on this thread - I provided the current instructions. When we hit the connect button it gives us the 500 error. We have other connections like Walmart.com, Ebay and Amazon working just fine.khnaz35 wrote: ↑Sat Aug 26, 2023 4:08 pmHave you tried the instructions provided on their website?
https://help.shipstation.com/hc/en-us/a ... 686b73661c
Yes - I tried that link -- I just give me a blank white screen on the browser.SohBH wrote: ↑Sat Aug 26, 2023 3:26 pmYou can try directly accessing https://www.yourstore.com/shipstation/index.php in your browser to see if it provides you with any error messages or information.
Code: Select all
error_reporting(E_ALL);
ini_set('display_errors', '1');
View all extensions | Request custom work | Pricing | Contact Me
Please let me know what file - directory structure and what specific file I should add this code.SohBH wrote: ↑Mon Aug 28, 2023 2:47 pmCan you add the following lines to the top to display errors directly in the browser:Code: Select all
error_reporting(E_ALL); ini_set('display_errors', '1');
View all extensions | Request custom work | Pricing | Contact Me
In your shipstation module a file is called index.php past the below code into it and save the file. (see attached image)
Code: Select all
error_reporting(E_ALL);
ini_set('display_errors', '1');
Shippstation-index.php-location - Capture.PNG (14.75 KiB) Viewed 1066 times
Got an urgent question that’s keeping you up at night? There might just be a magical inbox ready to help: khnaz35@gmail.com
Enjoy nature
Users browsing this forum: No registered users and 2 guests