When I update an profile, the site is set to generate an image.
It shows the cross image (there is no image) and if i follow the link it says this:
- Code: Select all
http://excessum.wodkawolf.net/modules/WoWRosterDF/addons/siggen/siggen.php?mode=signature&etag=0&name=Thorgar
If i follow that link, the website gives this error:
- Code: Select all
Warning: main(./modules//settings.php): failed to open stream: No such file or directory in /home/excessum/documentroot/modules/WoWRosterDF/addons/siggen/siggen.php on line 38
Fatal error: main(): Failed opening required './modules//settings.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/excessum/documentroot/modules/WoWRosterDF/addons/siggen/siggen.php on line 38
Now, if i use this it shows (member stuff) however, its properties are:
- Code: Select all
http://excessum.wodkawolf.net/index.php?name=WoWRosterDF&file=addon&roster_addon_name=siggen&mode=signature&member=Thorgar&saveonly=0
If I change the last zero (saveonly=0) into a 1, it DOES create an image.
Now, I cant seem to find where the problem lies, can someone help me?