PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old September 6th, 2005, 04:41 PM   #1 (permalink)
hob
Member
 
Join Date: Sep 2005
Posts: 53
Help not working!

After an almost flawless localhost test installation, I tried installing and got this:- http://www.themgzr.co.uk/gallery/

the server doesnt seem to like gallery chmod'd to 777.

Ideas??
hob is offline   Reply With Quote
Old September 6th, 2005, 04:42 PM   #2 (permalink)
hob
Member
 
Join Date: Sep 2005
Posts: 53
Re: Help not working!

currently chmod'd to 755 (otherwise get an internal server error)
hob is offline   Reply With Quote
Old September 6th, 2005, 04:53 PM   #3 (permalink)
Brian
Guest
 
Posts: n/a
Re: Help not working!

There's no reason to chmod your gallery folder to 777, only the gallery/files folder.
  Reply With Quote
Old September 6th, 2005, 04:54 PM   #4 (permalink)
hob
Member
 
Join Date: Sep 2005
Posts: 53
Re: Help not working!

Quote:
Originally Posted by Brian
There's no reason to chmod your gallery folder to 777, only the gallery/files folder.

ooops. retrying....
hob is offline   Reply With Quote
Old September 6th, 2005, 05:00 PM   #5 (permalink)
hob
Member
 
Join Date: Sep 2005
Posts: 53
Re: Help not working!

still get this:
http://www.themgzr.co.uk/vb/admincp/...ry_install.php


Warning: main(./includes/adminfunctions_template.php): failed to open stream: No such file or directory in /admincp/vbagallery_install.php on line 16

Fatal error: main(): Failed opening required './includes/adminfunctions_template.php' (include_path='.:/php/includes:/usr/share/php') in /var/www/html/vb/admincp/vbagallery_install.php on line 16
hob is offline   Reply With Quote
Old September 6th, 2005, 05:13 PM   #6 (permalink)
hob
Member
 
Join Date: Sep 2005
Posts: 53
Re: Help not working!

Ignore me... needed to take a break, one of the files I uploaded I switched to .edit instead of .php . flase alarm
hob is offline   Reply With Quote
Old September 6th, 2005, 05:30 PM   #7 (permalink)
hob
Member
 
Join Date: Sep 2005
Posts: 53
Re: Help not working!

ok but now having a problem with the navbar the links go to the wrong place in the gallery they go to:- http://www.themgzr.co.uk/gallery/usercp.php?
instead of http://www.themgzr.co.uk/vb/usercp.php?

did I miss edit something?
hob is offline   Reply With Quote
Old September 6th, 2005, 05:40 PM   #8 (permalink)
Brian
Guest
 
Posts: n/a
Re: Help not working!

Admin CP => vBa Gallery => Modify Settings => Navbar Replacements

Make sure that usercp.php (and any other filenames) is listed in that setting. Even if it is, save your options just to be sure the settings cache is updated.
  Reply With Quote
Old September 6th, 2005, 05:54 PM   #9 (permalink)
hob
Member
 
Join Date: Sep 2005
Posts: 53
Re: Help not working!

ok almost everything is working, except when I try to login, the gallery still adds the login as /gallery/login instead of /vb/login Ive addede login.php to the navbar, and it works for logout but not login (not in navbar) I get the username & pass screen, but then it forwards to gallery/login.php where there is ofcourse no file.
hob is offline   Reply With Quote
Old September 6th, 2005, 06:38 PM   #10 (permalink)
hob
Member
 
Join Date: Sep 2005
Posts: 53
Re: Help not working!

uploading the login.php to that dir doesnt work.
hob is offline   Reply With Quote
Old September 6th, 2005, 06:41 PM   #11 (permalink)
Brian
Guest
 
Posts: n/a
Re: Help not working!

Since you don't allow guests to view your forum you'll need to edit your 'STANDARD_ERROR' template and add $vboptions[bburl] in front of the 2 links and form action in that template.
  Reply With Quote
