Archive for the ‘Typo3’ Category

How to List Registerd Users in Typo3

Friday, December 28th, 2007

http://screencast.com/t/RTUozzC0

Warning: mysql_fetch_assoc():

Wednesday, September 26th, 2007

I was getting the following errors:


Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/mickey17/public_html/himusa/typo3_src/t3lib/class.t3lib_db.php on line 796

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/mickey17/public_html/himusa/typo3_src/t3lib/class.t3lib_db.php on line 823

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/mickey17/public_html/himusa/typo3_src/t3lib/class.t3lib_db.php on line 796

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/mickey17/public_html/himusa/typo3_src/t3lib/class.t3lib_db.php on line 823

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/mickey17/public_html/himusa/typo3_src/t3lib/class.t3lib_db.php on line 796

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/mickey17/public_html/himusa/typo3_src/t3lib/class.t3lib_db.php on line 823

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/mickey17/public_html/himusa/typo3_src/t3lib/class.t3lib_db.php on line 796

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/mickey17/public_html/himusa/typo3_src/t3lib/class.t3lib_db.php on line 823

The fix was easy:

  1. Go to the Install Tool
  2. Go to Database Analyser
  3. Click Compare
  4. The write to database

Typo3 Notes

Monday, September 10th, 2007
  • WEC Headers. To get rid of default meta tags from html header. Move the wec.constants to the top of the constants editor.
  • .htaccess for RealURL.htaccess file

Changing Memory Limit on Typo3

Friday, September 7th, 2007

Look at your phpinfo.php page there you will find the path to your php.ini file change the “memory_limit = 24M”.

Memory limit below 16 MB
memory_limit=8M
Your system is configured to enforce a memory limit of PHP scripts lower than 16 MB. The Extension Manager needs to include more PHP-classes than will fit into this memory space. There is nothing else to do than raise the limit. To be safe, ask the system administrator of the webserver to raise the limit to over 25 MB.