![]() |
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? |
I think that means that your current tapatalk is not compatible with your version of php.
|
Quote:
Use notepad++ to edit php files. |
Quote:
|
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. |
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 |
Quote:
What Max suggested may work. |
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. |
Quote:
|
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 |
All times are GMT. The time now is 07:23 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|