... This is a MySQL permissions error, it means that 'root' does not have permission to modify / update the 'keystone' database within your server. You need...
Has anyone came across this problem before - when I pulled up the keystone index.php page on a browser, it shows the following: " alt="Keystone 2" /> ... ...
I am restating the probolem for clarity. I am running the latest version of Keystone2, on a Linux platform with MySQL. I upgraded from keystone 0.72. Anonymous...
There's a chance you don't have PHP or the PHP handler working. Try this.. In your keystone directory, create a file called 'test.php' Within this file place ...
... This is odd. Can you make sure debugging is turned on (see keystone.conf), and attempt tihs again, then look for an 'error' line in the keystone log file...
This is caused (in my experience) by having slip ACLs turned on in the keystone config. As a workaround, try turning them off. If this is indeed the...
I did check with the test.php file and alot of information came back about the php configuration. I also checked and tested php before installing keystone -...
Keystone gurus, Any more thoughts on this installation problem? Any help is greatly appreciated. ... back ... <dbs@s...> ... Try ... information ... to ... the...
I am running php 4.3.7 configured with mysql support. If I run a test php file (phpinfo) it shows it is configured with mysql support. Is there something...
... Need some more information. What's not working correctly? Ie, if you can't log in, what's the error message if any? -dbs ... -- ... Dave Belfer-Shevett \...
Dave - I looked around and read some faq and still stuck on this keystone index.php file... could this problem be a keystone problem itself? ... before ... ...
Where is it getting the $sys_graphics from in the line below: <? echo $sys_graphics .> " alt="Keystone 2" /> ... in ... following ... this ... -- ... ...
... This line is incorrect. That > should not be there, and is not in the distribution as far as I can tell. The line should be: index.php: <img src="<?...
This is the line in index.php: <img src="<? echo $sys_graphics . "/keystone2-2.gif"?>" alt="Keystone 2" /> It's the same as below. The error that I am getting...
... This is really behaving like the PHP parser is not working properly, or its ignoring the <? tag. Here's a couple things to try... 1) make a file 'foo.php'...
foo <?php echo "bar" ?> foo will display this on the browser: foo barfoo foo <? echo "bar" ?> foo will display this on the browser: foo foo So this tells us...
Please do not double-post questions. I answer things as fas as I can. ... No, what it says is that PHP is configured to only allow <?php tags. Keystone uses...
It looks like I found two php.ini files. When I checked the /etc/php.ini file, short_open_tag = Off, I updated to On When I checked /usr/local/lib/php.ini...
I am using keystone2-0_90_09. I am upgrading from using 0.74.00. The contact view (viewing a particular contact) has a "add slip" link, however, this does not...
... This is a known bug, sorry - the function isn't enabled yet. ... My workspace version has this about half coded, I'll try and get it completed shortly....
... Okay, that shows that the first problem is solved, in that the PHP parser is now working correctly. I've never seen this particular error - why are you...
Yes the subdirectory called'conf' is there and has the keystone.conf.default file in it. the files have the permissions. This is driving me nuts - I am about...
Hi, I've been using an older version (0.74) and this weekend thought I'd try the new version (Keystone2 0.90.09). I've been unable to get the slips to get ...
Greeting keystone-users, Can you offer a suggestion? I have inherited a PTS 1.72.00 system used to track computer support. It has never given us a problem and...
Greeting keystone-users, Sorry if this is posted twice, but I do not think it went through the first time. Can you offer a suggestion? I have inherited a PTS...
... There should be no conversion necessary. The code will run under this environment without modification. The only thing is that more recent versioins of...
... The structure server is not available anymore... you can just skip this step. There are no database structure changes from 0.71.02 to K2. -dbs -- ... Dave...