Serious problem...

Hey

 

I have been fighting with my installation of Dolphin on my shared hosting account on Godaddy. Here are my problems:

 

I think that all my problems is related to the same problem

  • 1. When a user fills in the "Join" form it is not showing captcha and more serious nothing happens when the join button is pressed
  • 2.In the admin page. When I go to the page builder, I cant see the any blocks, it only says "loading". I can see that internet explore tells me that "tinyMCE is undefined"... could that be the problem?
  • 3.When I create a new page and press wiew it says:

Warning! The page not found in PageView cache.
Warning: Cannot modify header information - headers already sent by (output started at /home/content/d/e/b/debson/html/Dolphin-v.6.1.4/inc/classes/BxDolPageView.php:48) in /home/content/d/e/b/debson/html/Dolphin-v.6.1.4/inc/design.inc.php on line 488

I think that all my problem, in fact only is one single problem. I know that many other users on Godaddy had problems with installing on godaddy. BUt i have seen live on a godaddy shared account. So this post is not whether or not I can host on godaddy. :-)

 

You can see the page here: http://debson.com/Dolphin-v.6.1.4/

 

When i log into my MSql database i can see all the tables and content.

 

Can anybody please help me, i'm becomming desperato.

 

Have a nice weekend and thanks

 

Danny

 

Quote · 16 Jan 2009

Check whether you have GD library installed with free type support.

Kids first
Quote · 16 Jan 2009

Thanks for your answer

 

During the installation, it sayd that CD libery was found....

 

 

Quote · 16 Jan 2009

Oke, but is the GD Library also compiled with the Free type support?

Kids first
Quote · 16 Jan 2009

Thanks

 

Im properly an idoit at this..:-) but do you mind explaning what " GD library installed with free type support"  means and where/how I can check it?

 

Best regards

Quote · 16 Jan 2009

Ask your hosting compagnie if they have compiled GD library with Free Type Or if they are willing it to do for you.

Kids first
Quote · 16 Jan 2009

Sorry to hijack your post but i am also having a problem with security image not showing on join, contact and groups.

The strange thing is, the security image was working perfect before i did a fresh install of dolphin, with exactly the same settings as i am using now.

I have asked my host to compile gd with TTF support, is this the same as free type or will i need free type support as well?

Here is a my gd info

gd

GD Support enabled
GD Version bundled (2.0.34 compatible)
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XPM Support enabled
XBM Support enabled

Thanks in advance

Diane Smile

Quote · 16 Jan 2009

This is mine GD settings on server:

GD Support enabled 
GD Version bundled (2.0.34 compatible) 
FreeType Support enabled 
FreeType Linkage with freetype

FreeType Version 2.1.9
GIF Read Support enabled 
GIF Create Support enabled 
JPG Support enabled 
PNG Support enabled 
WBMP Support enabled 
XBM Support enabled

Kids first
Quote · 16 Jan 2009

Thanks Killerhaai, i will let my hosting provider know these settings for GD

Thanks again

Diane Smile

Quote · 16 Jan 2009

Your welcome

Kids first
Quote · 16 Jan 2009

Hi

Have managed to get the security images working on all pages. Still not got TTF or Free Type support with GD but found a fix on the Expertz forums http://www.expertzzz.com/forumz/#action=goto&topic_id=12809

The only problem now is that the font size of the Captcha is very small, or is this the correct size??

I have posted the fix below

In the /inc/images.inc.php file replace the following line of code:



if ( !function_exists( 'imagettftext' ) )
return IMAGE_ERROR_GD_TTF_NOT_SUPPORTED;
$color = imagecolorallocate( $dst_im, $fontColorR, $fontColorG, $fontColorB );
imagettftext( $dst_im, $fontSize, -$angle, $textX, $textY, $color, $fontFile, $text );




with the following code:



if ( !function_exists( 'imagettftext' ) ) {
$color = imagecolorallocate( $dst_im, $fontColorR, $fontColorG, $fontColorB );
imagestring( $dst_im, $fontSize, $textX, $textY-15, $text, $color);
} else {
$color = imagecolorallocate( $dst_im, $fontColorR, $fontColorG, $fontColorB );
imagettftext( $dst_im, $fontSize, -$angle, $textX, $textY, $color, $fontFile, $text );
}

Regards

Diane Smile

Quote · 17 Jan 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.