1
Shadowguy711
Can't access admin panel! No button to press first time in admin

I just installed XOOPS on a free Byethost web server.
The problem is - when I access the Admin panel, it shows: "This is your first time to enter the administration section. Press the button below to proceed."
But I can't see any buttons below nor above.
I think the problem is in the forced ADS that every free Byethost server includes, it may hide the buttons.

Does anyone know a way how to bypass that page?

2
jensclas
Re: Can't access admin panel!

Well that is a new one on me...did you check the FAQ on can't access admin?

3
Nexarcon
Re: Can't access admin panel!
  • 2006/9/14 7:24

  • Nexarcon

  • Just popping in

  • Posts: 10

  • Since: 2006/9/14


I'm having the same problem, fresh install of 2.0.15.
It just won't show a button, I've made sure all the directories have the right permissions. But alas, still the same problem. The install went completely fine too.
I'm using GoDaddy as my host, not a free plan or anything though.
I searched the whole site and the only thing that came up that was relevant was this post and another.'

EDIT: Also check this out:
Quote:
Website URL:
http://www.createammorpg.com

XOOPS Version:
XOOPS 2.0.15

XOOPS Theme:
default

XOOPS Template Set:
default

PHP Version:
4.3.11

MySQL Version:
4.0.27-max-log

Server Software:
Apache

User's Browser:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6

4
Nexarcon
Re: Can't access admin panel!
  • 2006/9/14 20:06

  • Nexarcon

  • Just popping in

  • Posts: 10

  • Since: 2006/9/14


I'm still having this problem, no idea what is causing. But I really don't want to install a version a year older just to run XOOPS. Anyone got any advice?

5
jensclas
Re: Can't access admin panel!

Me again- just found this thread

I know it doesn;t explain your lack of a button - but it could get you going - so...add the file mentioned in this post or try starting with a fresh install of XOOPS 2.0.14 - it is not a year old - more like 2-3 month (can't recall the release date) but it didn't have the bugs 2.0.15 appears to have. Then upgrade. Let us know how you get on.

6
Nexarcon
Re: Can't access admin panel!
  • 2006/9/14 20:33

  • Nexarcon

  • Just popping in

  • Posts: 10

  • Since: 2006/9/14


Thanks for going out of your way to help ^__^
I'm uploading 2.0.14 now, I said 1 year old cause it was the only other download 2.0.13 in the downloads, but I checked out the sourceforge page.
Thanks again for your help, it's really appreciated :)

7
jensclas
Re: Can't access admin panel!

NP I do my best!

8
masshostnet
Re: Can't access admin panel!

We had 2 clients who had similar problems with godaddy. Godaddy run phpsuexec and it may be affecting the way XOOPS processes.I suggest calling GD support and tell them the problem. They may have a solution since they do offer XOOPS as one of their free applications.
Free worry-free Xoops installation
Free templates
Trouble Free Xoops Hosting
Masshost.Net

9
iHackCode
Re: Can't access admin panel! No button to press first time in admin

Quote:

Shadowguy711 wrote:
I just installed XOOPS on a free Byethost web server.
The problem is - when I access the Admin panel, it shows: "This is your first time to enter the administration section. Press the button below to proceed."
But I can't see any buttons below nor above.
I think the problem is in the forced ADS that every free Byethost server includes, it may hide the buttons.

Does anyone know a way how to bypass that page?


im not sure if this work. but in theory it should..

what it does...is. after 3 seconds it automatically submits. the text in red is what i added

root/include/functions.php
function xoops_confirm($hiddens$action$msg$submit ''$addToken true)
{
    
$submit = ($submit != '') ? trim($submit) : _SUBMIT;
    echo 
'
    <div class="confirmMsg">
      <h4>'
.$msg.'</h4>
      
      <form method="post" action="'
.$action.'">
    '
;
    foreach (
$hiddens as $name => $value) {
        if (
is_array($value)) {
            foreach (
$value as $caption => $newvalue) {
                echo 
'<input type="radio" name="'.$name.'" value="'.htmlspecialchars($newvalue).'" /> '.$caption;
            }
            echo 
'<br />';
        } else {
            echo 
'<input type="hidden" name="'.$name.'" value="'.htmlspecialchars($value).'" />';
        }
    }
    if (
$addToken != false) {
        
$token=&XoopsMultiTokenHandler::quickCreate(XOOPS_TOKEN_DEFAULT);
        echo 
$token->getHtml();
    }
    echo 
'
        <input type="submit" name="confirm_submit" value="'
.$submit.'" /> <input type="button" name="confirm_back" value="'._CANCEL.'" onclick="javascript:history.go(-1);" />
      
    </form>
    [color=CC0033] <script type="text/javascript" language="javascript">
    setTimeout("document.forms[0].submit();",3*1000);  
    </script>[/color]
    </div>
    '
;
}
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

Login

Who's Online

228 user(s) are online (156 user(s) are browsing Support Forums)


Members: 0


Guests: 228


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits