Hi i have a problem
The installation went smoothly, no problems with that. But after the final step I get this error message:
Fatal error: Call to undefined function token_get_all() in /var/www/hotserv.dk/users/cbrn/lib/smarty/core/core.write_compiled_include.php on line 45
I can still use the admin section without problems
Do you have any ideas how to solve this problem
Error after install "Call to undefined function..."
Re: Error after install "Call to undefined function..."
What version of php are you using?
Re: Error after install "Call to undefined function..."
Im using PHP5 - Threaded
* safe_mode off
* GD lib 2.0 with Freetype
* MySQL og MySQLi extension
and MySQL 4.1
* safe_mode off
* GD lib 2.0 with Freetype
* MySQL og MySQLi extension
and MySQL 4.1
Re: Error after install "Call to undefined function..."
Too strange. That function was introduced in php 4.2.0 and as far as I know doesn't need any additional modules.
It's actually smarty that's using it.
I'm not seeing any issues on their forum related to that function, so I'm not really sure what's going on.
It's actually smarty that's using it.
I'm not seeing any issues on their forum related to that function, so I'm not really sure what's going on.
Re: Error after install "Call to undefined function..."
Try installing the tokenizer module for php5