Old September 6th, 2005, 06:48 PM   #12 (permalink)
hob
Member
 
Join Date: Sep 2005
Posts: 53
Re: Help not working!

sorry which bit do I add:-

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$pagetitle</title>
$headinclude
$headinsert
</head>
<body>
$header

<br />
<br />
<br />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="70%" align="center">
<tr>
<td class="tcat">$vbphrase[vbulletin_message]</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div align="$stylevar[left]">

<if condition="$show['permission_error']">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)">
<input type="hidden" name="do" value="login" />
<input type="hidden" name="forceredirect" value="1" />
<input type="hidden" name="url" value="$scriptpath" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
$postvars

<input type="hidden" name="s" value="$session[sessionhash]" />

<!-- permission error message - user not logged in -->


<div class="smallfont">$vbphrase[not_logged_no_permission]</div>

<ol>
<li class="smallfont">$vbphrase[not_logged_in_fill_in_form]</li>
<li class="smallfont">$vbphrase[may_not_have_sufficient_privileges]</li>
<li class="smallfont">$vbphrase[administrator_may_disabled_account]</li>
</ol>

<fieldset class="fieldset">
<legend>$vbphrase[log_in]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" align="center">
<tr>
<td>$vbphrase[username]:<br /><input type="text" class="bginput" name="vb_login_username" size="50" accesskey="u" tabindex="1" /></td>
</tr>
<tr>
<td>$vbphrase[password]:<br /><input type="password" class="bginput" name="vb_login_password" size="50" accesskey="p" tabindex="1" /></td>
</tr>
<tr>
<td>
<span style="float:$stylevar[right]"><a href="login.php?$session[sessionurl]do=lostpw">$vbphrase[forgotten_your_password]</a></span>
<label for="cb_cookieuser"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser" checked="checked" tabindex="1" />$vbphrase[remember_me]</label>
</td>
</tr>
<tr>
<td align="$stylevar[right]">
<input type="submit" class="button" value="$vbphrase[log_in]" accesskey="s" tabindex="1" />
<input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" tabindex="1" />
</td>
</tr>
</table>
</fieldset>

<div class="smallfont"><phrase 1="register.php?$session[sessionurl]do=signup">$vbphrase[admin_required_register]</phrase></div>
</form>

<!-- / permission error message - user not logged in -->
<else />
<!-- main error message -->


<blockquote><p>$errormessage</p></blockquote>


<!-- / main error message -->
</if>

</div>
</div>
<!--
<div style="margin-top:$stylevar[cellpadding]px">
<input type="submit" class="button" value="$vbphrase[go_back]" accesskey="s" onclick="history.back(1); return false" />
</div>
-->
</td>
</tr>
</table>

<br />

<if condition="!$show['enableforumjump']">
<!-- forum jump -->
<table cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td>$forumjump</td>
</tr>
</table>
<!-- / forum jump -->
</if>

<br />

$footer

</body>
</html>
hob is offline   Reply With Quote
Old September 6th, 2005, 06:50 PM   #13 (permalink)
Brian
Guest
 
Posts: n/a
Re: Help not working!

Search for login.php and register.php, and add $vboptions[bburl]/ in front of each occurance.
  Reply With Quote
Old September 6th, 2005, 06:51 PM   #14 (permalink)
hob
Member
 
Join Date: Sep 2005
Posts: 53
Re: Help not working!

Quote:
Originally Posted by Brian
Search for login.php and register.php, and add $vboptions[bburl]/ in front of each occurance.

ah thanks a million!
hob 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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Was working now can't upload anything??? ipscone Photopost Pro Bug Reports 6 November 15th, 2005 11:31 PM
Hierarchy not working right dmdc Installs and Upgrade - vBulletin 3.5.X 2 October 10th, 2005 09:01 PM
Ok, so its just about working FishFinger Photopost Pro Installation & Upgrades 1 September 15th, 2005 12:17 PM


All times are GMT -5. The time now is 05:14 AM.

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