21
nillie4
Re: Legacy GUI Not working with Microsoft Explorer
  • 2009/3/31 23:09

  • nillie4

  • Just popping in

  • Posts: 1

  • Since: 2009/3/31


I have same problem too , any one could find solution for it .. it happened after updated my site to 2.3.3 ..

22
Catzwolf
Re: Legacy GUI Not working with Microsoft Explorer
  • 2009/4/1 1:37

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


The first example you have shown is the correct one and not the new one within 2.33.

Regarding the issue,

I am personally having a lot of caching and error suppression throughout XOOPS 2.3.3 which is making development and debugging a complete and utter nightmare at the moment.

I plan from tomorrow to do a lot of data mining and debugging of this version.

Can someone please try this and confirm the results please?

I am not getting the issues anyone is suggestion, either via a new install or with an upgraded version. The legacy version works without issue when updating.

So.....

I would like if you can delete your browser cache and cookies.
Delete the contents from the following folders.

xoops_data/smarty_cache
xoops_data/smarty_compile
xoops_data/xoops_cache
xoops_root_path/cache

Also, can you tell me which modules you guys have?

Catz

23
onasre
Re: Legacy GUI Not working with Microsoft Explorer
  • 2009/4/1 4:28

  • onasre

  • Not too shy to talk

  • Posts: 150

  • Since: 2006/8/12


I dont think it Cash problem , i have done the clean up and still the same error, However i managed to solve the problem by doing this .

file cp_functions.php line 160 to 163
echo "
        </body>
      </html>
    "
;


I moved them to the top of line 157

echo $GLOBALS['xoopsLogger']->render'' );


it works perfect Now , i have no idea wht this has to do with the error but it solved it for me . i did this change after wht ghia said about the new code's had been changed and added to cp_functions.php
Whatever Hits You , Never was to Mess you , and Whatever Messed U , Never Was to Hit You.

24
colossus
Re: Legacy GUI Not working with Microsoft Explorer
  • 2009/4/1 13:51

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

Not much help from here... It's working now, and I cannot duplicate the issue!

Anyway, here is my configuration:

XOOPS - XOOPS 2.3.3
PHP - 5.2.5
MySQL - 4.1.22-standard

Modules:

News 1.61
Protector 3.32
Smartsection 2.13
NewBB 1 (the one in XOOPS 2.0.13.2)
MyDownloads 1.44
MyLinks 1.12
XoopsPool 1.02
Istats 1.01
Comments 1.01

Regards: Colossus

25
Hasanibrahim
Re: Legacy GUI Not working with Microsoft Explorer

some of users in XOOPS turkish site have this problem, too. They couldn't enter their site with ie7.

26
onasre
Re: Legacy GUI Not working with Microsoft Explorer
  • 2009/4/1 17:08

  • onasre

  • Not too shy to talk

  • Posts: 150

  • Since: 2006/8/12


They can fix it the same way i did or put back cp_functions.php from XOOPS 2.3.2
Whatever Hits You , Never was to Mess you , and Whatever Messed U , Never Was to Hit You.

27
ghia
Re: Legacy GUI Not working with Microsoft Explorer
  • 2009/4/1 19:22

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Quote:
The first example you have shown is the correct one and not the new one within 2.33.
Catz, are you referring to my code snippets?
The first one (of the footer) is from 2.3.2b, but I wonder if it is correct. Can anyone look in the html source of the browser and confirm that the errors and queries are listed before or after the </body> tag?
Quote:
They can fix it the same way i did or put back cp_functions.php from XOOPS 2.3.2
I assume the result of your operation is the way it was in 2.3.2b (First example)?
If it is fixed by putting a previous versions PHP file back, I don't believe it is a (update) database problem.

28
onasre
Re: Legacy GUI Not working with Microsoft Explorer
  • 2009/4/1 23:46

  • onasre

  • Not too shy to talk

  • Posts: 150

  • Since: 2006/8/12


for me i think the probelm within the Second edited code u menationed ghia .

include XOOPS_CACHE_PATH.'/adminmenu.php'
    echo 
$xoops_admin_menu_dv
    echo 
$GLOBALS['xoopsLogger']->render'' ); 
    echo 

        </body> 
      </html> 
    "

    
ob_end_flush();


Because for me it work when i just cut
echo 
        </body> 
      </html> 
    "
;


and past it above
echo $GLOBALS['xoopsLogger']->render'' );


or by putting back the old file from 2.3.2

Whatever Hits You , Never was to Mess you , and Whatever Messed U , Never Was to Hit You.

29
ghia
Re: Legacy GUI Not working with Microsoft Explorer
  • 2009/4/2 12:49

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


But that makes the html content invalid, because the error reporting is after the closing body and html tags. Isn't it?

30
vietnam
Re: Legacy GUI Not working with Microsoft Explorer
  • 2009/4/5 4:25

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


Quote:

Hasanibrahim wrote:
some of users in XOOPS turkish site have this problem, too. They couldn't enter their site with ie7.

me too.
http://seeviet.net/
xoops 2.2.4 Upgrade XOOPS 2.3.3 Final Is Released
About to collapse, for help
ie7 Crying....

Login

Who's Online

150 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 150


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