PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old January 15th, 2005, 08:01 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Wheres my gallery?

Just uploaded and installed this program.

I have the new VBAGallery section in the admin panel ,but when I goto my site I cant see anywhere that mentions gallery

In the admin panel I set the Gallery URL to http://www.hdfuk.net/gallery

when I goto that page I get the following message

Warning: chdir(): No such file or directory (errno 2) in /home/fhlinux198/h/hdfuk.net/user/htdocs/gallery/gallery_global.php on line 17

Warning: main(./global.php): failed to open stream: No such file or directory in /home/fhlinux198/h/hdfuk.net/user/htdocs/gallery/gallery_global.php on line 45

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/share/pear') in /home/fhlinux198/h/hdfuk.net/user/htdocs/gallery/gallery_global.php on line 45


In the Uploading section I have set the path to
http://hdfuk.net/gallery/files
SalTheWop is offline   Reply With Quote
Old January 15th, 2005, 08:24 AM   #2 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

The forumpath in gallery_config.php is set to forum ,the same as the config.php in my forum folder
SalTheWop is offline   Reply With Quote
Old January 15th, 2005, 08:28 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Posts: 83
Re: Wheres my gallery?

Quote:
Originally Posted by SalTheWop
The forumpath in gallery_config.php is set to forum ,the same as the config.php in my forum folder
Then it's not correct, i see you have vba CMPS installed successfully, look in the vbacmps_index.php, or as you called it, index.php in your root folder, the link should be the same in gallery_config as in that cmps index.php.
mindbuster is offline   Reply With Quote
Old January 15th, 2005, 09:09 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

Sorry ,it is set to ./forum

gallery config .php =$forumpath = './forum';
index.php in root folder =chdir('./forum');
SalTheWop is offline   Reply With Quote
Old January 15th, 2005, 09:14 AM   #5 (permalink)
rbl
Senior Member
Verified Customer
 
Join Date: Aug 2003
Location: Portugal
Posts: 492
Send a message via AIM to rbl Send a message via MSN to rbl
Re: Wheres my gallery?

the instructions in gallery_config are clear:
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum

so your forum path should be:
/home/fhlinux198/h/hdfuk.net/user/htdocs/
rbl is offline   Reply With Quote
Old January 15th, 2005, 10:35 AM   #6 (permalink)
Brian
Guest
 
Posts: n/a
Re: Wheres my gallery?

Try '../forum' instead.
  Reply With Quote
Old January 15th, 2005, 12:06 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

Ok , changed the path in index.php to
chdir('./home/fhlinux198/h/hdfuk.net/user/htdocs/');

changed the path in gallery_config to
$forumpath = './home/fhlinux198/h/hdfuk.net/user/htdocs/';

Cannot get into homepage ,but can get into forum
SalTheWop is offline   Reply With Quote
Old January 15th, 2005, 12:08 PM   #8 (permalink)
Ultimate Member
 
Join Date: Jan 2004
Posts: 2,196
Re: Wheres my gallery?

Remove the . in the begining and it will solve ALL of your problems.
Zachery is offline   Reply With Quote
Old January 15th, 2005, 12:31 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

Nope
this is the index.php in the root folder

<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0.0
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 21:43, Fri Jan 14th 2005 - 8152
// ||
// ++ ========================================================================++

error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);

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

chdir('/home/fhlinux198/h/hdfuk.net/user/htdocs/');

// ============================================
// No Further Editing Necessary!
// ============================================

require_once('./global.php');

print_portal_output($home);

?>


This is the gallery_config.php file in root/gallery

<?php
// ++=========================================================================++
// || vBadvanced Gallery v1.0 RC2
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 10:35, Sat Jan 15th 2005 - 8152
// || 4105580_066815207116
// ++ ========================================================================++

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

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

$forumpath = '/home/fhlinux198/h/hdfuk.net/user/htdocs/';

?>


When I go to www.hdfuk.net I get

