[solved] Fatal error: Call to undefined method AltauserpointsModelaltauserpoints::setRedirect()

More
5 years 10 months ago - 5 years 10 months ago #41794 by thauron39
Hello,
i have this error:

Fatal error: Call to undefined method AltauserpointsModelaltauserpoints::setRedirect() in /components/com_altauserpoints/models/altauserpoints.php on line 176

In error log i look the same message and not others errors


I have sync users, i use php 5.6
Last edit: 5 years 10 months ago by nordmograph.

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #41795 by thauron39
if i comment in this mode

JControllerLegacy::setRedirect('index.php', $msg);
JControllerLegacy::redirect();
//$this->setRedirect('index.php', $msg);
//$this->redirect();

website give me :

You are not authorized to view this page

(i'm admin)

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #41796 by nordmograph
You can try replacing with:
JFactory::getApplication()->redirect('index.php', $msg);

Let me know if this helps

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #41797 by thauron39
it give me

Message
You are not authorized to view this page

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #41798 by nordmograph
Are you logged in?

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #41800 by thauron39

Please Log in or Create an account to join the conversation.

Time to create page: 0.343 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.