I did update semanticscuttle from 0.97.2 to 0.98.4 (ubuntu packages). I am quite sure the database is correct for the version. But I don't get a tag cloud and the tags page is empty. Also auto completion for tags of new bookmarks does not work.
The tags are still displayed together with the bookmarks and clicking the tags selects the respective bookmarks.
Is there a simple way to find out what goes wrong?
Cheers,
Torsten
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, have a look at your web server error log. Are any PHP errors/warnings in there?
Second, regarding autocompletion: Open the developer console in your browser when adding a new bookmark. Try to add a tag. Do any errors/warnings pop up?
Also, did you update the database? see doc/UPGRADE.txt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
[Wed Oct 30 22:14:47 2013][error][client 192.168.130.101] PHP Strict Standards: Only variables should be assigned by reference in /usr/share/semanticscuttle/www/api/posts_all.php on line 22, referer: http://server/semanticscuttle/profile.php/totty
This is one of the last ones in the bookmarks export. And there is a notice but I don't know how to trigger this:
[Sat Nov 02 17:11:29 2013][error][client 192.168.130.101] PHP Notice: Undefined variable: msg_title in /usr/share/php/SemanticScuttle/db/mysql.php on line 433
I don't get any errors or warnings in the developer console but autocompletion and Tags result in both
I did upgrade the database and I am quite certain it is completely up to date. I tried to get the queries displayed as described under debug but this led to an error:
XML-Verarbeitungsfehler: "Junk" nach Dokument-Element Adresse: http://server/semanticscuttle/alltags.php/totty?explain=1 Zeile Nr. 88, Spalte 1:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8869-1"><meta http-equiv="Content-Style-Type" content="text/css"><link rel="stylesheet" href="adm/subSilver.css" type="text/css"><style type="text/css"> ^
Cheers,
Torsten
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I did update semanticscuttle from 0.97.2 to 0.98.4 (ubuntu packages). I am quite sure the database is correct for the version. But I don't get a tag cloud and the tags page is empty. Also auto completion for tags of new bookmarks does not work.
The tags are still displayed together with the bookmarks and clicking the tags selects the respective bookmarks.
Is there a simple way to find out what goes wrong?
Cheers,
Torsten
First, have a look at your web server error log. Are any PHP errors/warnings in there?
Second, regarding autocompletion: Open the developer console in your browser when adding a new bookmark. Try to add a tag. Do any errors/warnings pop up?
Also, did you update the database? see doc/UPGRADE.txt
I had some problems with a too strict php:
[Wed Oct 30 22:14:47 2013] [error] [client 192.168.130.101] PHP Strict Standards: Only variables should be assigned by reference in /usr/share/semanticscuttle/www/api/posts_all.php on line 22, referer: http://server/semanticscuttle/profile.php/totty
This is one of the last ones in the bookmarks export. And there is a notice but I don't know how to trigger this:
[Sat Nov 02 17:11:29 2013] [error] [client 192.168.130.101] PHP Notice: Undefined variable: msg_title in /usr/share/php/SemanticScuttle/db/mysql.php on line 433
I don't get any errors or warnings in the developer console but autocompletion and Tags result in both
GET http://server/semanticscuttle/ajax/getcontacts.php?beginsWith=text
GET http://server/semanticscuttle/ajax/getlinkedtags.php?tag=&parent=true
coming up with an empty reply.
I did upgrade the database and I am quite certain it is completely up to date. I tried to get the queries displayed as described under debug but this led to an error:
XML-Verarbeitungsfehler: "Junk" nach Dokument-Element Adresse: http://server/semanticscuttle/alltags.php/totty?explain=1 Zeile Nr. 88, Spalte 1:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8869-1"><meta http-equiv="Content-Style-Type" content="text/css"><link rel="stylesheet" href="adm/subSilver.css" type="text/css"><style type="text/css"> ^
Cheers,
Torsten
I chose the simple solution.
Export to xml, create fresh database, import from xml...
I will probably never find out what I did wrong.
Cheers,
Torsten
Thanks for reporting back.