PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old August 31st, 2004, 11:28 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 119
Unhappy problems + problems after install help please.

I have 2 questions. i already did search in the forum and look for the questions but i couldn't find it.

1. can't upload pictrues.

i get this error when i try to upload.

-------------------------------------------------------------------------
Warning: move_uploaded_file(/home/hong/public_html/gallery/uploads/1/20030622921813.jpg): failed to open stream: Permission denied in /home/hong/public_html/gallery/image-inc.php on line 34

Warning: move_uploaded_file(): Unable to move '/tmp/phpFohux5' to '/home/hong/public_html/gallery/uploads/1/20030622921813.jpg' in /home/hong/public_html/gallery/image-inc.php on line 34
------------------------------------------------------------------------

2. I brought this software becoz the sales told me it's easy to intergrate the theme with my current vb theme. but it's not.

use admin/6631 to login to the gallery folder. i locked it becoz i don't want members to use it yet.
http://www.hongfire.com/gallery this is how the gallery look.

this is how my forum looks.
http://www.hongfire.com/forum

shoudln't it be auto detect the forum's layout and complately use it?
what should i do? please help me out i've been saying up all night last night trying to fix it. and until now i still couldn't.

thanks.
drache is offline   Reply With Quote
Old August 31st, 2004, 11:40 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,742
OKay

1. Per the installation instructions you need to set the permisisons on your uploads and data directories and their subdirectories to 777

2. Per the VB3 Integration FAQ I see you have corrected the relative paths in the templates but have not done so in the stylesheet itself

