Search found 24 matches

by dsa
Tue Dec 20, 2016 8:50 pm
Forum: General
Topic: first page not show
Replies: 24
Views: 8825

Re: first page not show

the result is
string(0) "" string(0) ""
by dsa
Tue Dec 20, 2016 4:42 pm
Forum: General
Topic: first page not show
Replies: 24
Views: 8825

Re: first page not show

yes it prints

int(-1)
by dsa
Mon Dec 19, 2016 4:55 pm
Forum: General
Topic: first page not show
Replies: 24
Views: 8825

Re: first page not show

That looks broken (the $page_data_fields line should not end with a $). Was that a copy&paste error (or did I cause it when marking up the HTML)?
sorry, thats nano editor, it shows $ when it reachs end of window in a line
by dsa
Mon Dec 19, 2016 4:27 pm
Forum: General
Topic: first page not show
Replies: 24
Views: 8825

Re: first page not show

this solve the sideeffect, perhaps are others

wich is the name of the variable that holds de calling url?


<?php if ($su === "" && $title ===""):?>
<?php $s=0;?>
<?php $su="Inicio";?>
<!-- <?php echo "K: $s - $su - $heading<p> $tx -$pth - $cf -$hjs -$title<p> $sn $u<p>" ?> -->
<?php endif;?>
by dsa
Mon Dec 19, 2016 4:04 pm
Forum: General
Topic: first page not show
Replies: 24
Views: 8825

Re: first page not show

this is the list of pages from pagemanager Inicio Instalación Comunidad CSSAN: Repositorio Curso Documentación Uso Trabajos Publicados Descargas Psicro ENCABEZADO DUPLICADO 1 Noticia 2 Noticia 1 this is the begining of content.htm <html><head><title>Contenido</title> <?php $page_data_fields=array('k...
by dsa
Mon Dec 19, 2016 3:20 pm
Forum: General
Topic: first page not show
Replies: 24
Views: 8825

Re: first page not show

I am using google translator for german, so I dont know if I understand the question.

But I am not using any kind of proxy
by dsa
Mon Dec 19, 2016 9:31 am
Forum: General
Topic: first page not show
Replies: 24
Views: 8825

Re: first page not show

Maybe it's caused by the "Upgrade-Insecure-Requests" Header?
I cant see that header, could you send me what you are seeing?
For me, Google Chrome as well as FireFox report an "unsecure connection" due to an untrusted certificate.
yes, its an auto generated certificate
by dsa
Sun Dec 18, 2016 8:04 pm
Forum: General
Topic: first page not show
Replies: 24
Views: 8825

Re: first page not show

Maybe it's caused by the "Upgrade-Insecure-Requests" Header? Enabling this header doesn't appear to make sense, because there is no HTTPS support for your site.

How can I change that?, I can not fin in language or config files

https://simusol.org is also working
by dsa
Sat Dec 17, 2016 11:50 am
Forum: General
Topic: first page not show
Replies: 24
Views: 8825

Re: first page not show

I tought it was solved but not, I continued to have problems.

So I put these in the template page, I think now its solved
<?php if ($su === ""):?>
<?php $s=0;?>
<?php $su="Inicio";?>
<?php endif;?>
by dsa
Fri Dec 16, 2016 1:13 pm
Forum: General
Topic: first page not show
Replies: 24
Views: 8825

Re: first page not show

Ok, that was, the emtpy line. I was trying to put favicon yesterday and leave that line

its not necesary to change language also

Thanks you very much!