CMSTemplateZ,
I'm having a problem I haven't seen here but I've seen in several threads on the OI website (with no response at all from anybody at OI or anybody who seems to have an answer).
I follow the instructions exactly as you've laid them out. The problem seems to be in the installation of OI. I run postinstall.php and it gets this far:
Quote:
Checking username and private key... *OK*
Checking PHP version... *OK*
Checking DOMDocument support... *OK*
Checking transport method... libcurl is installed. Using cURL to handle requests
SQLite is installed. Stats enabled. Please define a stats username and password in config.php
Checking write permisions... /tmp is writable. Using /tmp to store cookie files and logs
|
And then it just stops. I put in my own debugging statements into the code and basically I can get as far as here:
PHP Code:
include('openinviter.php');
A debug statement following that appears.
But when it gets to the next line
PHP Code:
$inviter=new OpenInviter();
the debugging statement won't appear. That pretty much correlates with where the postinstall.php quits as well.
example.php is just a blank page. Likewise with continuing on with your mod. I get the image banner in the iframe but nothing under it.
I've downloaded the general version 1.9.3.
Any ideas? I know you can't really support their product but maybe you've seen something like this in your installs. Could it be the newer version has problems? Any way to get an earlier version?