People

  1. ก่อนอื่นไปปลดตัว enable ที่ lolcocanf.php ในโฟลเดอร์ typo3conf ก่อนค่ะลบ extension ที่เรา install ที่บรรทัด $TYPO3_CONF_VARS[‘EXT’][‘extList’] และ $TYPO3_CONF_VARS[‘EXT’][‘extList_FE’] ค่ะส่วนโค้ดการ query ให้ลองเปลี่ยนเป็นฟังก์ชั่นดูค่ะ /* * function for query database return array! */ function doDBquery($query) { // Do the query $rows = array(); $res = $GLOBALS[‘TYPO3_DB’]->sql(TYPO3_db, $query); $error = $GLOBALS[‘TYPO3_DB’]->sql_error(); // Check for SQL error if ($error != null) { debug($error, A SQL error has occured while executing the following query: .$query.’ .’); return $rows; } while ($row = $GLOBALS[‘TYPO3_DB’]->sql_fetch_assoc($res)) { $rows[] = $row; } return $rows; $GLOBALS[‘TYPO3_DB’]->sql_free_result($res); }หวังว่าคงช่วยได้เนอะ

    1. Всегда пожалуйста Снять защиту с системного варианта можно так:update VARID client spdifcieeset PROTECTED = where REPORT = имя_программы’ and VARIANT = имя_варианта’ and MANDT = ‘000 .

    2. With havin so much content do you ever run into any issues of plagorism or copyright infringement? My site has a lot of unique content I’ve either created myself or outsourced but it appears a lot of it is popping it up all over the web without my agreement. Do you know any solutions to help stop content from being ripped off? I’d truly appreciate it.

    3. I took the plunge and installed mint8 on my laptop. Everything worked out of the box except wireless (hooked up a wire and installed the broadcom driver which fixed that) even the touch screen (this is an hp tablet laptop) and the onboard SD card reader!So far so good. The 64-bit warning I think probably comes from them developing their mint additions for a 32 bit platform and recompiling with fingers crossed for the 64 bit version. (that is only speculation, however)