| View previous topic :: View next topic |
| Author |
Message |
markj
Joined: 06 Jul 2008 Posts: 7
|
Posted: Sun Jul 06, 2008 11:33 pm Post subject: Wordpress authentication |
|
|
Hello, I am getting this error:
| Quote: |
Warning: _ex_auth_wp_connect(include/classes/class.sql.php) [function.-ex-auth-wp-connect]: failed to open stream: No such file or directory in /home/bosto10/public_html/the411/calendar/modules/auth/auth.php on line 363
Fatal error: _ex_auth_wp_connect() [function.require]: Failed opening required 'include/classes/class.sql.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bosto10/public_html/the411/calendar/modules/auth/auth.php on line 363 |
the wp-config file is updated properly and my path to installation in auth.php is:
| Quote: |
# Path to installation, NO trailing slash, /
$wp_opts['path'] = '/home/bosto10/public_html/the411'; |
Any ideas? |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Mon Jul 07, 2008 3:55 pm Post subject: |
|
|
Hi,
Is this a new Thyme installation? |
|
| Back to top |
|
 |
markj
Joined: 06 Jul 2008 Posts: 7
|
Posted: Tue Jul 08, 2008 3:28 am Post subject: |
|
|
| yes. I'm also using the latest version of wordpress if that helps |
|
| Back to top |
|
 |
markj
Joined: 06 Jul 2008 Posts: 7
|
Posted: Tue Jul 15, 2008 3:39 am Post subject: |
|
|
| also, when i go to view the users of my calendar, all the registered users from wordpress are shown-which is great. However the problem is to add events to the blog, they have to sign in again instead of being automatically logged in. |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Mon Jul 21, 2008 4:06 pm Post subject: |
|
|
Hi Mark,
I'm sorry for the delay. Did you follow the instructions at the top of the auth.php file regarding modifying your wordpress configuration to allow single sign on? |
|
| Back to top |
|
 |
markj
Joined: 06 Jul 2008 Posts: 7
|
Posted: Wed Jul 23, 2008 1:41 am Post subject: |
|
|
yes my wp-config.php files begins like this
| Quote: |
<?php
// ** MySQL settings ** //
define('COOKIEPATH', '/');
define('SITECOOKIEPATH', '/'); |
This is line 363 (the line getting the errors) of auth.php
| Quote: |
| require_once(@constant("_CAL_BASE_PATH_") . "include/classes/class.sql.php"); |
|
|
| Back to top |
|
 |
markj
Joined: 06 Jul 2008 Posts: 7
|
Posted: Thu Aug 07, 2008 2:11 am Post subject: |
|
|
| any ideas? |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Fri Aug 08, 2008 4:51 pm Post subject: |
|
|
Hi,
Would it be possible for you to e-mail me regarding this please? ian@extros.. I'd like to get some server information from you. |
|
| Back to top |
|
 |
|