Hi,
I'm using Joomla 1.0.13, SMF 1.1.4 and JoomSEF 2.2.6 skipping SMF bridge.
Sudently when I start opening threads with more than 1 page I get a blank page only with the header and footer of Joomla, no SMF forum!
I used the debug function of Joomla and I have a LOT of this in there:
SEARCH: var smf_scripturl = \"http://80.172.224.135/~salaprof/forum/index.php\";
REPLACE: var smf_scripturl = \"http://80.172.224.135/~salaprof/forum/index.php\";var jsmf_scripturl = \"http://80.172.224.135/~salaprof/index.php?option=com_smf&Itemid=62&\";var jsmf_quoteurl = \"http://80.172.224.135/~salaprof/index.php?option=com_smf&Itemid=62&\";
STATUS: Not found in buffer
--------------------------------------------------------------------------------
SEARCH: option value=\"?board=
REPLACE: option value=\"board=
STATUS: Not found in buffer
--------------------------------------------------------------------------------
SEARCH: smf_scripturl + this.options[this.selectedIndex].value.substr(smf_scripturl.indexOf
REPLACE: jsmf_scripturl + this.options[this.selectedIndex].value.substr(jsmf_scripturl.indexOf
STATUS: Not found in buffer
--------------------------------------------------------------------------------
SEARCH: 'http://80.172.224.135/~salaprof/forum/index.php' + this.form.jumpto.options
REPLACE: jsmf_scripturl + this.form.jumpto.options
STATUS: Not found in buffer
--------------------------------------------------------------------------------
SEARCH:
REPLACE:
STATUS: Not found in buffer
--------------------------------------------------------------------------------
SEARCH: hashLoginPassword(this);
REPLACE: this.passwd.value = this.passwrd.value; hashLoginPassword(this);
STATUS: Not found in buffer
Could you please help me on this. This is the second week I'm working on this problem with no results!
What does it mean \"Not found in buffer\"? I think's related with JoonSEF.
Thank you,
Raul Nunes