 |

bmatthews
Novice
Feb 19, 2008, 10:49 AM
Post #1 of 7
(375 views)
Shortcut
|
|
Can not get CMS Builder to work
|
Can't Post
|
|
Hello, I have been having some serious problems trying to get the CMS builder to work on http://www.shoreshot.net. I have used your Pagepublisher and Listing Manager before and have had success with it. I attached some screenshots showing what I have done in each section but I am still not able to get the site to work properly. I tried to create a page but ended up getting this. http://shoreshot.net/homepagepage.php Thanks for any help, Brett
|
|
|  |
 |

bmatthews
Novice
Feb 19, 2008, 10:55 AM
Post #2 of 7
(374 views)
Shortcut
|
|
Re: [bmatthews] Can not get CMS Builder to work
[In reply to]
|
Can't Post
|
|
Here are the screen shots I forgot to attach.
|
|
Attachments:
|
ss1.jpg
(151 KB)
|
|
|
ss2.jpg
(185 KB)
|
|
|
ss3.jpg
(191 KB)
|
|
|  |
 |

Dave
Staff
/ Moderator

Feb 19, 2008, 11:04 AM
Post #3 of 7
(371 views)
Shortcut
|
|
Re: [bmatthews] Can not get CMS Builder to work
[In reply to]
|
Can't Post
|
|
Hi Brett, So is everything working except homepagepage.php which is giving you an error? Do you want to reply to this post and attach homepagepage.php? I can try and locally and see if I can determine what the problem is. Let me know and I'll get right on that. Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

bmatthews
Novice
Feb 19, 2008, 11:19 AM
Post #4 of 7
(368 views)
Shortcut
|
|
Re: [Dave] Can not get CMS Builder to work
[In reply to]
|
Can't Post
|
|
I havn't got anything to work yet. This is really just the HTML code from the "show php" section. Brett
|
|
Attachments:
|
homepagepage.php
(2.21 KB)
|
|
|  |
 |

Dave
Staff
/ Moderator

Feb 19, 2008, 11:26 AM
Post #5 of 7
(366 views)
Shortcut
|
|
Re: [bmatthews] Can not get CMS Builder to work
[In reply to]
|
Can't Post
|
|
Hi Brett, I looks like just an extra line may have accidentally got deleted. Replace this:
<h1>Homepage Page Viewer</h1> Content: <?php echo $record['content'] ?><br/> <?php endif ?> with this:
<h1>Homepage Page Viewer</h1> <?php if ($record): ?> Content: <?php echo $record['content'] ?><br/> <?php endif ?> Let me know if that helps! Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

bmatthews
Novice
Feb 19, 2008, 11:35 AM
Post #6 of 7
(363 views)
Shortcut
|
|
Re: [Dave] Can not get CMS Builder to work
[In reply to]
|
Can't Post
|
|
Hey Dave, I am now getting the following error. http://www.shoreshot.net/homepagepage.php Fatal error: Call to undefined function: getrecord() in /home/matthew1/public_html/shoreshot/homepagepage.php on line 34
|
|
|  |
 |

Dave
Staff
/ Moderator

Feb 19, 2008, 11:57 AM
Post #7 of 7
(359 views)
Shortcut
|
|
Re: [bmatthews] Can not get CMS Builder to work
[In reply to]
|
Can't Post
|
|
I haven't seen that error before. You'd get that one if it couldn't load the libary file "viewer_functions.php" or if the function "getRecord" didn't exist. I noticed in the error "getrecord" is lowercased. Check that it didn't accidentally get lowercased in your homepagepage.php code. It should be "getRecord" with a capitol R. Let me know if that helps. If you continue to have problems you can always send me login details to dave@interactivetools.com (email, don't post in forum) and I can login and take a look. Dave Edis - Senior Developer interactivetools.com
|
|
|  |
|