News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

1.1 Beta 4 & Mambo Bridge

Started by NoRad, August 29, 2005, 12:07:40 AM

Previous topic - Next topic

NoRad

When applying the package after upgrading to 1.1 Beta 4 I got the following error:

QuoteFatal error: Call to a member function read() on a non-object in I:\louipimps\forum\Sources\Subs-Package.php on line 2009
I hit the refresh button and it told me the package installed correctly.

When clicking Logout I get this error message:  Unable to load the 'main' template. I assume that has to do with my templates, no biggie... but it's not logging me out. =) Heeelp! hehe

Orstio

The bridge hasn't yet been tested with 1.1 beta 4. 

I am under the impression the mod may be obsolete (as in, no longer required), but I'll have to test it out.

NoRad

Let me know if there is anything I can do to help you out.

NoRad

Well, I uninstalled the mod in the package manager and then manually copied the MOS_SMF.php to the sources folder. Now it works?

[Unknown]

Can you try changing this:

$listing = dir($dir);
while ($entry = $listing->read())


To:

$listing = dir($dir);
if (!$listing)
continue;
while ($entry = $listing->read())


-[Unknown]

NoRad

What file do you want me to change this with? I searched for the code in MOS_SMF.php and couldn't find it anywhere?

Aravot

Quote from: Orstio on August 29, 2005, 12:10:27 AM
The bridge hasn't yet been tested with 1.1 beta 4. 

I am under the impression the mod may be obsolete (as in, no longer required), but I'll have to test it out.

I am using (SMf1.1b4 and bridge 3.19a v1.1) no problems, Orstio if you want to test let me know I'll PM my test site info

TriGrrrl

Same thing here.  Unable to load the 'main' template upon logout.

Kindred

nope...  installed the beta 4 update over my beta 3 installation and re-applied the mod (since index.php and subs.php were both overwritten).   Everything seems to be running hunky dory... no errors on login or logout...

except for the damned admin-theme page width issue (which needs to be corrected again)
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

NoRad


TriGrrrl

So, where have we left off with this?  Should the bridge work with SMF 1.1 beta 4?  Which file is being referred to for the code changes mentioned above?

I have had to revert my files back to SMF 1.1 beta 3p due to problems with the bridge (and the bridge is now working again).  Will I need to wait till beta 4 becomes public?


TG

Kindred

TRriGrrl...

I believe the code that [unknown] lists is in subs.php

but, as I stated above, I ran the 1.1 b4 update using the Aug29 CVS and had no problems at all, after re-applying the SMF-mambo mod package to SMF.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

NoRad

I uninstalled the package from SMF and just left the mos_smf.php in the SMF sources folder and mine works fine. The package would not install without error.

Kindred

hmmm...  again, very odd, because mine installed without error...
(and did not need to be uninstalled, because the update overwrote the subs.php and index.php)

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

NoRad

When I try to install I get the error:     Execute Modification     ./Sources/Subs.php     Test failed

Orstio

Which version of the bridge are you ttrying to install?  What is the filename?  This usually occurs if you are installing 3.19a_stable on a SMF 1.1 forum.

NoRad


Orstio

I mean, 3.19a_stable, or 3.19a_SMF1.1b3.

NoRad


NoRad

#19
The error log says this (over and over)

8: Trying to get property of non-object
File: I:\louipimps\forum\Sources\MOS_SMF.php
Line: 406

I checked this line and it looks like the user id isn't getting set:
mysql_query("UPDATE {$mosConfig_dbprefix}users SET lastvisitDate='$currentDate' where id='$session->userid'");

What's odd is that my site only works when it's not installed via the package manager. I think somebody said earlier that 1.1 beta 4 might not need the bridge?? Well, people can login/logout without trouble but the error log scares me.

Advertisement: