1
zv_jerski
my problem?
  • 2006/8/11 20:05

  • zv_jerski

  • Just popping in

  • Posts: 5

  • Since: 2006/8/3 2


i have these problems:
http://img128.imageshack.us/my.php?image=prob1qw0.png
i m loging in by ftp,and change permitions to 444,but always return 644...why?
pls help..

2
zyspec
Re: my problem?
  • 2006/8/11 20:40

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


I suspect this is because your hosting company has PHP execute as an CGI script (PHPsuexec) instead of loading it as a module under Apache. Several shared hosting companies do this as a security measure. Having your file set to 644 instead of 444 should not cause any problems.

Note: You may also see warning messages in the XOOPS Admin panel that says your mainfile.php isn't set to 444, this is due to the same problem.

3
zv_jerski
Re: my problem?
  • 2006/8/12 9:14

  • zv_jerski

  • Just popping in

  • Posts: 5

  • Since: 2006/8/3 2


i fix the problem....
thx very much!!

4
Cuidiu
Re: my problem?
  • 2006/8/13 3:32

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


I found Bananadude's solution to be quite handy on one site where I couldn't change mainfile.php permissions.
Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)

5
zv_jerski
Re: my problem?
  • 2006/8/17 1:43

  • zv_jerski

  • Just popping in

  • Posts: 5

  • Since: 2006/8/3 2


i go at http://validator.w3.org/ to w3 validate web site,but i notice a few errors:
like this:
http://img140.imageshack.us/my.php?image=w3cfr0.png
mising "",how can i correct this??

6
zv_jerski
Re: my problem?
  • 2006/8/17 13:17

  • zv_jerski

  • Just popping in

  • Posts: 5

  • Since: 2006/8/3 2


no one??

i have one more problem,
my XOOPS dont support *.png pictures in browser opera,on other browsers is ok!
how i can fix that?

thx 4 answers!!!

7
Cuidiu
Re: my problem?
  • 2006/8/17 19:18

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


You need to add the quotes, such as width="20%" bgcolor="EFEFEF".

As to your question about .pngs with opera - I don't think that's a XOOPS issue. I think it's a browser issue. Depending on your version, you could experiment. I'm no Opera expert at all but you could try hitting the F12 key and changing your settings. Identify as Opera / Identify as Mozilla / Identify as Internet Explorer. If you have it set to Internet Explorer, maybe that's why pngs aren't showing. Otherwise, I don't know.

C
Quote:

zv_jerski wrote:
i go at http://validator.w3.org/ to w3 validate web site,but i notice a few errors:
like this:
http://img140.imageshack.us/my.php?image=w3cfr0.png
mising "",how can i correct this??
Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)

8
zv_jerski
Re: my problem?
  • 2006/8/17 23:58

  • zv_jerski

  • Just popping in

  • Posts: 5

  • Since: 2006/8/3 2


Quote:

Cuidiu wrote:
You need to add the quotes, such as width="20%" bgcolor="EFEFEF".

As to your question about .pngs with opera - I don't think that's a XOOPS issue. I think it's a browser issue. Depending on your version, you could experiment. I'm no Opera expert at all but you could try hitting the F12 key and changing your settings. Identify as Opera / Identify as Mozilla / Identify as Internet Explorer. If you have it set to Internet Explorer, maybe that's why pngs aren't showing. Otherwise, I don't know.
where i can add that quotes,which file in which folder???
i m not understand a lot in php editor,but i ll try to fix that problems..
now works *.png in opera,i dont know what was it?but now is ok!
i m not have internet explorer,i m a linux user!

9
Bassman
Re: my problem?
  • 2006/8/18 0:17

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


most likely in theme.html for whatever theme you are using.

Please note that a lot of modules do not produce W3C validated output, but if you have News as your start page module and not much else, you should be OK.