just as I thought, when I tried it this way the first time. I now get this message now that I have renamed it properly...
Quote:
Warning: login(./components/com_connector/modules/vbulletin.class.php): failed to open stream: No such file or directory in /xxxx/xxxx/xxxx/xxxx/xxxx/xxxx.com/includes/joomla.php on line 736
Fatal error: login(): Failed opening required './components/com_connector/modules/vbulletin.class.php' (include_path='.:/usr/local/lib/php') in /xxxx/xxxxx/xxxx/xxxxx/xxxx/xxxx.com/includes/joomla.php on line 736
|
and, if that original file is in there (which I removed) then it has a SOAP error...
Any ideas?
When I put the original PHP5 and SOAP file back into the modules file, like the error above is requesting, I then get this error...
Quote:
Parse error: parse error, unexpected '{' in /xxxxx/xxxxx/xxxxx/xxxxx/xxxxx/xxxxxx.com/components/com_connector/modules/vbulletin.class.php on line 41
|
Starting on line 41 I have the following...
Quote:
{
$connect= new SoapClient($this->__data->get('server'));
// falls Benutzer exestiert und bereits eingelogt war, benutzen wir seine Cookies
$userid=($my->id) ? $my->id : $this->_session->userid ;
if($userid !='' AND $userid!=0)
{
|
This is why I say its trying to connect to the SOAP module and thats why I renamed the file.
Any ideas?