Jump to content
TNG Community

Surname Cloud issue


Geoff1959

Recommended Posts

Hi Is there anyone who can help me get the Surname cloud to work.

Fatal error: Class 'surname_cloud' not found in /home/fsgfxkyg/public_html/serlefamilyhistory.geoff-searle.co.uk/templates/template4/index.php on line 243

Line243 is where $nc is defined.

 

Quote
<h3>The Family Surname Cloud</h3>
<div>
                                            <?php
                                                $nc = new surname_cloud();
                                                $nc->display(100);
                                            ?>
</div>

I have removed it from the live site.

 

Link to comment
Share on other sites

You might be missing the following line in your code to include the function

include($cms['tngpath'] . "surname_cloud.class.php");

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...