Warning: main(./global.php): failed to open stream: No such file or directory in /home/fhlinux198/h/hdfuk.net/user/htdocs/index.php on line 27

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/share/pear') in /home/fhlinux198/h/hdfuk.net/user/htdocs/index.php on line 27


When I goto www.hdfuk.net/forum it works
SalTheWop is offline   Reply With Quote
Old January 15th, 2005, 12:54 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Posts: 83
Re: Wheres my gallery?

Quote:
Originally Posted by SalTheWop
When I go to www.hdfuk.net I get

Warning: main(./global.php): failed to open stream: No such file or directory in /home/fhlinux198/h/hdfuk.net/user/htdocs/index.php on line 27

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/share/pear') in /home/fhlinux198/h/hdfuk.net/user/htdocs/index.php on line 27


When I goto www.hdfuk.net/forum it works
Your frontpage (hdfuk.net) worked just fine earlier, i saw your vbadvanced functioning just fine
mindbuster is offline   Reply With Quote
Old January 15th, 2005, 12:55 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

Just gone into my Admin panel , the option to change the settings in VB Advance CMPS has gone !!!
SalTheWop is offline   Reply With Quote
Old January 15th, 2005, 01:07 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

OK, looks like im not cut out for this !! If I want to have the progs installed for me (Advance and Gallery) do I have to delete what is on my server already?And how long does it take to install once I have paid?
Thanks
SalTheWop is offline   Reply With Quote
Old January 15th, 2005, 01:19 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

Just changed the paths to ./forum again and it works ,still havent got the options to change anything in VB Advance though.
SalTheWop is offline   Reply With Quote
Old January 15th, 2005, 01:27 PM   #14 (permalink)
rbl
Senior Member
Verified Customer
 
Join Date: Aug 2003
Location: Portugal
Posts: 492
Send a message via AIM to rbl Send a message via MSN to rbl
Re: Wheres my gallery?

You should try to get things working at a time. Your paths are incorrect from what I can see above.
I see your forum and CMPS are fine so lets set gallery.

In gallery_config.php change the forum path to this:
$forumpath = '/home/fhlinux198/h/hdfuk.net/user/htdocs/forum';
rbl is offline   Reply With Quote
Old January 15th, 2005, 01:36 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

As far as I could see rbl , before installing the VBGallery earlier today ,it was all working OK

Quote:
In gallery_config.php change the forum path to this:
$forumpath = '/home/fhlinux198/h/hdfuk.net/user/htdocs/forum';
OK ,done that now ,and it appears to be OK
SalTheWop is offline   Reply With Quote
Old January 15th, 2005, 01:54 PM   #16 (permalink)
Brian
Guest
 
Posts: n/a
Re: Wheres my gallery?

If your options are not there then you either didn't make the changes to your forum/admincp/index.php file, or you may have just forgotten to upload it.
  Reply With Quote
Old January 15th, 2005, 02:06 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

Changes made ,file uploaded.
The options were there earlier , I added the Calendar . Now there is nothing.
SalTheWop is offline   Reply With Quote
Old January 15th, 2005, 03:16 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

OK , I got the VBAdvance options back . I unistalled and reinstalled.
Now I dont have the Gallery options
SalTheWop is offline   Reply With Quote
Old January 15th, 2005, 03:35 PM   #19 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

And although the Gallery option isnt in the Admin panel , when I click on www.hdfuk/gallery I got a page there now
SalTheWop is offline   Reply With Quote
Old January 15th, 2005, 04:20 PM   #20 (permalink)
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 87
Re: Wheres my gallery?

OK, I think its sorted (wheres the praying icon )

I think, messing around with all these index.php files that I may have overwritten one that I shouldnt have done

All options are now visible in the Admin panel
SalTheWop 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
wheres 520 download? Merjawy Photopost Pro How Do I...? 2 October 23rd, 2005 12:38 AM


All times are GMT -5. The time now is 09:19 AM.

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