close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Framework Builder and CSS Menu Writer

Thread began 7/11/2011 3:55 pm by martin400112 | Last modified 7/13/2011 7:01 am by Jason Byrnes | 1444 views | 5 replies |

martin400112

Framework Builder and CSS Menu Writer

Hello everyone,
I'm putting a site together at the moment and using Framework Builder to insert a plug-in nav bar into pages in different directories.

It's never been a problem before, but now when I user Framework Builder to put the plug-in nav bar into a new page in a new directory, firstly, the nav bar does not show in the div for it (all pages are identical), and when it is uploaded to the server, the page returns as blank. The source code viewed in IE shows that the page fails after the <boby> tag.

Any ideas? I've tried:

- Removing and replacing all plug-ins on the page
- Removing nav bar plug-in and uploading the page without it (it works fine)
- Replacing nav bar plug-on and uploading - page fails.
- Rewriting the nav bar and uploading - page fails.

I'm lost now....any ideas?

I've attached the files in the directory structure that they need to be on the site and the URL for the site is index.php - the link that fails is the one to 'Events'.

Many thanks,

Martin

Attached Files
CSSMenuWriter.zip
Sign in to reply to this post

Jason ByrnesWebAssist

when a page displays blank it means a php error has occurred, but error reporting is turned off.

add the following code at line 1 to turn error reporting on, once we know the error, we can begin troubleshooting:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>
Sign in to reply to this post

martin400112

Hi Jason,

Thanks. I have added the code for you on events>index.php

I'm not sure how to find where the error logs are held - I guess they are findable though.

All the best for now,

Martin

Sign in to reply to this post

Jason ByrnesWebAssist

hmm, in the cssmenuwriter/cssmw/menu.php file, comment out the following line:
require_once($WA_dotDotSlash . "Connections/discAlton.php");


change that to:
//require_once($WA_dotDotSlash . "Connections/discAlton.php");

Sign in to reply to this post

martin400112

Fantastic! Thanks,works a treat!

Sign in to reply to this post

Jason ByrnesWebAssist

great, glad to hear it is working.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...