![]() ![]() |
Nov 11 2013, 11:18 PM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 11-November 13 Member No.: 1,889 |
My registration complete landing page has been loading a blank page. After turning on Joomla Global Configurations error reporting I have discovered the reason this has been happening is because of an issue with the Payment component. I have this error message after registration: /////////////////////////////// Strict Standards: Only variables should be assigned by reference in /home/farmdogs/public_html/plugins/content/pfj_mtfollow/pfj_mtfollow.php on line 20 Strict Standards: Only variables should be assigned by reference in /home/farmdogs/public_html/plugins/content/pfj_mtfollow/pfj_mtfollow.php on line 21 /////////////////////////// And I also get this error message from within the actual admin Payment Component: /////////////////////////// Strict Standards: Declaration of PaymentsController::display() should be compatible with JControllerLegacy::display($cachable = false, $urlparams = Array) in /home/farmdogs/public_html/administrator/components/com_payments/controller.php on line 12 Strict Standards: Only variables should be assigned by reference in /home/farmdogs/public_html/administrator/components/com_payments/controller.php on line 15 Strict Standards: Only variables should be assigned by reference in /home/farmdogs/public_html/administrator/components/com_payments/models/default.php on line 19 Strict Standards: Only variables should be assigned by reference in /home/farmdogs/public_html/administrator/components/com_payments/views/default/view.html.php on line 25 Strict Standards: Only variables should be assigned by reference in /home/farmdogs/public_html/administrator/components/com_payments/views/default/view.html.php on line 26 Strict Standards: Only variables should be assigned by reference in /home/farmdogs/public_html/administrator/components/com_payments/views/default/view.html.php on line 40 Strict Standards: Only variables should be assigned by reference in /home/farmdogs/public_html/administrator/components/com_payments/views/default/view.html.php on line 41 Strict Standards: Only variables should be assigned by reference in /home/farmdogs/public_html/administrator/components/com_payments/views/default/view.html.php on line 42 Strict Standards: Only variables should be assigned by reference in /home/farmdogs/public_html/plugins/content/pfj_mtfollow/pfj_mtfollow.php on line 20 Strict Standards: Only variables should be assigned by reference in /home/farmdogs/public_html/plugins/content/pfj_mtfollow/pfj_mtfollow.php on line 21 Strict Standards: Only variables should be passed by reference in /home/farmdogs/public_html/administrator/components/com_payments/views/default/view.html.php on line 99 //////////////////////////// Can you please advise, thanks in advance. Alan |
|
|
|
Nov 12 2013, 08:25 AM
Post
#2
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
Workaround is to disable error reporting. Set error reporting in php.ini to:
Код error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT This will disable notices and strict standards warnings. If you do not have access to php.ini file paste: Код error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE); in index.php in root directory of your site just after <?php It should look like: Код <?php
error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE); -------------------- Php programmer in 3D Web Design
|
|
|
|
Nov 13 2013, 05:17 AM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 11-November 13 Member No.: 1,889 |
Hi pavelKukov,
Thank you for your reply. I am not really trying to hide the error, I turned on the error reporting via Joomla configurations to find out why my mosets registration would not work. The issues is the error so I was hoping to find a solution to my problem. Can you help? |
|
|
|
Nov 18 2013, 09:33 AM
Post
#4
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
Is it possible to downgrade php version? If yes try with php 5.2.
If above is not option for you, please send me FTP access and an administrator user/pass to pavel 3dwebdesign.org
-------------------- Php programmer in 3D Web Design
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 1st June 2026 - 10:20 PM |