201
fdeconiac
Re: Blank pages for sytem module pages!!!
  • 2010/2/1 17:19

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


From noo-b (comment posted in the 2.5 alpha page):

Quote:
Hi fdeconiac,

erm i don't think the warning is related with your problem ..try turn debug on from phpmyadmin

just for info for everyone...can anyone correct me if i'm wrong...from what i understand

xoopsdata and XOOPS lib should be outside doc root for more protection example in local server

your XOOPS site is in
Quote:

c:/xampp/htdocs/255alpha


the xoopslib and xoopsdata should be in
Quote:

c:/xampp/xoops_lib/
c:/xampp/xoops_data/


in real server

example your XOOPS site
is in
Quote:

xxxxx/public_html/


the xoopslib and xoopsdata should be in
Quote:

xxxxx/xoops_lib/
xxxxx/xoops_data/


renaming the two folder would also be a good option which i always do in my XOOPS site

something like mysite_lib and mysite_data

i don't get any warning in admin panel..so this must be correct right ?



Reply => i tried by placing xoops_data and xoops_lib on the root (as i'm used with 2.4) = any changes



202
fdeconiac
Blank pages for sytem module pages!!!
  • 2010/2/1 17:15

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Hi thanks for this release!!!

By the way, i get blank pages as i want to access to any system module page! (like modules/system/admin.php?fct=maintenance)

I can access admin pages for other modules (protector, pm and profile)

XOOPS Version XOOPS 2.5.0-alpha1
PHP Version 5.1.3RC4-dev
mySQL Version 5.0.83
Server API cgi-fcgi
OS Linux
safe_mode On
register_globals Off
magic_quotes_gpc On
allow_url_fopen On
fsockopen On
post_max_size 3M
max_input_time 60
output_buffering
max_execution_time 20
memory_limit 32M
file_uploads On
upload_max_filesize 2M

Can the problem come from this :
Quote:
WARNING: Folder /mnt/165/sdb/b/f/mysite/secure/xoops_lib is inside DocumentRoot! For security considerations it is highly suggested to move it out of DocumentRoot.

Quote:
WARNING: Folder /mnt/165/sdb/b/f/mysite/secure/xoops_data is inside DocumentRoot! For security considerations it is highly suggested to move it out of DocumentRoot.


secure folder is 777 permissions

Thanks for your answers!

Quote:
EDIT : System module in XOOPS 2.5 need PHP 5.2 !





203
fdeconiac
Re: New Default Theme for XOOPS 2.5
  • 2010/2/1 16:59

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Morphogenesis is nice, but i had to remove it since i get some bugs with some modules (2 or 3), as my iframe.



204
fdeconiac
Bug myIframe 1.6 with Xoops 2.4.3 / Morphogenesis => Iframe go full screen
  • 2010/1/21 18:56

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Hi everyone,

The pb is still remaining.

I had to keep the code, otherwise the confirmation page (the page that appears each time we validate a form or admin page) didn't refresh...

So all my frame are still going full screen.

Does someone ahave a solution?

Thx by advance



205
fdeconiac
Re: xoops chat integration (like facebook) ?
  • 2010/1/18 10:24

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Cool,

Tks someone!



206
fdeconiac
Re: Bug myIframe 1.6 with Xoops 2.4.3 / Morphogenesis => Iframe go full screen
  • 2010/1/17 15:25

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Last news :

it works by deleting the refreshing code in xotpl/xo_meta.html

<{if xoAppUrl }>     <meta http-equiv="Refresh" content="<{$time}>; url=<{xoAppUrl }>" /> <{/if}>


Is there any risk to crash another module or something else by deleting this code? Does it really usefull for something



207
fdeconiac
Re: Bug myIframe 1.6 with Xoops 2.4.3 / Morphogenesis => Iframe go full screen
  • 2010/1/17 15:19

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Hi Kris,

Should i add this code or replace <{if $url}> with it?

I just tried :
- by replacing, i get a new pb : the page is still refreshing but to my home page (and not my frame...)
- by adding, the pb is till the same (refreshing by the frame in full window)

Any idea?



208
fdeconiac
Tag module : develop the posibility to choose in admin the "tag on"
  • 2010/1/17 14:34

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Hello,

Would it be possible to choose in admin on which site we would like the tag on...

By default we have Google Technorati Flickr, but it would be nice if we could choose in the admin...

Hope someone will share this idea,
Kindly regards



209
fdeconiac
Re: Bug myIframe 1.6 with Xoops 2.4.3 / Morphogenesis => Iframe go full screen
  • 2010/1/17 14:12

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Tks Ghia,

It looks like it was the same problem with another theme...

Quote:
Yeah it is fixed (works perfect). I guess sometimes it is good to have a fresh set of eyes look at something. THANKS......and it was the theme doing it.....in the Xonerol themes here is the tidbit of code that caused the whole issue - all I needed to do was rem out. (yeah - such a nice simple fix) (dir/file - xotpl/xometas.html) <{if $url}> <meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" /> <{/if}> <!-- Force MSIE without javascript actived to take the default theme. not conforms to the standards but functional --> <{if $isMsie}> <noscript> <meta http-equiv="refresh" content="0; url=<{xoAppUrl . xoops_theme_select=default}>" /> </noscript> <{/if}> THANKS AGAIN!!!


So should i modify the theme morphogenesis?
I'm scare that it will have consequences to other modules... In fact i rebuild my theme based on a recent one (morphogenesis) to avoid any problem with recent XOOPS version! quite sad to see i creat problems in fact ...

Any chance that this problem could be solved in next release of morphogenesis?

Kindly regards



210
fdeconiac
Re: Bug myIframe 1.6 with Xoops 2.4.3 / Morphogenesis => Iframe go full screen
  • 2010/1/17 9:47

  • fdeconiac

  • Quite a regular

  • Posts: 278

  • Since: 2008/11/29


Tks Ghia and Kris,

- Ghia, about the protection, i don't think it's the reason because with other frame, it happens the same (http://groupesaintjacques.free.fr/modules/myiframe/index.php?iframeid=22 and this one is another of my servers and i didn't put any protection)
- Kris, i don't think it comes from the fact the link is a swf, being it happens the same with a php or html page (see the link up)... and also because it was working one week ago!

What i just discover:
- It happens with morphogenesis and xdt_standar
- its working correctly with my old theme i did one year ago, abed on the default theme!

So, maybe something changed in new theme that make this on firefox.... Any idea ?




TopTop
« 1 ... 18 19 20 (21) 22 23 24 25 »



Login

Who's Online

238 user(s) are online (170 user(s) are browsing Support Forums)


Members: 0


Guests: 238


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