PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   Warning: implode() (http://www.photopost.com/forum/bugs-1-0-0/118489-warning-implode.html)

thejaxx June 7th, 2005 12:15 AM

Warning: implode()
 
I've only installed three of the mods and I'm getting this error:

Warning: implode(): Bad arguments. in /includes/functions_gallery.php on line 312

I have the the following changes installed:
Create a Members' Gallery Showing All Images by All Users
"My Gallery" Link [Template Mod]
[MOD] Gallery Link In Postbit If User Has One (no extra queries) (which is not working)

Brian June 7th, 2005 10:28 AM

Re: Warning: implode()
 
Were you getting that error before you installed those hacks?

thejaxx June 7th, 2005 10:09 PM

Re: Warning: implode()
 
Not that I noticed.

Strange thing is, I'm not seeing it myself in IE. The person that showed me is seeing it in both IE and Firefox. But I do see it in Firefox. And another, doesn't see it at all.

Brian June 8th, 2005 10:54 AM

Re: Warning: implode()
 
Looks like it may be a problem with a category having sub-categories, but the user's not having permission to view them. Try looking in your forum/includes/functions_gallery.php file for this bit of code:
Code:

Content visible to verified customers only.
Replace with this:
Code:

Content visible to verified customers only.
And that should take care of the problem.

thejaxx June 8th, 2005 09:33 PM

Re: Warning: implode()
 
That looks to have done the trick on my end.

Just waiting for the mod that told me about it to see if she still see's it.

thejaxx June 8th, 2005 09:52 PM

Re: Warning: implode()
 
That did the trick. She said no error.

Thanks a bunch


All times are GMT -5. The time now is 10:14 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