Thread: upgrade problem
View Single Post
Old July 13th, 2005, 10:17 AM   #10 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
HMM okay lets try this

find in header-inc.php this

elseif ( (THIS_SCRIPT == "showproduct" && VB3_ENHANCEDINT == "on") ||
(THIS_SCRIPT == "comments" && VB3_ENHANCEDINT == "on") ||
(THIS_SCRIPT == "search" && VB3_ENHANCEDINT == "on") ||
(THIS_SCRIPT == "showmembers" && VB3_ENHANCEDINT == "on") ) {

add below this

// We need these functions, too...
require_once('./includes/functions_newpost.php');
require_once('./includes/functions_editor.php');

$istyles_js = construct_editor_styles_js();
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote