Hello,
I was trying to initialize some variables, assign them some values, etc.
before initializing/connecting to the DB.
The problem is that certain types of assignment cause errors like this one:
<!-- 002 /test:4: can't open /usr/web/ij/servers/ndx/html/db/SYSLOCKS:
Permission denied in the function getshared -->
<!-- 000 /test:4: Could not open locking mechanism in the function
ddopen -->
<!-- 004 /test:4: Could not create database
/usr/web/ij/servers/ndx/html/db -->
The line that causes the problem is the one starting with <$abc ... below:
<SCRIPT LANGUAGE="Vortex">
<A NAME=main PUBLIC>
<$tmpldir = '/tmp'>
<$abc = ($tmpldir + '/abs.html')>
</A>
</SCRIPT>
Is there anything I can do to make Vortex allow me to do this?
The line above doesn't cause problems, so I'm not sure why the $abc one
does...
Is there any way around this? Alternatives?
Thanks,
Otis