 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
December 17th, 2004, 06:29 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Sep 2003
Posts: 313
| Error integration VB
Warning: main(/fotopost/inc_features.php): failed to open stream: No such file or directory in /home/virtual/site5/fst/var/www/html/proef/index.php on line 71
Warning: main(): Failed opening '/fotopost/inc_features.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site5/fst/var/www/html/proef/index.php on line 71
Warning: main(/fotopost/inc_photopost.php): failed to open stream: No such file or directory in /home/virtual/site5/fst/var/www/html/proef/index.php on line 72
Warning: main(): Failed opening '/fotopost/inc_photopost.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site5/fst/var/www/html/proef/index.php on line 72
Any idea ???
Last edited by aberg; December 17th, 2004 at 07:11 PM.
|
| |
December 17th, 2004, 07:51 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
You have not specified the path to the file in your vb index file correctly. The path is not
/fotopost/inc_features.php
this would be correct
/home/virtual/site5/fst/var/www/html//fotopost/inc_features.php
|
| |
December 17th, 2004, 07:52 PM
|
#3 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2004
Posts: 5
|
Correction...
Last edited by Hobby; December 17th, 2004 at 08:01 PM.
|
| |
December 17th, 2004, 07:58 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
We just released 4.8.5 yesterday evening and thus before 4.8.5 was released that was a mod and yes the user would ask for support from that mod. The version we have included is not that mod.
You need to edit your VB index.php file and place the proper include with the proper server path to the inc_features.php file as it states.
The user above has placed a partial server path not full path thus he has the error he does
|
| |
December 17th, 2004, 07:59 PM
|
#5 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2004
Posts: 5
|
I had the same error, I employed the changes and got the next error is:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/httpd/html/www.website.com/gallery/inc_features.php on line 49
Last edited by Hobby; December 17th, 2004 at 08:02 PM.
|
| |
December 17th, 2004, 08:05 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Make sure you have edited your config-int.php file with the proper information like table prefix and such
|
| |
December 17th, 2004, 08:14 PM
|
#7 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2004
Posts: 5
|
Muchas Gracias! That fixed it. On a another note, in the comment section I have extra smilies and they don't display in the reply window, just the broken link images. Ideas?
|
| |
December 17th, 2004, 08:32 PM
|
#8 (permalink)
| | Member
Join Date: Aug 2002 Location: TeXaS
Posts: 293
|
Yup, I fell for this one too but putting the full path in cured it (after a lot of head scratching  )
|
| |
December 17th, 2004, 08:38 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Are you using enhanced or not? We do not call the VB parser unless you are using enhanced and you need to use the enhanced templates.
Don't feel bad Rids. Michael worked hard to improve all the documentation new install etc to make things alot easier but it seems quite a few people forgot about what it says about adding it with the server path to the file  I doubt no matter how much we document things users will always make a mistake thats why we are here to assist. Next time instead of scratching your head alot just post it here and hopefully we can answer and get you up without as many scratches on your head.
|
| |
December 17th, 2004, 08:47 PM
|
#10 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2004
Posts: 5
|
I was using enhanced and had the enhanced templates loaded. For the moment I solved the issue by setting the "define(VB3_COMMWYSIWYG" to off so the smilies just don't display at all.
I would love to have the smilies there though. Strange thing was that a couple of the smilies did display and a couple didn't but all those smilies (the displayed ones and the blank ones), are all in the same directory. I attached a image of the error below.
Last edited by Hobby; December 17th, 2004 at 08:53 PM.
|
| |
December 18th, 2004, 01:11 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Sep 2003
Posts: 313
|
Thanks, that's works!!
Now only one fault in photopost whe try to upload:
Unable to move file [/tmp/phpCNmoVL] [/home/virtual/site5/fst/var/www/html/fotopost/uploads/1/borisstart.jpg]
again any idea??
Last edited by aberg; December 18th, 2004 at 01:53 PM.
|
| |
December 18th, 2004, 02:14 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Set your permissions correctly to 777 on those directories noted in the installation instructions http://www.photopost.com/installphp.html |
| |
December 19th, 2004, 11:38 AM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Sep 2003
Posts: 313
|
I have check the this now:
Warning: copy(/home/virtual/site5/fst/var/www/html/fotopost/data500/1ratzushka-thumb.jpg): failed to open stream: No such file or directory in /home/virtual/site5/fst/var/www/html/fotopost/image-inc.php on line 266
Error creating thumbnail! Error code: 154
Command:
"/usr/bin/X11/mogrify" -size 80x100 -quality 70 -geometry 80x100 '/home/virtual/site5/fst/var/www/html/fotopost/data500/1borisstart-thumb.jpg'
Last edited by aberg; December 19th, 2004 at 11:41 AM.
|
| |
December 19th, 2004, 11:44 AM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Have you verified thats the path to mogrify. It looks like you have not changed it from the default to what it is on your install if it is indeed installed.
|
| |
December 20th, 2004, 12:48 PM
|
#15 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2004
Posts: 5
| Quote: |
Originally Posted by Hobby I was using enhanced and had the enhanced templates loaded. For the moment I solved the issue by setting the "define(VB3_COMMWYSIWYG" to off so the smilies just don't display at all.
I would love to have the smilies there though. Strange thing was that a couple of the smilies did display and a couple didn't but all those smilies (the displayed ones and the blank ones), are all in the same directory. I attached a image of the error below. | I know this thread has been going in a few directions. Any ideas on the smiley issue?
|
| |
December 20th, 2004, 01:04 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,806
|
Try changing the comments.tmpl
line 255 from
<td><a href="#" onclick="smilie('$stext'); return false;"><img src="{$Globals['vbulletin']}/$spath" alt="$stitle" border="0" /></a></td>
to
<td><a href="#" onclick="smilie('$stext'); return false;"><img src="$spath" alt="$stitle" border="0" /></a></td>
|
| |
December 24th, 2004, 07:57 AM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Sep 2003
Posts: 313
| Quote: |
Originally Posted by omegatron Have you verified thats the path to mogrify. It looks like you have not changed it from the default to what it is on your install if it is indeed installed. | No, but now i have done this.
And..... WORKS OK NOW !!
Thanks for the support and you patient.!
|
| | |
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 03:25 PM. | |