TinyPortal

Development => Bugs/Errors => Feedback => Rejected Bugs => Topic started by: sadicul on July 31, 2011, 08:58:59 AM

Title: Many errors on SMF 2.0
Post by: sadicul on July 31, 2011, 08:58:59 AM
// get all articles written by member
   $request =  $smcFunc['db_query']('', '
      SELECT COUNT(*) FROM {db_prefix}tp_articles
      WHERE author_id = {int:auth}',
      array('auth' => $memID)
   );
   $result = $smcFunc['db_fetch_row']($request);
   $max = $result[0];
   $smcFunc['db_free_result']($request);

error msg : Fatal error: Function name must be a string in C:\xampp\htdocs\Sources\TPmodules.php on line 1120

how can i fix that?i`m newbie on php :)

I find more problems :

Unknown column '$ID_MEMBER' in 'on clause'
File: C:\xampp\htdocs\Sources\TPmodules.php
Line: 237

Wrong value type sent to the database. Integer expected. (page)
Function: TP_loadThemeFile: C:/xampp/htdocs/Sources/TPortal.php
Line: 252

The database value you're trying to insert does not exist: val
Function: do_postchecksFile: C:/xampp/htdocs/Sources/TPortalAdmin.php
Line: 2794

index.php?action=tpadmin;sa=submission : The database value you're trying to insert does not exist: ids

Title: Re: Many errors on SMF 2.0
Post by: IchBin on August 01, 2011, 04:32:10 PM
I've posted fixes for these already. If you do a quick search with the error text you are getting you should be able to find the changes I posted easily. If not post back and we'll look them up for you.
Title: Re: Many errors on SMF 2.0
Post by: sadicul on August 01, 2011, 09:22:51 PM
ok ty i`ll start searching now if anything go wrong i`ll post again here tyvm for support
Title: Re: Many errors on SMF 2.0
Post by: sadicul on August 01, 2011, 10:00:57 PM
maybe i`m blind or i dont know how to search but really didnt find an article about how to fix the error or DB
Title: Re: Many errors on SMF 2.0
Post by: IchBin on August 01, 2011, 10:11:32 PM
function name must be a string (http://www.tinyportal.net/index.php?action=search2;params=eJwtj11uhSAUhLdifOnLPPAjCBvoNowiuddGoUFs08TFd7i5CQOHL2cOw7z-zCnE9f645d3fS2mV0hZKjVDaUJLSUAZSCowC1sN4WAEvMSp4Lg0_wBt4-gR9wtEzQNIjPKSirILjYUi1gDOwjgObWoMglZCjwWBZ8jnJUdrDcx_h2KcYibzlMIw0CMY9n_l3Cvn43mONDN7QtXzFUKec9r83yaVO61Z4W-MZ3oS3Evf4-n1DcS7hSdh_XinULacuzUfsjuus3RK7uTtr2dKj_weCIVYZ)

Integer Expected (http://www.tinyportal.net/index.php?action=search2;params=eJwtj_1qxCAQxF_lyD9tYSiuRqOP0KcIOV3uWtIkeLl-QB6-YzlwdP2xs45T-ZqWrOV4OuTojnNtlXUB1g6wzlNCOVgPEYPBICT4hGCQBINF4nJIPZJHos_QZyI9PYQekyCWChaRhyd1BtEjRA5sag2GVCCDRx9Y8jnhKJeQuA-I7LOMRN5yeEbqDePeruv3mNfPbdZdGbyh-_lD8z6uy_z7IGvdx_JeeSt6yw_CW9VZ_3_fkE41Xwm7t2XXi9aT_myco-X19LxNF33p_gCAxFOG)

does not exist: val (http://www.tinyportal.net/index.php?action=search2;params=eJwtj81uwyAQhF_F8qWXObBg_voylgNISeWayiZpI_nhM1SRGFg-7SzDkh_Llko-P045x_Oy90obB609tLGUUAbaQkTBK7gIG-EUosBrRC6DOCFaRPoUfSrQM0HoURGiKacReFhSoxAsXODArt6gSAXiLSbHks8JR5mIyN0jsE8zEnnPYRlpUox7XOvvnOr3z1paYfCO7pevktpct_X5JnVvc77tvOVypDfhbS9r-f99R2XZ05VwzLUcw1bbUP5uR_scHss6vgDgKlIQ)

Uknown column '$ID_MEMBER' (http://www.tinyportal.net/index.php?action=search2;params=eJwtj8tqwzAURH8lmII3s9DDem1Ls8gim0LXxpEFaetIRXESCv74jkpAI10d7lyNpvk-5Zjmrd_k1m2n2iqlLZRyUNpQktJQBlIKOAEbYAKsQJBwCoFLIwwIBoE-QZ_w9AyQ9IgAqSir4HkYUi3gDaznwKbWIEglpDMYLEs-JzlKBwTuDp59ipHIWw7DSINg3Ou5PMZYLj9LWhODN3Q7faW4jiUvv09S6jrOn5W3OV3jk_BW05L-f99Qmmo8E3Yf-TuXR97Fstwuede_HN7G4_74un_vuz96KVPe)