Post #1 · Posted at 2007-04-04 01:06:12pm 18.2 years ago
![]() | |
---|---|
![]() |
Member+ |
393 Posts | |
![]() | |
Reg. 2006-08-26 | |
"Magic Parade with me!" |
All it gives me is a blank page. 

Post #2 · Posted at 2007-04-04 09:04:32pm 18.2 years ago
![]() | |
---|---|
![]() |
Admin |
9,401 Posts | |
![]() | |
Reg. 2006-05-01 | |
![]() | |
"BEMANI Sound Team" |
That's weird, it's completely working for me. 

Post #3 · Posted at 2007-04-05 03:51:28am 18.2 years ago
![]() | |
---|---|
![]() |
Member+ |
393 Posts | |
![]() | |
Reg. 2006-08-26 | |
"Magic Parade with me!" |
Post #4 · Posted at 2007-04-05 03:57:59am 18.2 years ago
![]() | |
---|---|
![]() |
Admin |
9,401 Posts | |
![]() | |
Reg. 2006-05-01 | |
![]() | |
"BEMANI Sound Team" |
That's very odd, you either see Upload Success, or Permission Denied but never nothing... I'll look into it.
Edit: I just did a blank update on that particular simfile (i.e. just click the Update button without changing anything) and I got the simfile updated screen.
Edit: I just did a blank update on that particular simfile (i.e. just click the Update button without changing anything) and I got the simfile updated screen.
Post #5 · Posted at 2007-04-05 04:03:55am 18.2 years ago
![]() | |
---|---|
![]() |
Member+ |
393 Posts | |
![]() | |
Reg. 2006-08-26 | |
"Magic Parade with me!" |
Quote: al2k4 |
---|
That's very odd, you either see Upload Success, or Permission Denied but never nothing... I'll look into it. |
If it helps, this is what I get when I click on "Edit", I'm not able to change or upload anything.
Post #6 · Posted at 2007-04-05 04:15:29am 18.2 years ago
![]() | |
---|---|
![]() |
Admin |
9,401 Posts | |
![]() | |
Reg. 2006-05-01 | |
![]() | |
"BEMANI Sound Team" |
Odd, cos under the current uploadsimfile.php file:
You should actually get something:
Log in check: Logged in (access)
Category/Simfile ID check: A simfile ID exists (access)
Permission check: Master owner/minor owner/admin? (access)
Add/Edit check: Edit (access)
Submit check: No (access no submit section)
The "no submit" section should have been processed under that criteria.
Edit: OK, I added a command not recognised condition into v2, test if you get that error or not...
You should actually get something:
Log in check: Logged in (access)
Category/Simfile ID check: A simfile ID exists (access)
Permission check: Master owner/minor owner/admin? (access)
Add/Edit check: Edit (access)
Submit check: No (access no submit section)
The "no submit" section should have been processed under that criteria.
Edit: OK, I added a command not recognised condition into v2, test if you get that error or not...
Post #7 · Posted at 2007-04-05 04:41:09am 18.2 years ago
![]() | |
---|---|
![]() |
Member+ |
393 Posts | |
![]() | |
Reg. 2006-08-26 | |
"Magic Parade with me!" |
Quote: al2k4 |
---|
Odd, cos under the current uploadsimfile.php file: You should actually get something: Log in check: Logged in (access) Category/Simfile ID check: A simfile ID exists (access) Permission check: Master owner/minor owner/admin? (access) Add/Edit check: Edit (access) Submit check: No (access no submit section) The "no submit" section should have been processed under that criteria. Edit: OK, I added a command not recognised condition into v2, test if you get that error or not... |
Still blank.
Post #8 · Posted at 2007-04-05 05:09:30am 18.2 years ago
![]() | |
---|---|
![]() |
Admin |
9,401 Posts | |
![]() | |
Reg. 2006-05-01 | |
![]() | |
"BEMANI Sound Team" |
OK; I'll just demote myself to a normal user and then assign that category to me for time being so I'm at the same level that you are and I'll see if I get the same thing.
If I don't; it must be a weird problem in your end cos I have no idea why that WOULD be happening.
Edit: Ah, yes, I'm getting what you get now.
Let me just debug the page(s).
Edit 2: OK fixed it, I made a cockup with implementing the minor/master owner system; the old system allowed multiple users to own a category but the new system uses a similar system so that the master owner is allowed to add multiple owners to the category.
So all the old owners were reassigned to master owners and the old owner system was replaced with the minor owner system. Now, all the people that previously that owned a category are now a master owner and not a minor owner anymore; however, because I forgot to remove the bit of code, it found out you are not a minor owner (because that's what it originally checked for), it denied you access to it and put a blank page. I got rid of it now and everything should be AOK. Sorry about that.
If I don't; it must be a weird problem in your end cos I have no idea why that WOULD be happening.
Edit: Ah, yes, I'm getting what you get now.

Edit 2: OK fixed it, I made a cockup with implementing the minor/master owner system; the old system allowed multiple users to own a category but the new system uses a similar system so that the master owner is allowed to add multiple owners to the category.
So all the old owners were reassigned to master owners and the old owner system was replaced with the minor owner system. Now, all the people that previously that owned a category are now a master owner and not a minor owner anymore; however, because I forgot to remove the bit of code, it found out you are not a minor owner (because that's what it originally checked for), it denied you access to it and put a blank page. I got rid of it now and everything should be AOK. Sorry about that.

Post #9 · Posted at 2007-04-05 06:34:59am 18.2 years ago
![]() | |
---|---|
![]() |
Member+ |
393 Posts | |
![]() | |
Reg. 2006-08-26 | |
"Magic Parade with me!" |
Quote: al2k4 |
---|
OK; I'll just demote myself to a normal user and then assign that category to me for time being so I'm at the same level that you are and I'll see if I get the same thing. If I don't; it must be a weird problem in your end cos I have no idea why that WOULD be happening. Edit: Ah, yes, I'm getting what you get now. ![]() Edit 2: OK fixed it, I made a cockup with implementing the minor/master owner system; the old system allowed multiple users to own a category but the new system uses a similar system so that the master owner is allowed to add multiple owners to the category. So all the old owners were reassigned to master owners and the old owner system was replaced with the minor owner system. Now, all the people that previously that owned a category are now a master owner and not a minor owner anymore; however, because I forgot to remove the bit of code, it found out you are not a minor owner (because that's what it originally checked for), it denied you access to it and put a blank page. I got rid of it now and everything should be AOK. Sorry about that. ![]() |
Alright! Thanks man! You're a lifesaver!

al2k4: LOCKED