Ill continue to comment in
https://github.com/gephi/gephi-plugins/issues/40
Search found 3 matches
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable- 29 Jul 2014 02:10
- Forum: How-To and Troubleshooting
- Topic: Neo4j database full import not working - empty warning mess
- Replies: 10
- Views: 8842
- 29 Jul 2014 01:57
- Forum: How-To and Troubleshooting
- Topic: Neo4j database full import not working - empty warning mess
- Replies: 10
- Views: 8842
Re: Neo4j database full import not working - empty warning m
I forked the plugin git and looked at the source. It seems that exceptions get eaten on connect - very very very very very ugly. Still typical Java programmers behaviour... I did the following to Neo4jVisualDebugger: @@ -189,6 +189,13 @@ public class Neo4jMenuAction extends CallableSystemAction { Co...
- 28 Jul 2014 23:18
- Forum: How-To and Troubleshooting
- Topic: Neo4j database full import not working - empty warning mess
- Replies: 10
- Views: 8842
Re: Neo4j database full import not working - empty warning m
I have the same problem with a database created with 2.1.0 or 2.1.2 (same with both versions) on a windows as well as on a linux machine. I get just an empty error window on "full import" and no message on traversal. Is there any restrictions on how the database should look like? I managed to save o...