PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Error in showing Photos in VBulletin Forum Page (http://www.photopost.com/forum/photopost-pro-how-do-i/137728-error-showing-photos-vbulletin-forum-page.html)

Nanbargal August 29th, 2008 01:56 AM

Error in showing Photos in VBulletin Forum Page
 
Hello All,

Today, I moved the VBulletin from Forum page to root,

Now

Forum in >>> public_html/
Photos in >> public_html/photos


I get this error

Warning: include(../photos/inc_features.php) [function.include]: failed to open stream: No such file or directory in [path]/index.php(560) : eval()'d code on line 3

Warning: include() [function.include]: Failed opening '../photos/inc_features.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/index.php(560) : eval()'d code on line 3



How to SORT it out ..

I am a beginner in this

Hope someone will help me out

Chuck S August 29th, 2008 05:21 AM

Try turning off your photos plugin in your vb plugins and possibly redo it something about your path to that file is incorrect.

Nanbargal September 1st, 2008 05:52 AM

Hello Chuck,

I changed the path from

include('../photos/inc_features.php');

to

include('./photos/inc_features.php');

in the plugin manager . it works well .. thanks

Chuck S September 1st, 2008 06:55 AM

Not a problem glad to assist.


All times are GMT -5. The time now is 03:21 PM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97