Upload problems

CharacterProfiler.lua file uploading issues

Re: Upload problems

Postby DukeGangsta » Sat Aug 12, 2006 1:13 am

thanks for this tip! it was exactly this problem with the open_base_dir
DukeGangsta
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Fri Aug 11, 2006 9:41 pm

Re: Upload problems

Postby thisi » Sun Aug 13, 2006 10:19 pm

This is the same problem I have - when I attempt to upload ... it's blank.


Can you email me exactly how to fix it? I am such a newbie when it comes to this stuff and am trying to figure this all out for the first time. The learning curve is harsh!

At first I figured it was because I didn't have the phpbb.php link properly put in, but now I am wondering, if it's supposed to be where it is /Roster/lib/phpbb.php, or am I supposed to have that somewhere else?
thisi
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Sat Aug 12, 2006 6:27 pm

Re: Upload problems

Postby BlueCrossGothic » Mon Aug 14, 2006 6:32 am

twisted-monkey wrote:I have the blank update problem. [...] The only output I get is under the SQL queries (if I expand it) where I see "SELECT `config_name`, `config_value` FROM `thfRoster_config` ORDER BY `id` ASC;"


That's my problem, too. I've read Twisted-Monkey's following post, but my skills aren't big enough to handle this for my own. Could someone explain it to me in a few steps or short tutorial?

Thanks a lot for your great work ... and hopefully for a little help. :)


-BCG


PS. I'm a german with school-english-skills. So I hope that you're understand me.
Last edited by BlueCrossGothic on Mon Aug 14, 2006 6:32 am, edited 1 time in total.
User avatar
BlueCrossGothic
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Sun Aug 13, 2006 4:18 am
Location: Berlin, Germany

Re: Upload problems

Postby Rammaroth » Sat Aug 19, 2006 3:58 am

I had the same problem since the installation for the roster.

I tried to install it in 2 different host providers with different php/mysql configuration, but both under Apache/Linux.

With little php knowledge, I check the upgrade.php file and I found that the file filter doesn't have any upper/lower check for the name, so the CharacterProfiler.lua must be entered exactly as the script need.

In case of Apache/ISS under Windows there is no problem, but under Linux the filename must be exact as the script.

So I rename the CHARACTERPROFILER.LUA (exactly what I found in my installation) to CharacterProfiler.lua and everything runs smooth on both installs.

Hope that helps :)
Rammaroth
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Tue Aug 15, 2006 2:25 am

Upload problems

Postby GuaRRand » Sun Aug 27, 2006 6:33 pm

As said in another topic, i still have problems with the fact that my members cant upload. they only get an empty update log.
I can upload my own chacracter.lua file, but not that from another member (they sen dthem to me and i upload..), i got an empty log also.

==> My Settings <==
User avatar
GuaRRand
WR.net Apprentice
WR.net Apprentice
 
Posts: 32
Joined: Wed Aug 23, 2006 9:59 pm
Location: NL

Re: Upload problems

Postby skinner927 » Wed Aug 30, 2006 4:26 am

I was wondering if anyone who has reconfigured their php.ini file with open_base_dir could send me a snipet of it. I dont know what I'm supposed to configure it to. Should it be the base directory of my account or base directory of the base of wowroster?

thanks for the help.
User avatar
skinner927
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Tue Aug 29, 2006 10:08 pm

Upload problems

Postby zanix » Wed Aug 30, 2006 9:22 am

skinner927 wrote:I was wondering if anyone who has reconfigured their php.ini file with open_base_dir could send me a snipet of it. I dont know what I'm supposed to configure it to. Should it be the base directory of my account or base directory of the base of wowroster?

thanks for the help.
You need the php upload temp directory in there
You can find what this is set to in php.ini
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Upload problems

Postby Baldr » Thu Aug 31, 2006 10:12 pm

twisted-monkey wrote:I fixed it for myself. look out for server config issues.
If you have open_basedir enabled, ensure you edit the upload_tmp_dir in your php.ini to be under the basedir.

basically my file was not being accepted when it was uploaded. so it never got processed.
I have the same problem but i can't edit the php.ini file. Other suggestions? :scratch:
Baldr
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Aug 23, 2006 4:46 pm

