It's been a while coming, but a new version of Keystone is up, with some bugfixes that folks have been requesting on keystone-users fixed (things like deleting...
How do you go about adding users to the 'tech' group in either keystone2 0.90.08 or keystone 0.74.00? I have went into the group section under maint, and in...
You must highlight the users that you want to assign tickets to in the 'Group Functions' -> 'Tech' area of the Maintenance Functions (at the bottom of the...
Gyles Garber
goober@...
May 12, 2004 9:22 pm
2627
... I've the same problem. Any help available? TIA --Franco...
I just upgraded to Keystone2 0.90.08 from Keystone 0.74.? On the main login screen there used to be a place for a contact to login and then add a slip. That is...
Hello, SInce I have upgraded to version .90.08 I can't add slips from the add slip link. I can add them from the main page but they are anonymous. I constantly...
I just tried on my working installation, and I can add slips via Add Slip without any problems. Can you give me some more details? -- ... Dave Belfer-Shevett \...
... I don't know if the Contact login function ever really worked correctly, so I've disabled the screen. Contacts should add slips via the public interface...
Hi folks - There's been a few questions about people unable to log into Keystone. Please check the FAQ, and try the suggestions there, and share whatever you...
In 0.90.08, Apache, MySQL Anonymous users can add slips just fine from the main page. If I login and click on the Add Slip link (Long form or short form) I get...
I am trying to resolve another issue and want to verify the database structure. When I click on the schecker link on the Maintenance page first the link fails...
... 'schecker' was a client I wrote to query my server at stonekeep.com to check on current structures in your distribution. Unfortunately, the server target...
... 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...