1
MentalMuscle
Re:Call To A Member Function On A Non-object...

The error is gone, but now I get Selected moduel does not exist!, and redirected back to the admin.php page.



2
MentalMuscle
Re:Call To A Member Function On A Non-object...

Unfortunately the suggestion generates the same eror on line 213.



3
MentalMuscle
Call To A Member Function On A Non-object...

I am getting the following error when clicking on the "System Admin" button in the root admin.php page:

Fatal error: Call to a member function on a non-object in C:\Inetpub\wwwroot\Shen\kernel\user.phpon line 212

Here is the code in reference:

function isAdmin( $module_id = null ) {
if ( is_null( $module_id ) ) {
$module_id = isset($GLOBALS['xoopsModule']) ? $GLOBALS['xoopsModule']->getVar( 'mid', 'n' ) : 1;
} elseif ( intval($module_id) < 1 ) {
$module_id = 0;

I have confirmed database access manually, and that there is a MID record in the xoops_modules table.

I have tried reinstalling XOOPS with a new database and user as well as some modifications to the script, but have had no luck so far.

Any help is greatly appreciated.



4
MentalMuscle
Re:Warning [PHP]: chmod(): No such file or directory in file ....

This is a permissions issue. Without additional information on what your setup is I can't give you specifics on what to check.

I got this error by re-uploading a theme to the themes directory (and setting it as default) were the inheritable permssions set on my root directory didn't get applied to the theme directory and files. Re-propogating the permissions fixed this.

My set up:

Win 2K3 server
IIS6
PHP 4.3.9
MySQL 4.0.2.1
Xoops 2.0.7.3



5
MentalMuscle
Re:Blank Page After New Installation

I actually have the IUSR account with modify permission on the entire root directory and its child objects, and have tried several modifications with the theme based on other posts.

This server is getting re-imaged. I disabled services to make sure nothing was conflicting, but no luck there either.

Thanks for all your suggestions. Anymore are welcome. i'm interested to see if someone throws something out I have read or tried. It would be helpful to put something together that covers all the successful fixes for problems people have faced.



6
MentalMuscle
Re:Blank Page After New Installation

No such luck on moving my server outside the firewall. Still a boring blank page looking back at me.



7
MentalMuscle
Re:Blank Page After New Installation

I've had a gander at www.iis_resources.com. Looks like a good resource to have for IIS users.

My phpMyAdmin site runs flawless, and both site are configured with the same permissions atm. All sites in my root directory inheret their permission from the root directory. I have set the value for http_referer request to true, but no luck. However, I'll move this server outside my firewall and see what happens.

DOH!!! That's what I get for staring at these configs for so long. However, I do have PHP debugging enbabled via the php.ini and common.php file, and am able to generate visible errors at will. Just nothing comes up when I correct whatever change I made.

Thanks for the suggestions. If anything this helps me to solidify that I'm not losing it, and have been following sound troubleshooting steps.



8
MentalMuscle
Re:Blank Page After New Installation

Yes, the page is totally blank, and no php errors are displayed unless I go into a file a modify something to cause one to get thrown. By itself, completely set up correctly, no erros are displayed.

I did delete everything from the templates_c directory, and upon accessing the page all files were writen back to the directory.

The common.php file has been reloaded.

This required value to turn on debugging via the database is set to 0.

No errors to go on .



9
MentalMuscle
Re:Blank Page After New Installation

No luck , but keep the suggestions coming. I could've missed something in my researching of this problem (although I did a LOT of researching).

Does XOOPS load anything to the system directory that I should've deleted before re-installing, or leave trace files elsewhere and/or registry entries I could've missed after removing it? I'm new to Xoops, but from what I can tell this is not the case. I'm just grabbing at any possibilities at this point.



10
MentalMuscle
Re:Blank Page After New Installation

It is, but just to make sure I checked it agian . Isn't that for installing and upgrading through? The security on my root directory and its contents atm are a little to relaxed for my taste, but at least we can rule that out.




TopTop
(1) 2 »



Login

Who's Online

196 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 196


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