-
I am receiving a similar error. What was the solution to this?
Fatal error: Call to undefined method DB_Error::setFetchMode() in C:\Program Files\Apache Group\Apache2\htdocs\tesly-0.1\globals.php on line 32
Thanks!
2004-09-23 14:10:50 UTC by eisvik
-
i keep getting the error.
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `'{'' or `'$'' in /usr/local/apache/htdocs/tesly-0.1/c_templates/%%190^%%1901021975^header.html.php on line 25
When i try and run the script. Any ideas?
Kevin.
2004-05-18 11:17:09 UTC by xonath
-
my address bar looks like this:
http://localhost/tesly/login.php?return_to=%2Fphp4%2Fphp.exe
so one of my path variables is wrong, but which one?
TIA
tom.
2004-03-17 12:56:39 UTC by brainfarts
-
the above only partly worked for me - i had to change the code to 'if isset ($auth) and $auth->'.
2004-03-17 12:54:57 UTC by brainfarts
-
I think this is a bug with not being able to use :: with smarty. The solution is to change occurrences of 'if auth::' in the templates to 'if isset $auth and $auth->'.
2004-02-03 12:49:51 UTC by bcurtis
-
Check your include path. Create a file phpinfo.php:
<?php
phpinfo();
?>
And check what the include path is set to.
Did you or did you not make a .htaccess file to alter the include path?
Dan
--.
2004-02-02 19:42:04 UTC by danglund
-
I also get the same type of error:
Fatal error: Smarty: [in header.html line 22]: syntax error: unidentified token '::have_perm('admin_plan')' (Smarty_Compiler.class.php, line 1324) in c:\php\includes\Smarty_Compiler.class.php on line 2096
However copying Smart.Class.php to /tesly/, I still receive the same. Any ideas? BTW:
Apache 2
MySQL 4
PEAR
PHP
Windows 2k.
2004-02-02 18:23:58 UTC by djblade311
-
Hi,
after installing Tesly, I installed smarty.class.php, DB.php and PEAR.php.
now - what file should I run? is it the login.php? I get an empty screen when tryin this? what am I missing?.
2003-09-18 09:57:13 UTC by liat
-
I installed PEAR::DB and Smarty templates in /usr/share/pear and /usr/share/smarty on my server. I then added a .htaccess in the tesly dir to alter the include dir. File .htacces:
<IfModule mod_php4.c>
php_value include_path ".:/usr/share/pear:/usr/share/smarty:inc/:inc/languages"
</IfModule>
However, Smarty will fail when included like this. Error:
"Fatal...
2003-09-10 22:33:51 UTC by danglund
-
if you have a big test, with more steps, after you finish a step, i think you should go to the page where steps are listed, so you can continue with next step.
2003-04-09 08:32:17 UTC by marrius