1
scriptino
Re: 2.2 Lost Password Error
  • 2005/9/30 3:18

  • scriptino

  • Just popping in

  • Posts: 4

  • Since: 2005/9/21


I had the same prob !
Fixed when lostpass.php updated.

I sugest to replace this LINE66 :

if (!$member_handler->insertUser($getuser[0])) {


By this new one :

if (!$member_handler->insertUser($getuser[0], true)) {


It works for me now!
Let us know if it's allrighit.



2
scriptino
Re: CBB forum, big problem
  • 2005/9/23 2:09

  • scriptino

  • Just popping in

  • Posts: 4

  • Since: 2005/9/21


I CONFIRM : IT WORKS!
I had the same problem with my forum and when i used The code below it worked !
Great Work guys!
Thank you
Quote:

phppp wrote:
Solution for test:
function newbb_displayImage($image$alt ""$width 0$height =0$style ="margin: 0px;"$sizeMeth='scale')
{
    global 
$xoopsModuleConfig$forumImage;
    static 
$image_type;

    
$user_agent_is_IE5 newbb_isIE5();
    if(!isset(
$image_type)) $image_type = ($xoopsModuleConfig['image_type'] == 'auto')?(($user_agent_is_IE5)?'gif':'png'):$xoopsModuleConfig['image_type'];
    
$image .= '.'.$image_type;
[
b]    $imageuri=preg_replace("/^".preg_quote(XOOPS_URL,"/")."/",XOOPS_ROOT_PATH,$image);
    if(!
preg_match("/^".preg_quote(XOOPS_ROOT_PATH,"/")."/",$imageuri)){
        
$imageuri XOOPS_ROOT_PATH."/".$image;
    }[/
b]
    if(
file_exists($imageuri)){
        
$size=@getimagesize($imageuri);
        if(
is_array($size)){
            
$width=$size[0];
            
$height=$size[1];
        }
    }else{
        
$image=$forumImage['blank'].'.gif';
    }
    
$width .='px';
    
$height .='px';

    
$img_style "width: $width; height:$height$style";
    
$image_url "<img src="".$image."" style="".$img_style."" alt="".$alt."" align="middle" />";

    return 
$image_url;
}



Thanks for your help.



3
scriptino
Re: Blank page after transfer !
  • 2005/9/21 1:56

  • scriptino

  • Just popping in

  • Posts: 4

  • Since: 2005/9/21


Quote:

scriptino wrote:
Hi there,
I installed XOOPS on my localhost to test it and create my own theme. Once done, i proceeded to the transfer in my webhosting server. I changed the mainfile (db, user, pass and paths) but i Get a BLANK PAGE...
Where is the problem :'(
PS: I cleaned the content of directories cache and template_c... but still geting the same result.
Please HELP !


ALLRIGHT, it's resolved now !!

I forgot to give the template_c the chmod 777 :p lol !!

I hope it will help other persons.



4
scriptino
[RESOLVED] Blank page after transfer !
  • 2005/9/21 1:30

  • scriptino

  • Just popping in

  • Posts: 4

  • Since: 2005/9/21


Hi there,
I installed XOOPS on my localhost to test it and create my own theme. Once done, i proceeded to the transfer in my webhosting server. I changed the mainfile (db, user, pass and paths) but i Get a BLANK PAGE...
Where is the problem :'(
PS: I cleaned the content of directories cache and template_c... but still geting the same result.
Please HELP !




TopTop



Login

Who's Online

228 user(s) are online (151 user(s) are browsing Support Forums)


Members: 0


Guests: 228


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