This integration is a teaser.
Using the latest of everything (except for WebLoginPE cos WebLogin works better (ie, it works, at this stage apparently, with users being recognised across the bridge) , and following this superb tutorial, I have
- user recognition across the bridge (as i say)
- full module integration into the Modx cms - very cool but also least important.
- forum works splendid (in its own right).
- ssi’s work too and are excellent.
But in the process I think I’ve had about half a dozen of the problems that have been posted in this and related threads. Damn, I’m tired! Days, or a couple.
The last, remaining problem is, when I connect to the TV’d snippet via my forum page, it
pulls up a blank page. Nothing, and no error. I see there have been many other people with this problem, and I’ve sieved all the responses, which seem worryingly assorted, I have trawled the boards and hacked my code. ...
Blankety blank.
I ran the error check, by the way, suggested by Broccoli, ...
echo ’beginning of the file’
...
echo ’debug1’;
require(dirname(__FILE__) . ’/Settings.php’);
echo ’debug2’;
// And important includes.
require_once($sourcedir . ’/QueryString.php’);
echo ’debug3’;
require_once($sourcedir . ’/Subs.php’);
echo ’debug4’;
require_once($sourcedir . ’/Errors.php’);
echo ’debug5’;
require_once($sourcedir . ’/Load.php’);
echo ’debug6’;
require_once($sourcedir . ’/Security.php’);
echo ’debug7’;
...
...but that came up with very little that makes sense to me, said "debug1debug2Hacking attempt...".
I have separate db’s but with separate passwords (usernames are the same), and I’ve been flicking switches on and off in the forum’s admin panel, as suggested above by you lovely lot. I have no problem loading my empty template page when I delete the snippet.
er, er, er.
Damn.
Any ideas, folks. I know it is more than likely I’ve not been as thorough as I’d like to think, obviously there is one base at least that needs uncovering.
I would be greatly appreciative, and already am for all the valuable support above.
...I’ve noticed one or two comments along the lines of, "sorry I should not be asking this." For the record, it’s often those posts that have answered my questions about Modx and php joy, so please do ask silly questions. I’ll doubtless keep you company.
Will keep looking into this myself now but if there are any hints, just a tint of a hint?
Cheerio.
Olly.
UPDATE: dunno what I’ve done now...I’m getting a Problem Loading Page, localhost
taking too long to respond. If that’s a related clue? Tx.