How to List Registerd Users in Typo3
Friday, December 28th, 2007http://screencast.com/t/RTUozzC0
http://screencast.com/t/RTUozzC0
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 796Warning: 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:
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.