Loading...
 
Architecture / Installation

Architecture / Installation


Register as new user - no random image

posts: 10 Malaysia

I am using tikiwiki 1.8.3 on a Linux.
Linux 2.4.22
Apache 1.3.31
PHP 4.2.3
MySQL 3.23.56

It was fine for a while then one day someone wanted to register at my site as a new user. See my page

Problem was that the registration code only displays the word:
Your registration code: Random Image

This means I cant see the registration code. Which means that person cant register as new user. I have previously registered new users, but along the way I changed some settings, I guess. Anyone can help to point me the way and get this fixed?
sad

posts: 2881 United Kingdom

Your PHP's GD graphics library isnt working

Damian


posts: 10 Malaysia

Yes it is GD,

I tried to do phpinfo, nothing! Then I tried the following
< ?php
var_dump(gd_info());
?>

Only got errors. I cant get the web hosting people to fix it, is there anything I can do to fix it?

posts: 2881 United Kingdom

The only solution is to move to another host. Adding GD support means re-compiling PHP or modifying the php.ini to add the GD module.

TikiFriendlyHosts are your best bet.

Damian