Re: Upload problems

Postby skinner927 » Fri Sep 01, 2006 2:40 am

zanix wrote:
skinner927 wrote:I was wondering if anyone who has reconfigured their php.ini file with open_base_dir could send me a snipet of it. I dont know what I'm supposed to configure it to. Should it be the base directory of my account or base directory of the base of wowroster?

thanks for the help.
You need the php upload temp directory in there
You can find what this is set to in php.ini


Ok, i'm alittle confused now. I just talked with my host and they have no variables set for open_base_dir meaning, i guess, i uploads to the current dir. Is it required to have it? I am able to edit my php.ini so no prob with that. my whole roster install is setup like this:

[my portion of server base]/wowroster/htdocs/[all the files]
AKA
/wowroster/htdocs

so what should I put in my php.ini file?

open_base_dir = '/wowroster/htdocs/'

thanks for all the help.
User avatar
skinner927
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Tue Aug 29, 2006 10:08 pm

Upload problems

Postby zanix » Fri Sep 01, 2006 4:27 am

There is a variable set in php.ini called "upload_tmp_dir"
You need the value of this set in "open_base_dir" as well

I dunno how to set multiple paths, but I know it is possible
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Upload problems

Postby skinner927 » Fri Sep 01, 2006 4:53 am

Thank you so much. That was exactly what I needed to boost me to get it to work. Aparently my host just sends out generic php.ini files and doesnt adjust them with your spot on the server, meaning it was trying to upload to part of the server i didn't own, or didn't have permission to access.

thanks for all the help!
User avatar
skinner927
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Tue Aug 29, 2006 10:08 pm

Re: Upload problems

Postby GuaRRand » Tue Sep 05, 2006 5:21 pm

GuaRRand wrote:As said in another topic, i still have problems with the fact that my members cant upload. they only get an empty update log.
I can upload my own chacracter.lua file, but not that from another member (they sen dthem to me and i upload..), i got an empty log also.

==> My Settings <==


.... it would have helped if they had tried to upload the lua file from the WTF/ directory instead of the addons directory...

In other words.. it works now :)

BUT, it might be wise to put that piece of info in the basic upload instructions.
As it is now, i can kinda understand how they tried to upload the wrong file.

1. Download Character Profiler
2. Extract zip into its own dir in C:\Program Files\World of Warcraft\Interface\Addons\ (CharacterProfiler\) directory
3. Start WoW
4. Open your bank, quests, and the profession windows which contain recipes
5. Log out/Exit WoW (See above if you want to use the UniUploader to upload the data automatically for you.)
6. Go to the update page
7. Click browse and select your *.lua files to upload

Optional PvP Stats: .....


i'd add to point 7. Click browse and select your *.lua files, Which are located in your WTF/ACCOUNT/SAVEDVARIABLES.... etc.. directory

Just a suggestion :)
Last edited by GuaRRand on Tue Sep 05, 2006 5:22 pm, edited 1 time in total.
User avatar
GuaRRand
WR.net Apprentice
WR.net Apprentice
 
Posts: 32
Joined: Wed Aug 23, 2006 9:59 pm
Location: NL

Upload problems

Postby zanix » Wed Sep 06, 2006 5:42 am

There are help tooltips in the update page
Hover over the word "CharacterProfiler.lua"

(In 1.7.1, it should be easier to find the tooltip)
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Upload problems

Postby Fluence » Thu Sep 07, 2006 2:50 am

Can anybody tell me what has to be changed in the php.ini file exactly, since I am not able to change the php.ini file myself.

Are there any other solutions for this too?

Thanks folks!
Fluence
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Thu Sep 07, 2006 2:48 am

Upload problems

Postby zanix » Thu Sep 07, 2006 10:59 am

Uh, read the posts above...the info is there

See what I said
zanix wrote:There is a variable set in php.ini called "upload_tmp_dir"
You need the value of this set in "open_basedir" as well

I dunno how to set multiple paths, but I know it is possible
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

PreviousNext

Return to Uploading

Who is online

Users browsing this forum: No registered users and 1 guest

cron