Skip to main content
Participant
December 11, 2016
Question

Website display fine but shows error in dreamweaver library page

  • December 11, 2016
  • 3 replies
  • 662 views

Update was made in the main_nav.lbi. Unfortunately this displayed errors in the index.php as well as the temp_home.dwt.php.

Seee attcahed pictures. Managed to fix index.php but temp_home.dwt.php still displays issue as per photos.

The site should look like this

Australian Natural Therapists Association ANTA | Acupuncture, Aromatherapy, Ayurvedic, Chinese Herbal Medicine, Homoeopa…

This topic has been closed for replies.

3 replies

Participant
December 12, 2016

Anyone willing to have a look and fix this via remote ?

BenPleysier
Community Expert
Community Expert
December 12, 2016

Unfortunately I'm 2,000 km in a southerly direction, too far to look over your shoulder. Why not try Suncoast Web Solutions - Cost-effective Online Business Solutions

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
BenPleysier
Community Expert
Community Expert
December 11, 2016
Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Participant
December 12, 2016

Hi, Thank you for the reply. I'm not the IT guy but unfortunately the person who did the website etc has left the business suddenly. I'm the marketing person trying to get it fixed so that they can update their site. They are moving to a cloud based and new website in March so until then I would like to assist them.

Nancy OShea
Community Expert
Community Expert
December 11, 2016

Why bother with library items when you're using Templates and PHP files?

In the grand scheme of things,  Library Items are kind of like 4th class citizens compared to the power and capability of PHP server-side includes.

You can use a PHP include anywhere in your document. 

Library items won't work outside the <body> tag.

PHP includes are automatically populated to pages by the server. 

Library items work on local files.

PHP includes require uploading only one file to server. 

Library Items and Templates require uploading all files to server.

Even on small to medium sites, PHP includes are a huge time saver.

Nancy

Nancy O'Shea— Product User & Community Expert
Participant
December 12, 2016

Hi, Thank you for the reply. I'm not the IT guy but unfortunately the person who did the website etc has left the business suddenly. I'm the marketing person trying to get it fixed so that they can update their site. They are moving to a cloud based and new website in March so until then I would like to assist them.