can you help me with my ACP problem?
-----
| Author | Message | |
|---|---|---|
|
Mikecp421 |
||
| Wed Jul 27, 2005 9:54 am Post subject: can you help me with my ACP problem? | ||
|
I did a mod yesterday called the Custom Title mod and since then I am unable to get into my ACP. Maybe you can look in my files as I have scanned them for hours went over the mod 3 times and although the mod works the ACP won't come up, thanks.
|
||
|
Thoul |
||
| Wed Jul 27, 2005 12:36 pm Post subject: re: can you help me with my ACP problem? | ||
|
What happens when you try the ACP? Does it load blank pages, error messages, redirect to the index, etc.?
|
||
|
Mikecp421 |
||
| Wed Jul 27, 2005 2:55 pm Post subject: re: can you help me with my ACP problem? | ||
|
its blank, it gives me the re-authenticate page then goes to the admin/index.php and ends with line on the end that doesn't seem appropriate.
sid=61d3cf9363bb79d0f4d00a9bb3161a01 |
||
|
Mikecp421 |
||
| Wed Jul 27, 2005 4:44 pm Post subject: re: can you help me with my ACP problem? | ||
|
funny thing is, I did a mod called Custom title hack and when I was done I forgot to do the sql caus eI didnt see it so my viewtopic had an error, then I ran the thing and still no custom title thing, but I configured it in the ACP whcih was fine, then I removed it and put back the backup files and the ACP was gone so I put back the modded files and the ACP was still gone but the mod worked and still works to the specs I set in the ACP. lol. I went over the code like 5 times looking for something wrong or messed up but I cant find anything.
|
||
|
Thoul |
||
| Wed Jul 27, 2005 4:49 pm Post subject: re: can you help me with my ACP problem? | ||
|
The sid=... thing is normal; it's part of phpBB's session system that keeps track of you as you move from one page to another. As for the blankness, try reuploading any admin/admin_*.php files that came with the hack. They may not have uploaded correctly.
If you had to edit any existing files with names like that - say admin_user.php, for example - there could be an error in one of those. Double check any changes to them. If they appear okay, replace each file with a backup, one at a time. When the frame contents reappear, the file you just replaced will be the one with the problem. |
||
|
Mikecp421 |
||
| Wed Jul 27, 2005 6:02 pm Post subject: re: can you help me with my ACP problem? | ||
|
ok understood but I did do all of that already. Not only that but the files that were edited are as follows;
admin/admin_board.php admin/admin_users.php includes/constants.php includes/usercp_avatar.php includes/usercp_register.php includes/usercp_viewprofile.php language/lang_english/lang_admin.php language/lang_english/lang_main.php templates/subSilver/admin/board_config_body.tpl templates/subSilver/admin/user_edit_body.tpl templates/subSilver/profile_add_body.tpl templates/subSilver/profile_view_body.tpl templates/subSilver/viewtopic_body.tpl viewtopic.php I will try again one by one of each file and then let you know what happens. Thanks again. BTW- Might it be an issue that right about the same time I enabled gzip compression to the board via the ACP? I just ran all the files and no changes. |
||
|
Thoul |
||
| Wed Jul 27, 2005 6:17 pm Post subject: re: can you help me with my ACP problem? | ||
|
The gzip compression could be a factor. Try running this query on your database. It should disable the gzip compression.
Code: UPDATE phpbb_config SET config_value=0 WHERE config_name='gzip_compress';
|
||
|
Mikecp421 |
||
| Wed Jul 27, 2005 6:57 pm Post subject: re: can you help me with my ACP problem? | ||
|
OMG it worked! dude! you deserve a friggin medal, I swear. I so appreciate all that you have done for me in the last few weeks. You continually find a way to help me make things better when they go wrong, If I could have your first born I would but I am not a woman. LOL Where can I donate to your efforts, I dont have much but I want to repay you somehow.
|
||
|
Thoul |
||
| Wed Jul 27, 2005 7:13 pm Post subject: re: can you help me with my ACP problem? | ||
|
Great, I'm glad that worked.
Quote: Where can I donate to your efforts, I dont have much but I want to repay you somehow.
Thanks. |
||
|
Mikecp421 |
||
| Wed Jul 27, 2005 7:51 pm Post subject: re: can you help me with my ACP problem? | ||
|
cool, I will get to it soon. * LIPA bill is too high this month!
|
||