Newbies Jud420 Posted June 29, 2010 Newbies Posted June 29, 2010 Hi there, I've just upgraded from SuperContainer 1.x to the latest version in order to use the PHP API for my CWP site running FSA 9. I am using tomcat, so the port for the server is 8080 instead of 8020 like in the documentation. I have my php files on a server with the curl libraries enabled. My PHP code is as follows: <?php include('includes/supercontainer.php'); $sc = new SuperContainer("http://www.myserverurl.com:8080/SuperContainer/Files"); var_dump($sc->getError()); ?> The page looks like it is loading for a bit and then just stops with a blank page. I do not get any error messages, and the var_dump for the getError function doesn't seem to get called. Supercontainer works fine in the rest of my FM solution. Any ideas?
Recommended Posts
This topic is 5262 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now