1
vanchan
Re: page wont open when going to xoops directory
  • 2006/6/12 12:32

  • vanchan

  • Just popping in

  • Posts: 33

  • Since: 2003/8/15


haha, well, i am having this problem indeed in firefox (cant test in IE since I am on Mac). thanks for your help and if i find out anything more, I will surely post it up.



2
vanchan
Re: page wont open when going to xoops directory
  • 2006/6/12 12:25

  • vanchan

  • Just popping in

  • Posts: 33

  • Since: 2003/8/15


well... thanks quest!

can you tell me what browser you are using? perhaps it is a browser issue then.



3
vanchan
Re: page wont open when going to xoops directory
  • 2006/6/12 12:11

  • vanchan

  • Just popping in

  • Posts: 33

  • Since: 2003/8/15


thanks quest

i experience the same problems with the site from the original post. as for me, the problem occurs onhttp://www.galileeschool.org

i am using XOOPS 2.2.4

the problem is not one of a module, but simple that when accessing the site root for the first time, a user sees a blank page. hitting refresh/reload bring up the page without problems.

after that, the problem is gone until you wait a bit (cache cleared?) and try to access again: same thing happens.



4
vanchan
Re: page wont open when going to xoops directory
  • 2006/6/12 11:43

  • vanchan

  • Just popping in

  • Posts: 33

  • Since: 2003/8/15


i am having the same problem at the moment. were you able to solve this? I am suspecting it is not so much a problem of XOOPS but of my server/.htaccess file... but haven't got a clue as what it is exactly.

debug shows nothing.



5
vanchan
Re: How user can changer password
  • 2006/3/13 2:10

  • vanchan

  • Just popping in

  • Posts: 33

  • Since: 2003/8/15


Ok, I have solved this myself now.

In the Template manager, edit the profile_userinfo.html template in the the Extended Profiles section.

Above:
<input type="button" value="<{$lang_editprofile}>" onclick="location='edituser.php'" />


Add:
<input type="button" value="Change Password" onclick="location='changepass.php'" />


Admitted, not so elegant without the right smarty, but couldnt figure out what it is. <{$lang_changepass}> didn't work.

Remains the question why the button disappeared... Perhaps it was relocated?



6
vanchan
Re: How user can changer password
  • 2006/3/13 2:00

  • vanchan

  • Just popping in

  • Posts: 33

  • Since: 2003/8/15


lance, with all due respect, what i was trying to say is that the change password field in the view account section is gone. there is edit profile, avatar and logout. no change password button any more where it used to be...



7
vanchan
Re: How user can changer password
  • 2006/3/13 1:51

  • vanchan

  • Just popping in

  • Posts: 33

  • Since: 2003/8/15


i am having the same problem, also with XOOPS 2.2.3: change password box is gone... has a solution been found?



8
vanchan
Re: Formulaire 3.2: Impossible to Modify Forms
  • 2005/6/2 16:11

  • vanchan

  • Just popping in

  • Posts: 33

  • Since: 2003/8/15


the problem is solved... and i don't think anybody in a 100 years could have guessed what caused it.

there was an empty line break in my ROOT/languages/english/global.php
after the ?> at the end of the script.

Ha? Yeah... this is really weird, but another PHP debug error directed me to that line. I have no idea how it is possible that rest of my site works without problems but that that specific funtion of that specific script for stuck on one little line break. But I swear: just taking that out and changing nothing else made it work.

Duke, thanks... in any case now I can try to use this module which surely does look promising



9
vanchan
Re: Formulaire 3.2: Impossible to Modify Forms
  • 2005/6/2 15:59

  • vanchan

  • Just popping in

  • Posts: 33

  • Since: 2003/8/15


And the snippet there reads...

function modform()
{
    global 
$xoopsDB$_POST$myts$eh$title$data$id;
    
//$title5 = $myts->makeTboxData4Save($_POST["desc_form5"]);
    
if (empty($id)) {
        
redirect_header("modform.php"2_MD_ERRORTITLE);
    }
    
$url "index.php?id=$id";
        
Header("Location: $url");
//    redirect_header("index.php?title=$data[$title]",2,_FORMULAIRE_FORMCHARG);
}


Which does not make me understand it. What seems to happen is that the page is being falsely redirected after hitting on an emtpy id. But this doesn make sense because the Modify link does have a valid id in it... gonna dig deeper, but if anyone has a better idea about this... please help.



10
vanchan
Re: Formulaire 3.2: Impossible to Modify Forms
  • 2005/6/2 15:48

  • vanchan

  • Just popping in

  • Posts: 33

  • Since: 2003/8/15


PHP Debug now tells me:

Warning [PHP]: Cannot modify header information - headers already sent by (output started at /usr/local/psa/home/vhosts/hpairjapan.org/httpdocs/language/english/global.php:202) in file modules/formulaire/admin/modform.php line 257




TopTop
(1) 2 3 »



Login

Who's Online

145 user(s) are online (89 user(s) are browsing Support Forums)


Members: 0


Guests: 145


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