/* vBulletin 3 CSS For Style 'Love Spring' (styleid: 3) */
body
{
background: #D3E5F4 url(tinhxuan/bg.gif);
color: #012848;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;

}
a:link
{
color: #205988;
text-decoration: none;
}
a:visited
{
color: #205988;
text-decoration: none;
}
a:hover, a:active
{
color: #FF8C25;
text-decoration: none;
}
.page
{
background: #FFFFFF url(tinhxuan/page_bg.gif);
color: #012848;
}
td, th, p, li
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
background-color: #77A5CC;
color: #012848;
}
.tcat
{
background: #98BFE1 url(tinhxuan/cbg.gif) repeat-x top left;
color: #FFFFFF;
font: bold 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

OF COURSE ITS NOT GOING TO PULL THE IMAGES WITH THOSE RELATIVE PATH STATEMENTS.
__________________
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
Old September 1st, 2004, 12:15 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 119
cool thanks for the quick reply. i set the uploads folder to 777 but i must forgot to make it include sub folders as well.

i am not familar with CSS

could you please tell me which file do i need to edit the path for this template?

/* vBulletin 3 CSS For Style 'Love Spring' (styleid: 3) */
body
{
background: #D3E5F4 url(tinhxuan/bg.gif);
color: #012848;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;

}
a:link
{
color: #205988;
text-decoration: none;
}
a:visited
{
color: #205988;
text-decoration: none;
}
a:hover, a:active
{
color: #FF8C25;
text-decoration: none;
}
.page
{
background: #FFFFFF url(tinhxuan/page_bg.gif);
color: #012848;
}
td, th, p, li
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
background-color: #77A5CC;
color: #012848;
}
.tcat
{
background: #98BFE1 url(tinhxuan/cbg.gif) repeat-x top left;
color: #FFFFFF;
font: bold 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

and where do i find it?

sorry if i am asking something outside the support area. and good support coz fast reply.
drache is offline   Reply With Quote
Old September 1st, 2004, 01:49 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 119
sorry 1 more thing. here is my header.inc setup did i do anything wrong? could you pelase take a look for me also.
-----------------------------------------------------------------------------------
$vbpath ="/home/hong/public_html/forum";
$pppath ="/home/hong/public_html/gallery";
chdir($vbpath);
require("./global.php");

eval('$navbar = "' . fetch_template('navbar') . '";');

$vbheader = "$stylevar[htmldoctype]
<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">
<head>
$headinclude";

$vbheader .= "</head>
<body>
$header
$navbar
<div align=\"center\">";

eval('$vbfooter = "' . fetch_template('footer') . '";');
$vbfooter = process_replacement_vars($vbfooter);
$vbfooter = "</div>$vbfooter";
chdir($pppath . "/home/hong/public_html/gallery");

$HTTP_POST_FILES = $_FILES;
$HTTP_POST_VARS = $_POST;
?>
-----------------------------------------------------------------------------------
i've been workiing on this for over 8hrs and still can't get it to work. i was expecting a easy installation like vabulltin didn't know i had to change so much stuff to get it to work.
drache is offline   Reply With Quote
Old September 1st, 2004, 03:33 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 119
sorry i found those settings in style admin css. and i changed all path i could find in there. but it still doesn't look right.

www.hongfire.com/gallery
www.hongfire.com/forum
you see what i mean? it still doesn't look the same as the forum. and i've already changed all parth in that source. what did i do wrong?
drache is offline   Reply With Quote
Old September 1st, 2004, 09:28 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,742
You want the simple answer!!

We only support CSS style integration. If the changes made were being handled by CSS it would look the same. That style also has a hard coded additional template with images.

There is no way we integrate or could integrate with that by default. We use our own templates.

Now from the way it looks it seems to be adding some images to the opening of a table

You need to find that in the custom VB template and then modify the ppopen.tmpl in photopost to do the same
__________________
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
Old September 1st, 2004, 09:47 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 119
I see. thank, just 1 more question sorry to bother you.

In the gallery page. when i use the welcome box to login as in type in my usernmae and password in the welcome box, it keep telling me password error please register. but when i use that welcome box everywhere else it's fine. could you teach me how to fix it? is it in nav bar which line should i change?

<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progidXImageTransform.Microsoft.BasicImage(grayscale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
<br>
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1)"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
<td>&nbsp;</td>
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>

<if condition="$bbuserinfo['userid']">

<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">
<!--<span style="float:$stylevar[right]">[<a href="login.php?$session[sessionurl]do=logout" onclick="return log_out()">$vbphrase[log_out]</a>]</span>-->
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><a href="/forum/private.php?$session[sessionurl]">$vbphrase[private_messages]</a>: $vbphrase[unread_nav] <if condition="$bbuserinfo['pmunread']"><strong>$bbuserinfo[pmunread]</strong><else />$bbuserinfo[pmunread]</if>, $vbphrase[total] $bbuserinfo[pmtotal].</if>
</div>
</td>

<else />

<td class="alt2" nowrap="nowrap" style="padding:0px">

<!-- login form -->
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont">$vbphrase[username]</td>
<td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont">$vbphrase[password]</td>
<td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="forceredirect" value="1" />
<input type="hidden" name="vb_login_md5password" />
</form>
<!-- / login form -->

</td>

</if>

</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->

<if condition="$show['searchbuttons']">
<!-- header quick search form -->
<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[search_forums]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<form action="search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="text" class="bginput" name="query" size="20" />$gobutton<br />
</form>
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]">$vbphrase[advanced_search]</a></td>
</tr>
</table>
</div>
<!-- / header quick search form -->
</if>

<if condition="$show['member']">
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">

<tr><td class="thead">$vbphrase[quick_links]</td></tr>
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr>
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>

<tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>

<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
<if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>

</table>
</div>
<!-- / user cp tools menu -->
</if>
<!-- / NAVBAR POPUP MENUS -->
</if>
<br>

thanks.
drache is offline   Reply With Quote
Old September 1st, 2004, 10:05 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,742
Viewing the source of your page again relative VB urls You need to edit your navbar template and get this one just like all the other links

<form action="login.php"
__________________
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
Old September 1st, 2004, 10:39 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 119
Now everything is working. Thanks for help.
drache is offline   Reply With Quote
Old September 1st, 2004, 11:15 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 119
Everything is working fine but on the explore bottom says done but errors on the page. Tho the webpage is working fine. how do i find out what error is on the page and fix it?
drache is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems on a new install djroketboy ReviewPost Bug Reports 3 April 6th, 2005 09:42 AM
Install Problems BobHarbison Photopost Pro Installation & Upgrades 2 March 25th, 2005 10:10 AM
Install problems trancetopia Installs and Upgrade - vBulletin 3.0.X 5 March 21st, 2005 12:42 PM
Install Problems Artist Photopost Pro Installation & Upgrades 9 March 13th, 2005 03:08 PM
New install = problems. hernan Photopost Pro Installation & Upgrades 2 January 20th, 2005 04:48 PM


All times are GMT -5. The time now is 04:49 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0