1
TDE-Drums
White Screen- No Style or graphic missing
  • 2010/6/16 14:34

  • TDE-Drums

  • Just popping in

  • Posts: 29

  • Since: 2010/6/14


I have a recent install that has been working great. All of my installed modules are working great. Just yesterday, things started acting funny and I'm not sure where to turn or what to do. I have two different issues, so I will post them here instead of making two different posts.

1. when I'm logged in to my Admin and I click on the Module Button or link to get to my installed modules my screen has no graphics or colors, it is just plain white with all of the options to manage the modules. I have tried the Cache, other browser options. it is only this page in my Admin doing this.

2. In the past, when I log in or out there would be a nice graphic and a little spinning image telling me what was happening and or where I was being redirected. This is now also a white screen with just plain .html text in the left corner.

Thanks in advance for any help.

David

Version 2.4.4
(When searching the forum for White Screen there is a ton of information, but for an all white screen not a white screen with images and text)

2
TDE-Drums
Re: White Screen- No Style or graphic missing
  • 2010/6/20 4:25

  • TDE-Drums

  • Just popping in

  • Posts: 29

  • Since: 2010/6/14


I was wondering if anyone had any ideas on this. I have two modules that are doing the white page with content.

Basically the admin theme is missing, but all of the content is there.

My Module section is also acting funny and will not find new modules. The screen is white, but all of the content is still there.

David

3
ghia
Re: White Screen- No Style or graphic missing
  • 2010/6/20 7:33

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


XOOPS, MySQL, PHP version?
List of installed modules and their version?
Module names of troublesome?

4
TDE-Drums
Re: White Screen- No Style or graphic missing
  • 2010/6/21 4:37

  • TDE-Drums

  • Just popping in

  • Posts: 29

  • Since: 2010/6/14


Xoops 2.4.4
MySQL 5.1.47
PHP 5.2.13

Modules and Versions.

System V2
Protector V3.4
Smart-FAQ V1.08
MyAlbum-P V2.84
Xoop Stats V.45
XHelp V.78
Web Links V1.95
Forum V2.02
Ads For Xoops 2 V2.5
Smart Object Framework V.8
Happy Linux V1.5
User Profile V1.57
Sitemap V1.3

Currently just the "Module" link takes me to the module page, but there is no Xoops Admin header, just a white page with all of the listed modules and when I add a new module to my server, the page no longer finds the new module. I have to manually run the module installation with a direct link. The module pages does let me turn modules off, delete modules etc...

Thanks

5
culex
Re: White Screen- No Style or graphic missing
  • 2010/6/21 10:08

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Try to go to admin and turn on -> preferences-> php error.

My guess is you have a module making error, and this is halting the reading of your admin.
Programming is like sex:
One mistake and you have to support it for the rest of your life.

6
TDE-Drums
Re: White Screen- No Style or graphic missing
  • 2010/6/21 15:09

  • TDE-Drums

  • Just popping in

  • Posts: 29

  • Since: 2010/6/14


Ok, but my Admin is working great and everything but one page is not showing up correctly.

Just when I click on the "Module" link to see all of my listed modules I get a white screen with content.

Other then that there are no other problems with the Admin system.

I do not have that option in my preferences.

Thanks

David

7
culex
Re: White Screen- No Style or graphic missing
  • 2010/6/21 16:22

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Quote:
I do not have that option in my preferences.


Go to admin->system->preferences->General settings

In Debug mode choose "enable debug (inline mode)" Then go to "modules" and in the bottom of the screen you'll be able to see what errors occur
Programming is like sex:
One mistake and you have to support it for the rest of your life.

8
TDE-Drums
Re: White Screen- No Style or graphic missing
  • 2010/6/21 16:46

  • TDE-Drums

  • Just popping in

  • Posts: 29

  • Since: 2010/6/14


That helps! I never noticed that option.

I get these errors on the Admin /Module Page

Parse error: syntax error, unexpected T_VARIABLE in /home1/
*******/public_html/drumquestion/modules/iMenu/xoops_version.php on line 1


Notice: Use of undefined constant _CO_SOBJECT_WARNING_BETA - assumed '_CO_SOBJECT_WARNING_BETA' in file /modules/smartobject/xoops_version.php line 48
Notice: Use of undefined constant _CO_SOBJECT_WARNING_BETA - assumed '_CO_SOBJECT_WARNING_BETA' in file /modules/smartobject/xoops_version.php line 48

I'm not sure how to fix this or which error is cuasing the screen problem.

thanks

David

9
culex
Re: White Screen- No Style or graphic missing
  • 2010/6/21 18:27

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


It's the parse error. The reason why you dont see this module in the list you wrote is because this error halts the reading of this module and everything after.

Check your imenu module. Open the file xoops_version.php and check line 1.

I see Burning covered this issue in the comments for this module version 2.03.
This comments

Check to see if line 1 is like this.:

<?php$modversion['name'] = _IM_IMENU_NAME;


if so, change to something like this

<?php
$modversion
['name'] = _IM_IMENU_NAME;
Programming is like sex:
One mistake and you have to support it for the rest of your life.

10
TDE-Drums
Re: White Screen- No Style or graphic missing
  • 2010/6/21 18:51

  • TDE-Drums

  • Just popping in

  • Posts: 29

  • Since: 2010/6/14


I had deactivated and uninstalled the module and it is not on my list. when I go to that file the code structure is one long line..

Like one long sentence with no breaks in the code.

David

here is part of it:

<?php$modversion['name'] = _IM_IMENU_NAME;$modversion['version'] = "3.1";$modversion['description'] = _IM_IMENU_DESC;$modversion['credits'] = "";$modversion['author'] = "<a href='http://www.

Can I delete the folder from the server?

David

Login

Who's Online

134 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 134


more...

Donat-O-Meter

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

Latest GitHub Commits