PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   PhotoPost Classifieds Support (http://www.photopost.com/forum/photopost-classifieds-support/)
-   -   Failed opening required .../functions_wysiwyg.php (http://www.photopost.com/forum/photopost-classifieds-support/146253-failed-opening-required-functions_wysiwyg-php.html)

ablaye August 2nd, 2011 05:33 PM

Failed opening required .../functions_wysiwyg.php
 
I have a problem when I try to submit a comment. I get the following error:
Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in /home/"my website path"/comments.php on line 31

Fatal error: require_once() [function.require]: Failed opening required '/home/"my website path"/forum/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/"my website path"/comments.php on line 31

I have removed the real path and replaced it with "my website path" in the error message above?

Any idea what the problem is?

You can try it yourself at ndakaru.com/annonces/showproduct.php/product/1/title/camera-a-vendre/cat/4

Try submitting a comment below.

Thanks

Chuck S August 2nd, 2011 06:45 PM

We have not yet released support for the new vb 4.14

You can try and patch your site like so in comments.php find this at line 26

Code:

Content visible to verified customers only.
replace that with

Code:

Content visible to verified customers only.

ablaye August 2nd, 2011 08:16 PM

Now, I get this error:
Code:

Content visible to verified customers only.
Is there anything that I am missing?

Chuck S August 2nd, 2011 09:45 PM

try reapplying the mod.

ablaye August 2nd, 2011 10:23 PM

Still not working:

Code:

Content visible to verified customers only.

ablaye August 2nd, 2011 10:30 PM

I fixed it with the code below:
Code:

Content visible to verified customers only.

Chuck S August 3rd, 2011 08:54 AM

Okay not a problem.


All times are GMT -5. The time now is 08:38 AM.

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