GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Hi Gfy Programmers... I would like to create a group! (https://gfy.com/showthread.php?t=1152677)

disinfected 10-22-2014 08:43 PM

Hi Gfy Programmers... I would like to create a group!
 
Unfortunately I cannot.... :(

PHP User Warning: Illegal string offset 'creatoruserid' in ..../group.php on line 1383

Fatal error: Only variables can be passed by reference in /opt/242/usr/home/sites/www.gfy.com/www/group.php on line 1383

Any way to get this working?

SpotOnTechSupport 10-22-2014 09:31 PM

What is the content of line 1383?

420 10-22-2014 09:34 PM

Quote:

Originally Posted by SpotOnTechSupport (Post 20263181)
What is the content of line 1383?

https://gfy.com/group.php?do=create

SpotOnTechSupport 10-22-2014 09:37 PM

Disregard the link. I would need to see the actual line in the code.

jwerd 10-22-2014 09:50 PM

Without seeing the line I'll still guess: It sounds like your server requirements don't meet this software package (php version, most likely).

edgeprod 10-22-2014 09:52 PM

Why are people reacting like this is HIS code? He's talking about GFY itself being broken, I am assuming.

disinfected 10-22-2014 09:54 PM

Quote:

Originally Posted by edgeprod (Post 20263196)
Why are people reacting like this is HIS code? He's talking about GFY itself being broken, I am assuming.

yes... I went to my profile and there was an option to create a group on gfy. I was a little excited so was about to start one and it is broken :(

420 10-22-2014 09:56 PM

Quote:

Originally Posted by disinfected (Post 20263199)
yes... I went to my profile and there was an option to create a group on gfy. I was a little excited so was about to start one and it is broken :(

http://canada.aol.com/help_files/[email protected]

edgeprod 10-22-2014 10:06 PM

Quote:

Originally Posted by disinfected (Post 20263199)
yes... I went to my profile and there was an option to create a group on gfy. I was a little excited so was about to start one and it is broken :(

Haha, yeah, I took the time to actually read what you said. :winkwink:

SpotOnTechSupport 10-22-2014 10:12 PM

If one of the GFY code monkeys comes in (no offense, I'm one too) they can at least get an idea on what parameter isn't being passed and have an extra set/sets of eyes on it.

PornDiscounts-V 10-23-2014 12:47 AM

Group is broken. There is nothing you can pass to make it work.

PornDiscounts-V 10-23-2014 12:49 AM

If I was a betting man there is an array that is created when you are a mod and it isn't getting created.

VladS 10-23-2014 04:34 AM

Prolly a string treated as an array me thinks.

Eric 10-23-2014 08:31 AM

Unfortunately, this is an issue we are not able to fix at this time as this is an issue with vBulletin.

There is a newer version of vBulletin that could possibly fix this issue, but it is still in the testing phases. Time will tell.

munki 10-23-2014 09:52 AM

Quote:

Originally Posted by Eric (Post 20263616)
Unfortunately, this is an issue we are not able to fix at this time as this is an issue with vBulletin.

There is a newer version of vBulletin that could possibly fix this issue, but it is still in the testing phases. Time will tell.

:thumbsup:thumbsup

PAR 10-23-2014 09:58 AM

Quote:

Originally Posted by edgeprod (Post 20263196)
Why are people reacting like this is HIS code? He's talking about GFY itself being broken, I am assuming.

I'm guessing because the people commenting aren't programmers or also have extreme difficulty following specs and or bug reports...

vending_machine 10-23-2014 10:20 AM

The people commenting seem to be programmers but they don't have enough clue to realize they cannot help answer this question. :P

NatalieK 10-23-2014 11:25 AM

Quote:

Originally Posted by edgeprod (Post 20263205)
Haha, yeah, I took the time to actually read what you said. :winkwink:

We began reading the thread posts & thought 'no one had read it all' also :winkwink:

Panty Snatcher 10-23-2014 11:27 AM

i could create one in another site :(

And everyone is welcome

Lori-XIndustryJobs 10-23-2014 01:01 PM

I'm always looking for great programmers for new job opportunities. Hit me up if interested. :)

edgeprod 10-25-2014 12:09 PM

Quote:

Originally Posted by PAR (Post 20263756)
I'm guessing because the people commenting aren't programmers or also have extreme difficulty following specs and or bug reports...

You get what you pay for. Some people insist on learning that lesson again and again and again. :helpme

Tam 10-25-2014 10:25 PM

Quote:

Originally Posted by Lori-XIndustryJobs (Post 20264034)
I'm always looking for great programmers for new job opportunities. Hit me up if interested. :)

:party-smi

Are you losing it? He's asking for some help creating a group here, not trying to hire a programmer - I think your spam button broke, my dear! :1orglaugh

dicknipples 10-25-2014 11:24 PM

Quote:

Originally Posted by disinfected (Post 20263134)
Unfortunately I cannot.... :(

PHP User Warning: Illegal string offset 'creatoruserid' in ..../group.php on line 1383

Fatal error: Only variables can be passed by reference in /opt/242/usr/home/sites/www.gfy.com/www/group.php on line 1383

Any way to get this working?

The first one, the warning is because you're passing a string instead of an array, which is what it's trying to work with. Despite PHP allowing you to treat strings as arrays. Example: $str = 'hello world'; echo $str[3]; // result is the second L in hello.

The second one is what looks like because the forum is registering it's own error handler, PHP automatically sets E_STRICT, and well there's some wonky ass shit going on.

Moral of the story is, vBulletin is a hunk of shit.


All times are GMT -7. The time now is 09:41 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123