The ion tag has no wiki summary.
3
votes
2answers
645 views
Exact semantics of Matplotlib's “interactive mode” (ion(), ioff())?
The documentation for the "interactive mode" in Matplotlib's pyplot reads:
The interactive property of the pyplot interface controls whether a figure canvas is drawn on every pyplot command. If ...
3
votes
1answer
357 views
CI: Ion Auth Error randomly appears sometimes and I can't figure out why
I get the following error when using Ion Auth with Code Igniter 2.0 and PHP 5.2
ErrorException [ Notice ]: Undefined property: Practice::$ion_auth
SYSDIR/core/Model.php [ 50 ]
and here is the code ...
2
votes
1answer
188 views
How to determine the power status of a monitor/TV in Linux
I asked this same question a few months ago, but I've run into another roadblock and I'm hoping someone will have a flash of insight. The is the previous thread: Detecting if the monitor is powered ...
1
vote
1answer
119 views
Ion Auth update_user() does not update user
I'm trying to update an user with update_user function. But I have got this error.
Fatal error: Uncaught exception ‘Exception’ with message ‘Undefined method on_auth::update_user() called’
My ...
1
vote
1answer
144 views
Ion Auth User and Admin Issue - CodeIgniter
I'm using Ion Auth for my website authentication, and it's a wonderful tool with one slight issue. Whenever a user is created, they are automatically created as an administrator and not a member or ...
1
vote
0answers
696 views
Matplotlib, Pylab using TKAgg: encountering PyEval_RestoreThread: NULL tstate when using plt.ion() on win32
EDIT:
Bah, finally found a discussion on the Runtime Error, although it focuses on using PythonWin, which I did not have installed at the time. After installing PythonWin and setting up GTK (as per ...
0
votes
1answer
229 views
Ion Auth/CodeIgniter Fatal Error
Receiving this fatal error when trying to access my planner.php and shared.php controllers. Any thoughts?
Fatal error: Uncaught exception 'Exception' with message 'Undefined method ...
0
votes
1answer
150 views
CodeIgniter, Ion Auth: Call to undefined function now()
I'm using the Ion Auth library for the authentication system in a website I'm working on. It worked without any problem, but since yesterday I'm getting this error:
PHP Fatal error: Call to ...
0
votes
1answer
568 views
Registration system using ion auth in codeigniter
I have developed a registration form using codeigniter framework which works fine. But now I want to integrate it with ion auth library to make it more scalable. But I am new to using external ...
0
votes
1answer
519 views
Unable to change Identity to 'username' in Codeigniter Ion Auth?
I have installed ion auth and everything is up and functional. The only problem I have is I want to change the login to use the visitors username instead of e-mail. I change the CONFIG option in the ...
0
votes
3answers
433 views
How to make user object available across pages in CodeIgniter?
I'm fairly new to CodeIgniter and I'm using Ion Auth for user authorization. With the Ion Auth library, you get a user object like:
$user = $this->ion_auth->get_user();
echo ...
0
votes
2answers
455 views
ION Auth Default URL and Controller
I am using the ION Auth library for Codeigniter. For security purposes, should I change the default URL/Controller from "/auth" to something that's unknown and more difficult to guess?
0
votes
1answer
111 views
Find IonCube PHP files
The pSek server hosting company installed 54 PHP extensions for no reason, and while going through the list of unneeded extensions I noticed IonCube, which I want to get rid of quickly. What's a good ...