SMF 1.1 beta 3 SMF 1.1 beta 3
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

SMF 1.1 beta 3

Started by jazz123, July 03, 2005, 06:54:26 AM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

jazz123

I did a quick search, but couldn't find anything.  Has anyone done any modifications to smf.inc.php to make it compatible with smf 1.1?  I've been searcheing, and applying modifications myself, but I can't seem to get it to work.

kegobeer

Is this a postnuke question?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

jazz123

SMF 1.1?  No...  Would you be able to move the thread to the correct place or let me know where to post it?

kegobeer

One of the devs moved it to the correct board.

Until 1.1 goes final, we won't make a bridge.  Once it does, I'm sure Nibbler will work on one when he gets a chance.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Joachim Müller

This has been discussed widely on the SMF forums (some threads being "charter members only" though), see http://www.simplemachines.org/community/index.php?topic=40085.msg293962#msg293962 e.a. (use the SMF search)

jazz123

Quote from: GauGau on July 04, 2005, 08:17:17 AM
This has been discussed widely on the SMF forums (some threads being "charter members only" though), see http://www.simplemachines.org/community/index.php?topic=40085.msg293962#msg293962 e.a. (use the SMF search)

Unfortunately I'm not a Charter Member yet.  I've made the following changes to the includes in smf.inc.php:

// other includes
cm_include_smf_funcs($sourcedir . '/Load.php', array('reloadSettings', 'loadUserSettings', 'cache_get_data', 'cache_put_data'));
cm_include_smf_funcs($sourcedir . '/Subs.php', array('db_affected_rows'));
cm_include_smf_funcs("$sourcedir/Subs.php", array("updateMemberData", "updateStats", "updateSettings", "writeLog"));


It's almost working.  It recognizes me logged in once logged into SMF, and it allows me to browse the gallery.  There is just a one line error at the top of the page that says the following:

Warning: mysql_affected_rows(): supplied argument is not a valid MySQL-Link resource in /home/carmmcom/public_html/cpg/bridge/smf.inc.php(126) : eval()'d code on line 5

That message will go away if I reload the page a few times.  Is there anything that I need to change that may help me get rid of that error?

jazz123

Anyone know the answer to this?

snork13


donnoman