hello, i have a BIG problem, downloading is completely screwed up, images aren't loading, most of download are not working!!!! please try it http://www.siemens-mobiles.org login with testing and testing as password thx
8: Array to string conversion File: /var/www/virtual/siemens-mobiles.org/htdocs/forum/Sources/Subs.php Line: 1977
please this is a FATAL error fix soon plz
here's another error for attachement (i fixed myself the $temp not defined thing)
Code:
http://www.siemens-mobiles.org/forum/index.php?option=com_smf&Itemid=53&expv=0&action=dlattach;topic=1406.0;id=2541;image Unable to load the 'main' template.
thx
« Last Edit: April 29, 2005, 04:45:16 AM by Gandalf »
ok, my server is a debian sarge 3.1, running latest php/mysql, i'm using mambo 4.5.2 and SMF 1.0.3 so mainly everything is the latest. and here's my phpinfo()
« Last Edit: April 29, 2005, 01:58:22 PM by Gandalf »
Your lucky i'm bored today. So I can quickly look at your bug reports. . Isn't that fast? there's only few minutes bet. beta2 and beta2a? hahaha
haha, well fast bug fixes, bring you people and your bridge is much better than the older one, well at least it's well organised, BTW there is some lines in your code that are useless like in administrator/components/com_smf/functions.smf.php we can see
Code:
function isSMFModPublished() { global $database, $mosConfig_absolute_path, $mosConfig_db; include_once( $mosConfig_absolute_path . '/administrator/components/com_smf/config.smf.php' ); $database->setQuery("SELECT module FROM #__modules WHERE module = 'mod_smf_login' AND published = 1 LIMIT 1"); $row = $database->loadResult(); return $row; if($row) { return true; } return false; }
as you can see you call return $row; on line 6 then on line 7-10 you made an if-clause but it's never reached, so better to remove it, also i know it's for your debug (i think you already fixed that anyway
but in this case $temp isn't defined anyway so had to either
Code:
$temp="";
before it, or replace it with
Code:
return $buffer;
anyway i think this was fixed before, anyway i will try my best tonight to read your code and i will create one big topic or PM with the errors i'll find (not talking about BUGs but errors like those above)
ok, (using this site) go to your profile, Look and Layout Preferences and put the Use quick reply on topic display: to Show, on by default, come back again to this topic and hit quote, this will open a popup windows that normally write on white background "Retriving quote..." and then put the quoted msg here in the quick reply box and disappear, but you will notice that the window that will open here is actually the Home page of your site with the address : http://www.mambohacks.com/component/option,com_smf/Itemid,66/expv,0action=quotefast;quote=840;sesc=a58d32272031054cb1cefe968d48d2af
None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by MamboHacks.com. Powered by Mambo. All rights reserved. TERMS OF USE