Thread: Please Help!!
View Single Post
Old September 26th, 2005, 12:21 PM   #16 (permalink)
lmongello
Member
Verified Customer
 
Join Date: Feb 2004
Posts: 96
1) That worked... sort of... Now when you click on a thumbnail, you get:

Parse error: parse error, unexpected T_SL in /home/virtual/site1/fst/var/www/html/photos/templates/vb3enhanced/quickcom.tmpl on line 101


2) I compared the inc_features files in the distro vs. the server and they match.

The file config is:

require "config-int.php";

// If you have placed PhotoPost into a seperate database, you will need to
// uncomment these lines to connect to the PhotoPost database. It is suggested
// that you install PP into the same database as vB for better performance.
//
// If you use the same userid/password to access both databases, you don't need to
// uncomment the mysql_connect - this is only if you require different ids to access
// the PhotoPost database.
//
//$link = mysql_connect ("localhost", "$dbuserid", "$dbuserpassword") or die('I cannot connect to the database.');
//mysql_select_db ("pp_database")or die("Could not select photopost database");

// Number of photos to display
$num_display = 4;

// Number of columns (1 for vertical)
$columns = 4;

// which type of images do you want to show (random, most_view, latest)
$q_switch = "random";

// == END CONFIGURATION ==


Was there something I needed to change elsewhere? My header includes the "$photopostfeature" variable and my index has the include('../photos/inc_photopost.php'); line in it.
lmongello is offline   Reply With Quote