I use smarty template engine for PHP, and if i use them i have this error:
error evaluating 'smarty' at index.php#68: RuntimeError: maximum recursion depth exceeded (c:/program files/.../citadel.py#686 in info) (error determining completions)
Komodo IDE 4.0.2/Win Vista
config.inc.php
--------------
define("SMARTY","smarty/smarty.class");
index.php
---------
require("inc/config.inc.php");
require("SMARTY);
$smarty-> // this is error
test.php
--------
require("smarty/Smarty.class.php");
$smarty=new Smarty;
$smarty->assign // no error
I am trying to configure Perl on IIS 7.0, and all the documentation I can find on configuring IIS is for 6.0 and lower. And 7.0 is different, so I can't figure out how to configure this correctly.
Can anyone tell me how to do this?
Hi,
I installed IIS7, PHP 5.2.1 (FastCGI) and Komodo Edit 4.0.2 into my Vista x64 OS.
PHP is running perfectly, phpinfo() is showing all extensions I installed.
I also downloaded php_xdebug.dll for PHP 5.2.1:
http://pecl4win.php.net/ext.php/php_xdebug.dll
and put it into my /ext folder.
When I run Komodo Edit as Administrator and open a basic PHP file, the editor cannot see that I have PHP installed into my system and gives me the following error:

Hi does anyone know if there is a way to get the ppm gui working with Vista?
I got .820 but no luck any ideas?
What is the best version of ActivePerl to use with Windows Vista?
The best version of ActivePerl to use on Windows Vista is always the most recent build of ActivePerl 5.8.8 or 5.10.0.
ActivePerl 5.8.8.819 and later versions pass the same suite of tests on Windows Vista as they do on Windows XP and other supported versions of Windows.
ActivePerl's known issues on Windows Vista include:
If you run into other issues, please report them at:
What version of Komodo should I use with Windows Vista?
Komodo 3.5 and earlier will not work with Vista. You will need to run Komodo 4.1.1 or later.
Should you run into any issues, please file a bug report at:
What is the best version of ActivePython to use with Windows Vista?
The best version of ActivePython to use with Windows Vista is ActivePython 2.6.2.2.
ActivePython versions 2.4.3.12 and above pass all of the same tests on Vista that they do on Windows XP and other supported versions of Windows.
What version of ActiveTcl should I use with Windows Vista?
The best version of Tcl to use with Windows Vista is ActiveTcl 8.4.14 or later.
There are currently minor issues with installing and uninstalling, but these are not serious and are being worked on. The demo applications distributed with ActiveTcl all function as expected, including the graphical libraries and Expect.
Note that you will need to right-click the installation file and select "Run as Administrator" for the installation to be successful. This will be fixed in a future release of ActiveTcl.
I've got ActivePerl 819, and it says in the release notes that Windows 9x, Me, NT, 2000 (x86), XP and 2003 (x86 and x64) are supported. I was wondering when Vista support will be added.
I've tried installing both the AS package and MSI file on Vista (GA build), and neither will install successfully.
Until support is added, does anyone know of a workaround to install it?
TIA
Hello,
I've just installed komodo and i'm trying to get it to work with sqlite. I've installed pysqlite... when i run a python shell i can import it without an error.
but when ever i type something dealing with it, komodo doesnt do anything helpful.
did i miss something somewhere?