r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!CureCode] web-based bugtracking tool

Dockimbel
22-Aug-2011
[1249]
Have you restarted Cheyenne fully after the changes in httpd.cfg?
Henrik
22-Aug-2011
[1250]
I kill the old session with kill -9 and start the new after that
Dockimbel
22-Aug-2011
[1251]
You should stop Cheyenne completly, remove the %.rsp-sessions file 
found in Cheyenne working folder, then restart it.
Henrik
22-Aug-2011
[1252]
ls -lR | grep sessions

reveals no such file
Dockimbel
22-Aug-2011
[1253x2]
Try with ls -laR | grep sessions while Cheyenne is fully stopped.
It's a file starting with a dot (= hidden file), so -lR is not enough 
to list it. Also, it exists only when Cheyenne is not running.
Henrik
22-Aug-2011
[1255]
where is the worker-libs block supposed to be located?
Dockimbel
22-Aug-2011
[1256]
GLOBALS section of %httpd.cfg
Henrik
22-Aug-2011
[1257x2]
that seemed to be it. now I'm back to this morning's crash when clicking 
bug entries in the database.
ok, missing table...
Dockimbel
22-Aug-2011
[1259]
The upgrading script should have created all required tables.
Henrik
22-Aug-2011
[1260]
it did not. there was a large number of errors, since there were 
no checks if the tables were actually existing or not and I couldn't 
tell whether the upgrade script actually finished.
Dockimbel
22-Aug-2011
[1261]
As I said, the script is for v0.9.6, for your v0.9.8, you should 
have checked manually which tables are already created. You should 
then comment the lines in the upgrade script to match your configuration.
Henrik
22-Aug-2011
[1262x2]
I'm doing each part manually now.
the rss.gif image is missing from the img/ directory.
Dockimbel
22-Aug-2011
[1264]
Thanks, I'm adding it to the online archive.
Henrik
22-Aug-2011
[1265x2]
When logging in this line fails:

if sess/prefs/my-filter [sess/query: copy sess/prefs/my-filter]

The content of SESS/PREFS is:


[version 1 tickets-color-mode line tickets-alt-color #EEE default-project 
1]


I suppose this was meant to be stored in the database, but would 
a better check on this not be:


if select sess/prefs 'my-filter [sess/query: copy sess/prefs/my-filter]

?
I don't see anything about filters in the upgrade script.
Dockimbel
22-Aug-2011
[1267x3]
Looking into that issue...
It should work okay with v0.9.12. It might be caused by an obsolete 
session object. You should follow the %.rsp-sessions suppression 
process once again.
Hmm, wait, I need to check the database content, it seems that the 
PREFS table might contain obsolete data that are not processed by 
the upgrade script.
Henrik
22-Aug-2011
[1270]
Yes, I checked the db content and it contains the block I posted 
above.
Dockimbel
22-Aug-2011
[1271x3]
You should delete the content of PREFS table, CureCode will recreate 
correct new data if no PREFS record is found:

    DELETE FROM prefs
(make a backup before)
I have test it locally, it should fix your upgrading issue.
Henrik
22-Aug-2011
[1274x3]
ok, that works now.
now when logging in, I get a "redirection trapped" error, but I can 
then proceed to the correct URL via a link below the message.
hmm.. that was either caused by debug/on or my lastpass plugin
Dockimbel
22-Aug-2011
[1277]
Redirection trapped

 is a debug feature, not an error. If debug mode is activated, it 
 produces a intermediary page for HTTP redirection, you have a chance 
 to examine request and session before the redirection is done.
Henrik
22-Aug-2011
[1278]
ah, ok. good.
Dockimbel
22-Aug-2011
[1279]
I have upgraded the install script in v0.9.12 archive to handle the 
mysql-protocol.r installation.
Henrik
22-Aug-2011
[1280]
my curecode seems to be running OK now.
Dockimbel
22-Aug-2011
[1281]
Glad to hear that. :-)
Ladislav
10-Sep-2011
[1282]
Does the CureCode currently work for you?
Henrik
10-Sep-2011
[1283]
works for me
Ladislav
10-Sep-2011
[1284x2]
Strange, I am getting "page unavailable"
Aha, now it finally worked
Ladislav
9-Oct-2011
[1286]
This is annoying. I do not know why, but in Chrome, I am de facto 
unable to log in to CC. Do you have any idea, what may be the culprit?
GrahamC
9-Oct-2011
[1287]
Works for me using Chrome
Ladislav
9-Oct-2011
[1288]
I usually have to wait, until Chrome tells the page is currently 
unavailable
GrahamC
9-Oct-2011
[1289]
and a different browser is okay?
Ladislav
9-Oct-2011
[1290]
In IE it seems to work in a snappy way
Henrik
9-Oct-2011
[1291]
I don't have issues in Chrome.
Dockimbel
9-Oct-2011
[1292]
It works from here with Chrome too. It might be an internal Chrome 
prefetching or DNS caching issue.
Ladislav
9-Oct-2011
[1293]
internal Chrome prefetching

 - looks more like postfetching taking into account how sluggish it 
 is
james_nak
22-Oct-2011
[1294]
Way back when I reported that I was getting an error with the head.rsp 
file. Well, after being on a fix it binge, I decided to take a look 
at what was going on. It turns out that there were multiple instances 
of Cheyenne running. I am not referring to the multiple instances 
on normally sees but from another build altogether. I still don't 
know where that is getting launched from (I checked the startup and 
all the services etc in msconfig) but by kludging it and renaming 
the build I didn't want, it fixed the issue.
Dockimbel
11-Nov-2011
[1295]
The domain issue.cc has expired since yesterday and is no more reachable. 
It seems I've missed something when transferring it to another registrar, 
so it might be unavailable for one or two more days.
Dockimbel
14-Nov-2011
[1296]
Domain issue.cc is up again.
Ladislav
14-Nov-2011
[1297]
Perfect, doc.
Dockimbel
22-Dec-2011
[1298:last]
Domain issue.cc is down again, it seems that the configuration wasn't 
completed after the transfert. I've fixed the config options so it 
should be back online in 24 hours max.