Moderator: zanix
kelem wrote:I'm having an odd error where the signatures are semi-created.
Meaning if you go to look at an uploaded profile the sig above the player information has the "No Player Found" text but if you go to the sig it's there.
Doing the sig/avatar preview works correctly, but the link to the sig is not.
Example:
/roster/char.php?name=Kelem will show "Player Not Found" on the image
but
/roster/char.php?member=Kelem works perfectly fine.
zanix wrote:777 berrant
Neriyah wrote:Berrant, sounds like permission problem. You can create new but can't update existing.
Zanix cheers for the tip, found the problem:
trigger.php
- Code: Select all
$temp = @readfile(ROSTER_URL.'addons/siggen/siggen.php?mode='.$single_config['id'].'&etag=0&saveonly=1&member='.urlencode(utf8_decode($member_name)));
missing / before addons/
- Code: Select all
$temp = @readfile(ROSTER_URL.'/addons/siggen/siggen.php?mode='.$single_config['id'].'&etag=0&saveonly=1&member='.urlencode(utf8_decode($member_name)));
That sorted it
edit:
At first thought my roster config is missing the / at the end of the path but when I tried putting it there it seems roster stripped it off itself so go figure...
And I'm guessing that's the reason siggen config is missing the / in image preview path also...
TankGirl wrote:I was having the UniUplaoded issue... and this worked beautifully!
THANK YOU NERIYAH!Neriyah wrote:Berrant, sounds like permission problem. You can create new but can't update existing.
Zanix cheers for the tip, found the problem:
trigger.php
- Code: Select all
$temp = @readfile(ROSTER_URL.'addons/siggen/siggen.php?mode='.$single_config['id'].'&etag=0&saveonly=1&member='.urlencode(utf8_decode($member_name)));
missing / before addons/
- Code: Select all
$temp = @readfile(ROSTER_URL.'/addons/siggen/siggen.php?mode='.$single_config['id'].'&etag=0&saveonly=1&member='.urlencode(utf8_decode($member_name)));
That sorted it
edit:
At first thought my roster config is missing the / at the end of the path but when I tried putting it there it seems roster stripped it off itself so go figure...
And I'm guessing that's the reason siggen config is missing the / in image preview path also...
Users browsing this forum: No registered users and 1 guest