-
Alan, please let me know if you are still having this problem with the new code.
Thanks,
- John.
2009-11-04 15:00:18 UTC in The Empowered Non-Profit
-
Hi, Mark. Sorry you ran into this snag.
Try this: in your browser put in the URL forms/main/login.php and use admin/admin as the userID and password.
If you are running in a non-ssl environment, please edit the file
/config/util_DEF_ENP.php
and change the line
define('CB_REQUIRE_HTTPS', true);
to
define('CB_REQUIRE_HTTPS', false);
I'm...
2009-09-12 15:12:10 UTC in The Empowered Non-Profit
-
Point your browser to forms/main/login.php and you should be all set.
There is an index.html in each directory that displays the "Hello World" message. By having the index.html file, it prevents the bad guys from getting your directory listings.
2009-08-10 13:05:04 UTC in The Empowered Non-Profit
-
(Mark, I also sent you an email about this....)
I think you hit a situation that is not very well documented. By default, the ENP runs under a secure certificate (https). You need to disable this feature by:
1) editing file yourPath/forms/config/util_DEF_ENP.php
2) find the following line:
//---------------------------------------------------------------
// if you want...
2009-07-26 15:49:04 UTC in The Empowered Non-Profit
-
Generally the default max time a php script can run is 30 seconds. During installation, and a few other places in the program, it's necessary to extend that because 30 seconds may not be long enough to complete the operation.
It appears that your ISP has a policy about not allowing scripts to extend the time limit. Try checking with your ISP about this policy.
Also, this appears to be...
2009-07-14 12:30:17 UTC in The Empowered Non-Profit
-
It appears that you tried to reinstall the ENP after the tables had already been created. If you would like to reinstall the ENP, you'll need to drop all the tables before running the installation. If you don't have access to a program like phpMyAdmin to manage the tables directly, you can simply delete the database, then create a new one.
Hope this helps!
2009-07-01 23:43:17 UTC in The Empowered Non-Profit
-
Hmmm... This problem is completely unrelated to the original problem, so I guess we're making progress.
This error indicates that a php library routine, used to encrypt URL information, if failing, probably due to a bad seed value. The seed value is stored as part of the session. Double check that you have cookies enabled.
Beyond that I'd need to take a look. I'd be willing to take a look...
2009-05-02 19:04:16 UTC in The Empowered Non-Profit
-
Sorry you ran into this snag. Do you have an ssl certificate on your site? If not, edit the file ./config/util_DEF_ENP.php.
Change the line:
define('CB_REQUIRE_HTTPS', true);
to
define('CB_REQUIRE_HTTPS', false);
By the way, the next release of the ENP will allow https access to the entire site. Right now it only applies to log-ins and the Account Manager.
Another thing to try...
2009-05-01 15:21:22 UTC in The Empowered Non-Profit
-
Hi, Rich. I saw this note after posting the earlier thread. Please send me an email if you have any questions. By the way, I like Joomla too, but our public web site was purchased from a private web development company here in Austin.
- John.
2009-04-10 15:24:10 UTC in The Empowered Non-Profit
-
Hi, Rich. Thanks for your encouraging comments.
Here at The Miracle Foundation (TMF) we use the ENP for our internal sponsorship management. We don't want to give the general Internet community access to our ENP system, so we are adding an interface in our public web site that provides sponsors with pictures of their sponsored kids, as well as well as information about their sponsorship...
2009-04-10 15:21:20 UTC in The Empowered Non-Profit