The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Error message when posting
Had to have my website moved to a different server - my server company took care of all migration of files, databases etc.
My forum seems to be working fine with one exception..... when posting a new thread or replying to a thread I am re-directed to a white screen page reading ... Fatal error: Call-time pass-by-reference has been removed in /home/njsurfta/public_html/forums/mobiquo/include/function_push.php on line 136 The thread and or reply is posted .... it just doesnt re-direct me back to the post. Any ideas what could be wrong? |
#2
|
|||
|
|||
I think that means that your current tapatalk is not compatible with your version of php.
|
#3
|
||||
|
||||
Quote:
Use notepad++ to edit php files. |
#4
|
||||
|
||||
The only thing is .... it didnt happen when using Tapatalk from my phone (which I do have installed) - it happened when at computer
|
#5
|
||||
|
||||
There is no reference sign on a function call - only on function definitions. Function definitions alone are enough to correctly pass the argument by reference. As of PHP 5.3.0, you will get a warning saying that "call-time pass-by-reference" is deprecated when you use & in foo(&$a);. And as of PHP 5.4.0, call-time pass-by-reference was removed, so using it will raise a fatal error.
You need to go to the line specified in the warning and remove the ampersand. |
#6
|
||||
|
||||
I did just try to create a thread using tapatalk and received this error...
Post Error duplicate create / reply thread error, or the system restrict multiple thread within short time frame |
#7
|
|||
|
|||
Quote:
What Max suggested may work. |
#8
|
||||
|
||||
You must edit the function_push.php file. It is telling you exactly what you need.
Remove the ampersand from line 136 of that file. |
#9
|
|||
|
|||
Yeah, Max has a good suggestion, but the reason I didn't get in to that is because there might be other issues besides that message, I don't know. It woul be better if you could upgrade, but I really don't know much about it, I only knew that the mobiquo directory was for tapatalk.
|
#10
|
||||
|
||||
Thanks Max ..... just edited the php file and removed the ampersand and all appears well
--------------- Added [DATE]1395427365[/DATE] at [TIME]1395427365[/TIME] --------------- I installed Tapatalk so long ago that i forgot that it used that directory |
Благодарность от: | ||
Max Taxable |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|