[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •[SOLVED] No graph is displaying ...
Page 1 of 1

[SOLVED] No graph is displaying ...

Posted: 25 Jan 2012 18:16
by kthomp271828
I am new to Gephi and using version 0.8 beta. I validated the gexf file with an xml parser but when I load it into Gephi, it gives a warning about GEXF version 1.1. My header information is below:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<gexf xmlns="http://www.gexf.net/1.2draft" xmlns:viz="http://www.gexf.net/1.1draft/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.2draft http://www.gexf.net/1.2draft/gexf.xsd" version="1.2">
Is there a problem here that would prevent my graph from displaying? I basically copied this from the GEFX tutorial, so I thought it would be ok.

Re: No graph is displaying ...

Posted: 25 Jan 2012 18:34
by admin
Hi,

This is not a warning but an information that the parser version is 1.1 :)