View Single Post
Old January 23rd, 2010, 09:31 AM   #9 (permalink)
asabet
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 101
Quote:
Originally Posted by Luciano View Post
ie the same directory your gallery is in...
1 . did you rename gallery_config.php.new to gallery_config.php????
Thanks Luc, No I hadn't. Didn't know that I should do that!

Okay, I just did so and now get this error:

Quote:
Parse error: syntax error, unexpected '/' in /home/asabet/public_html/mu-43.com/gallery/gallery_config.php on line 22
Here's the entire contents of that file:
Quote:
<?php
//////////////////////////// COPYRIGHT NOTICE //////////////////////////////
// This script is part of PhotoPost vBGallery, a software application by //
// All Enthusiast, Inc. Use of any kind of part or all of this //
// script or modification of this script requires a license from All //
// Enthusiast, Inc. Use or modification of this script without a license //
// constitutes Software Piracy and will result in legal action from All //
// Enthusiast, Inc. All rights reserved. //
// http://www.photopost.com legal@photopost.com //
// //
// PhotoPost Copyright 2008, All Enthusiast, Inc. //
////////////////////////////////////////////////////////////////////////////

error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);

// ============================================
// Enter the full path to your forum here
// Example: /home/photopost/public_html/forum
// ============================================

$forumpath = /home/asabet/public_html/mu-43.com';

?>
asabet is offline   Reply With Quote