 | |  | |
December 10th, 2005, 12:42 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Sep 2005 Location: Louisiana
Posts: 30
| Meaning of Error?
I am new to all this and installed photo php.
I get this error.Any help would be great.Sorry if this is the wrong place to post. Quote:
Warning: chdir(): No such file or directory (errno 2) in /home/httpd/vhosts/domain.com/httpdocs/gallery/gallery_global.php on line 20
Warning: main(./global.php): failed to open stream: No such file or directory in /home/httpd/vhosts/domain.com/httpdocs/gallery/gallery_global.php on line 50
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/domain/httpdocs/gallery/gallery_global.php on line 50
|
Last edited by Zachariah; February 25th, 2006 at 05:49 PM.
Reason: removed domain name
|
| |
December 11th, 2005, 01:55 AM
|
#2 (permalink)
| | Member Verified Customer
Join Date: Sep 2005 Location: Louisiana
Posts: 30
|
Anyone? |
| |
December 11th, 2005, 02:14 AM
|
#3 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005
Posts: 1,400
|
When you modified your /gallery/gallery_config.php file what exactly did you enter for the $forumpath variable?
|
| |
December 11th, 2005, 09:09 AM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Sep 2005 Location: Louisiana
Posts: 30
| Quote: |
Originally Posted by KW802 When you modified your /gallery/gallery_config.php file what exactly did you enter for the $forumpath variable? | Well I added Quote:
// ============================================
// Enter the full path to your forum here
// Example: /home/photopost/public_html/forum
// ============================================
$forumpath = '/home/domain.com/httpdocs/forums/';
?>
| My forum is domain.com
The gallery is in /httpdocs/gallery/
the same thing happened top the links section add-on..I bet i got the forum path wromg.
Last edited by Zachariah; February 25th, 2006 at 05:49 PM.
Reason: removed domain name
|
| |
December 11th, 2005, 09:20 AM
|
#5 (permalink)
| | Registered User
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,244
| Quote: |
Originally Posted by elite_admin Well I added
My forum is gamedog-elite.come.
The gallery is in /httpdocs/gallery/
the same thing happened top the links section add-on..I bet i got the forum path wromg. | Code: Content visible to verified customers only.
no trailing slash /
Last edited by Zachariah; February 20th, 2006 at 07:29 PM.
|
| |
December 11th, 2005, 09:25 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Sep 2005 Location: Louisiana
Posts: 30
| Quote: |
Originally Posted by Zachariah no trailing slash / | no trailing backslash as in the last or any of them?
I changed it and get this for the gallery and the links section i installed.
Should the gallery folder be inside httpdocs or inside the vbulliten "forums" folder? Quote:
Warning: chdir(): No such file or directory (errno 2) in /home/httpd/vhosts/domain.com/httpdocs/gallery/gallery_global.php on line 20
Warning: main(./global.php): failed to open stream: No such file or directory in /home/httpd/vhosts/domain.com/httpdocs/gallery/gallery_global.php on line 50
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/domain.com/httpdocs/gallery/gallery_global.php on line 50
|
Last edited by Zachariah; February 25th, 2006 at 05:49 PM.
Reason: removed domain name
|
| |
December 11th, 2005, 11:19 PM
|
#7 (permalink)
| | Registered User
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,244
|
Opps - Try this. Code: Content visible to verified customers only.
Last edited by Zachariah; February 20th, 2006 at 07:29 PM.
|
| |
December 11th, 2005, 11:32 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Sep 2005 Location: Louisiana
Posts: 30
| thanx man
ill try it right now.
|
| |
December 11th, 2005, 11:35 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Sep 2005 Location: Louisiana
Posts: 30
|
ok..lol.now i get a blank white page.says done
|
| |
December 12th, 2005, 12:14 AM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Sep 2005 Location: Louisiana
Posts: 30
| I got it
Ok thanks a million.Its up and running. |
| |
December 12th, 2005, 07:20 AM
|
#11 (permalink)
| | Registered User
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,244
| Quote: |
Originally Posted by elite_admin Ok thanks a million.Its up and running.  | You got it running !!! |
| |
December 14th, 2005, 04:26 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Sep 2005 Location: Louisiana
Posts: 30
| Quote: |
Originally Posted by Zachariah You got it running !!!  |
Not so fast on the
I cant upload pics now.Says "No Image specified. If you followed a valid link, please notify the administrator".What ya think? |
| |
December 14th, 2005, 11:16 AM
|
#13 (permalink)
| | Registered User
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,244
| Quote: |
Originally Posted by elite_admin Not so fast on the
I cant upload pics now.Says "No Image specified. If you followed a valid link, please notify the administrator".What ya think?  | This error pop's up when ?
- After a upload ?
- The image is uploaded and now your trying to view the image ?
|
| |
December 14th, 2005, 05:31 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Sep 2005 Location: Louisiana
Posts: 30
|
When i upload a file it uploads.As soon as it reaches 100% it says the above message. Hey man.Check your p.m.'s |
| |
December 14th, 2005, 06:16 PM
|
#15 (permalink)
| | Registered User
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,244
|
Fixed.
CHMOD 777
gallery/users
gallery/files
They were 755 access.
|
| |
December 14th, 2005, 06:47 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Sep 2005 Location: Louisiana
Posts: 30
| Quote: |
Originally Posted by Zachariah Fixed.
CHMOD 777
gallery/users
gallery/files
They were 755 access. | I would like to thank you.Your are on top ofyour game.Is there a tutorial on how to chmod777?
|
| |
December 14th, 2005, 07:15 PM
|
#17 (permalink)
| | Registered User
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,244
| Quote: |
Originally Posted by elite_admin I would like to thank you.Your are on top ofyour game.Is there a tutorial on how to chmod777? | Most - if not all - FTP clients make possible to change the file permissions.
That can either be done with a command line and the command chmod or with some clicks on menus and checkboxes.
Right mouse click on the file => Select "Properties/CHMOD" from context menu
- On the folders you wish to change.
Here is an EX for another member's problem. w/ Screen of FTP program I use. http://www.photopost.com/forum/showp...09&postcount=5 |
| |
February 25th, 2006, 05:17 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Sep 2005 Location: Louisiana
Posts: 30
| Thank you
Thanks for makin the lil change for me. |
| |
February 25th, 2006, 05:47 PM
|
#19 (permalink)
| | Registered User
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,244
| Quote: |
Originally Posted by elite_admin Thanks for makin the lil change for me.  | Not a problem.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 07:46 AM. | |