Tim Huffam

Dotting the I and crossing the T of I.T.

  Home  |   Contact  |   Syndication    |   Login
  126 Posts | 0 Stories | 782 Comments | 677 Trackbacks

News

Archives

Post Categories

Interesting Blogs/Links

With a clean install of Scuttle I found that both the import bookmarks pages (importNetscape.php and import.php) do not work - instead the both display the source of the PHP files.

This is caused by both files not having the correct php declaration at the beginning of the file eg -both of these files first line was:

<?

However they should have been:

<?php

So just simply update these files.

HTH
Tim

 

posted on Friday, July 04, 2008 12:14 PM

Feedback

# re: Scuttle import bookmarks not working 7/8/2008 3:12 PM Marcus
<? is still technically correct, but it requires the short_open_tag directive to be enabled. It's usually enabled by default in PHP:
http://php.net/ini.core


Post Feedback

Title:
Name:
Email: (never displayed)
Url:
Comments: 
Please add 5 and 1 and type the answer here: