Mysqli

13 views
Skip to first unread message

Nathan Kern

unread,
Oct 28, 2010, 4:24:20 PM10/28/10
to UNL Event Publisher
I'm trying to set up a development environment for the unl-event-
publisher using MySQLi (no trouble using MySQL).

I configured PHP 5.3.3 using:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-
mysqli=mysqlnd --with-mysql=/usr/bin/mysql_config
sudo make
sudo make install

I checked out a copy of the publisher with:

svn checkout https://unl-event-publisher.googlecode.com/svn/standalone/trunk/
unl-event-publisher

Then, in mysql (version 5.1.41), I did:

create database events;
grant all on events.* to events identified by 'events';

In my web browser, I navigated to the installation page (install/
index.php), filled out the appropriate information

Database Type: mysqli
Username: events
Password: events
Database Host: localhost
Database Name: events

And I get:

Checking for existing database, events. . .
There was an error checking the database, you must resolve this issue
before installation can complete.
_doConnect: [Error message: No such file or directory] [Native code:
2002] [Native message: No such file or directory]

I looked up the error message online. No luck.

Do you happen to know what this means?

Nathan Kern

Brett Bieber

unread,
Oct 29, 2010, 9:08:50 AM10/29/10
to unl-event...@googlegroups.com

Do you know if the database exists and has no tables, or does the DB
not exist? I would try the opposite of how you had it initially and
see if that fixes the issue.

I suspect this is due to outdated MDB2 or outdated/missing
MDB2_Driver_mysqli. Unfortunately these are bundled in the standalone
package and not easy to upgrade. I'd try and track that down and see
if updating those files fixes the issue.

--
Brett Bieber
University of Nebraska-Lincoln

Nathan Kern

unread,
Nov 2, 2010, 3:26:29 PM11/2/10
to UNL Event Publisher
Thanks for the quick reply. (For some reason I didn't see it in my
email).

Anyway, my database originally had tables. I dropped the database,
created it again (name: events, no tables), granted permissions to the
same user (user: events, password: events). Same response.

I looked for the mysqli driver. It's there. I installed it using the
command on the installation page. Just for good measure, I used the
command again:

nathan@nklaptop:~$ sudo pear install MDB2_Driver_mysqli-beta
pear/MDB2_Driver_mysqli is already installed and is the same as the
released version 1.5.0b3

Is there even a higher version number than that?

I have a feeling the solution is going to be very simple and I'm going
to shoot myself when I find out what it is.

On Oct 29, 8:08 am, Brett Bieber <brett.bie...@gmail.com> wrote:
> On Thu, Oct 28, 2010 at 3:24 PM, Nathan Kern
>
>
>
>
>
>
>
>
>
> <nk_angelofli...@hotmail.com> wrote:
> > I'm trying to set up a development environment for the unl-event-
> > publisher using MySQLi (no trouble using MySQL).
>
> > I configured PHP 5.3.3 using:
>
> > ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-
> > mysqli=mysqlnd --with-mysql=/usr/bin/mysql_config
> > sudo make
> > sudo make install
>
> > I checked out a copy of the publisher with:
>
> > svn checkouthttps://unl-event-publisher.googlecode.com/svn/standalone/trunk/

Nathan Kern

unread,
Nov 2, 2010, 3:34:10 PM11/2/10
to UNL Event Publisher
Also, it may be interesting to note that installation works fine if I
use MySQL instead of MySQLi.

Nathan Kern

unread,
Nov 2, 2010, 4:07:15 PM11/2/10
to UNL Event Publisher
I switched to using PHP 5.2.14. Seems to work fine now. I guess it
doesn't like my PHP 5.3.

Nathan

Brett Bieber

unread,
Nov 4, 2010, 10:39:38 AM11/4/10
to unl-event...@googlegroups.com
On Tue, Nov 2, 2010 at 3:07 PM, Nathan Kern <nate...@gmail.com> wrote:
I switched to using PHP 5.2.14.  Seems to work fine now.  I guess it
doesn't like my PHP 5.3.

Is that just the install, or everything else? We have it running on 5.3, but I haven't tried installing on 5.3 with mysqli://.
 

Nathan Kern

unread,
Nov 4, 2010, 3:52:11 PM11/4/10
to UNL Event Publisher
If I install in 5.2 and then compile 5.3 and try to run, I get the
same error message, except that it's much longer and I have to turn
debugging on to 5 to see it.

On Nov 4, 9:39 am, Brett Bieber <brett.bie...@gmail.com> wrote:

Nathan Kern

unread,
Nov 4, 2010, 3:54:51 PM11/4/10
to UNL Event Publisher
Also, my school's web server runs php 5.2, so it's no big deal to me
if 5.3 doesn't work on my development server.

Nathan

Nathan Kern

unread,
Nov 4, 2010, 5:44:04 PM11/4/10
to UNL Event Publisher
I just noticed that the latest version of the publisher that is
available from pear was released more than a year ago. What would
have to happen for there to be another release?

Nathan

Brett Bieber

unread,
Nov 5, 2010, 10:18:06 AM11/5/10
to unl-event...@googlegroups.com
Someone just needs to look through the diffs between the last tagged release, write some release notes, and package up each of the three components.

Nathan Kern

unread,
Nov 9, 2010, 5:28:46 PM11/9/10
to UNL Event Publisher
How do I find out what revision(s) of the publisher were used for the
latest release versions?

On Nov 5, 8:18 am, Brett Bieber <brett.bie...@gmail.com> wrote:

Brett Bieber

unread,
Nov 9, 2010, 5:43:19 PM11/9/10
to unl-event...@googlegroups.com
You can look at the tags directory for each component and compare that to trunk.

http://code.google.com/p/unl-event-publisher/source/browse/#svn/UNL_UCBCN/tags/RELEASE_0_8_0
http://code.google.com/p/unl-event-publisher/source/browse/#svn/UNL_UCBCN_Frontend/tags/RELEASE_0_8_1
http://code.google.com/p/unl-event-publisher/source/browse/#svn/UNL_UCBCN_Manager/tags/RELEASE_0_8_2

--
You received this message because you are subscribed to the Google Groups "UNL Event Publisher" group.
To post to this group, send email to unl-event...@googlegroups.com.
To unsubscribe from this group, send email to unl-event-publi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/unl-event-publisher?hl=en.

Nathan Kern

unread,
Nov 9, 2010, 6:29:40 PM11/9/10
to UNL Event Publisher
Aha! So that's what that directory is for.

On Nov 9, 4:43 pm, Brett Bieber <brett.bie...@gmail.com> wrote:
> You can look at the tags directory for each component and compare that to
> trunk.
>
> http://code.google.com/p/unl-event-publisher/source/browse/#svn/UNL_U...http://code.google.com/p/unl-event-publisher/source/browse/#svn/UNL_U...http://code.google.com/p/unl-event-publisher/source/browse/#svn/UNL_U...
>
>
>
>
>
>
>
>
>
> On Tue, Nov 9, 2010 at 4:28 PM, Nathan Kern <natek5...@gmail.com> wrote:
> > How do I find out what revision(s) of the publisher were used for the
> > latest release versions?
>
> > On Nov 5, 8:18 am, Brett Bieber <brett.bie...@gmail.com> wrote:
> > > On Thu, Nov 4, 2010 at 4:44 PM, Nathan Kern <natek5...@gmail.com> wrote:
> > > > I just noticed that the latest version of the publisher that is
> > > > available from pear was released more than a year ago.  What would
> > > > have to happen for there to be another release?
>
> > > Someone just needs to look through the diffs between the last tagged
> > > release, write some release notes, and package up each of the three
> > > components.
>
> > > --
> > > Brett Bieber
> > > University of Nebraska-Lincoln
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "UNL Event Publisher" group.
> > To post to this group, send email to unl-event...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > unl-event-publi...@googlegroups.com<unl-event-publisher%2Bunsu bsc...@googlegroups.com>
> > .

Nathan Kern

unread,
Nov 18, 2010, 1:17:38 PM11/18/10
to UNL Event Publisher
Well, this is what I get for waiting so long; there have been a few
important changes since I last checked. Are the latest revisions
(especially concerning Facebook integration) ready to be packaged, or
should I only concern myself with changes I made?

On Nov 9, 5:29 pm, Nathan Kern <natek5...@gmail.com> wrote:
> Aha! So that's what that directory is for.
>
> On Nov 9, 4:43 pm, Brett Bieber <brett.bie...@gmail.com> wrote:
>
> > You can look at the tags directory for each component and compare that to
> > trunk.
>
> >http://code.google.com/p/unl-event-publisher/source/browse/#svn/UNL_U......

mfairchild365

unread,
Nov 18, 2010, 4:28:57 PM11/18/10
to UNL Event Publisher
The facebook integration is almost ready to be released. I want to do
some more testing before it is official. Let me know if you would be
interested in testing it. :)

Nathan Kern

unread,
Nov 18, 2010, 4:46:05 PM11/18/10
to UNL Event Publisher
Sure, I'll test it. Are there any dependencies I should know about?
For some reason, after svn update and running the install/update
script, I still get:

exception . . . 'Class Facebook was not present in Facebook.php
(include_path . . . )' etc.

I can post the whole error if you want.

Michael Fairchild

unread,
Nov 18, 2010, 4:53:25 PM11/18/10
to unl-event...@googlegroups.com
If you could post the whole error I would appreciate it.

To unsubscribe from this group, send email to unl-event-publi...@googlegroups.com.

Nathan Kern

unread,
Nov 18, 2010, 5:07:40 PM11/18/10
to UNL Event Publisher
exception 'Exception' with message 'Class Facebook was not present in
Facebook.php (include_path="/home/nathan/unl-event-publisher/includes/
pear:/home/nathan/unl-event-publisher/includes/backend:/home/nathan/
unl-event-publisher/includes/frontend:.:/php/includes:/usr/local/lib/
php:/home/nathan/unl-event-publisher/includes/backend/UNL")
[UNL_Autoload version 1.0]' in /home/nathan/unl-event-publisher/
includes/backend/UNL/UCBCN/Autoload.php:13 Stack trace: #0 [internal
function]: UNL_UCBCN_Autoload('Facebook') #1 /home/nathan/unl-event-
publisher/includes/backend/UNL/UCBCN/FacebookInstance.php(117):
spl_autoload_call('Facebook') #2 /home/nathan/unl-event-publisher/
includes/backend/UNL/UCBCN/FacebookInstance.php(61):
UNL_UCBCN_FacebookInstance->initFacebook(NULL, NULL) #3 /home/nathan/
unl-event-publisher/includes/backend/UNL/UCBCN/EventInstance.php(87):
UNL_UCBCN_FacebookInstance->__construct('570') #4 /home/nathan/unl-
event-publisher/includes/backend/UNL/UCBCN/EventListing.php(134):
UNL_UCBCN_EventInstance->__construct(Object(UNL_UCBCN_Eventdatetime),
Object(UNL_UCBCN_Calendar)) #5 /home/nathan/unl-event-publisher/
includes/backend/UNL/UCBCN/EventListing.php(62):
UNL_UCBCN_EventListing->constructDayEventInstanceList(Array, NULL) #6 /
home/nathan/unl-event-publisher/includes/frontend/UNL/UCBCN/Frontend/
Day.php(164): UNL_UCBCN_EventListing->__construct('day', Array, NULL)
#7 /home/nathan/unl-event-publisher/includes/frontend/UNL/UCBCN/
Frontend/Day.php(143): UNL_UCBCN_Frontend_Day->showEventListing(NULL)
#8 /home/nathan/unl-event-publisher/includes/frontend/UNL/UCBCN/
Frontend.php(250): UNL_UCBCN_Frontend_Day->__construct(Array) #9 /home/
nathan/unl-event-publisher/includes/backend/UNL/UCBCN.php(413):
UNL_UCBCN_Frontend->run() #10 /home/nathan/unl-event-publisher/
includes/backend/UNL/UCBCN.php(362):
UNL_UCBCN::displayObject(Object(UNL_UCBCN_Frontend), false) #11 /home/
nathan/unl-event-publisher/index.php(43):
UNL_UCBCN::displayRegion(Object(UNL_UCBCN_Frontend)) #12 {main}

That is exactly how it appears.
> > > > > > > unl-event-publi...@googlegroups.com<unl-event-publisher%2Bunsu bsc...@googlegroups.com><unl-event-publisher%2Bunsu

Michael Fairchild

unread,
Nov 18, 2010, 5:40:16 PM11/18/10
to unl-event...@googlegroups.com
I just commited a require_once for that class, which is the facebook SDK.  Try updating to the newest commit and give it another try. :)

To unsubscribe from this group, send email to unl-event-publi...@googlegroups.com.

Nathan Kern

unread,
Nov 18, 2010, 6:15:58 PM11/18/10
to UNL Event Publisher
That takes care of one error. Now I am getting an uncaught exception
"Facebook needs the CURL PHP extension."

I guess I need to recompile PHP for CURL. Since I have schoolwork to
do, I don't think I'll get to that until later.
> > > > unl-event-publi...@googlegroups.com<unl-event-publisher%2Bunsu bsc...@googlegroups.com><unl-event-publisher%2Bunsu

Michael Fairchild

unread,
Nov 18, 2010, 6:37:50 PM11/18/10
to unl-event...@googlegroups.com
I will point out that there is no way to post events to a facebook 'page', I only have support for posting to accounts right now.  I have had some issues with posting to pages with the new facebook api.  Hopefully I will be able to figure that out tomorrow.

mfairchild365

unread,
Nov 19, 2010, 4:29:03 PM11/19/10
to UNL Event Publisher
Yes, you will need to recompile PHP for CURL. The facebook php sdk
requires that. Also, I have committed changes to allow for
integration with facebook pages/groups/etc.

As soon as we get this thing tested it will be ready for release! :)

Nathan Kern

unread,
Nov 30, 2010, 3:31:17 PM11/30/10
to UNL Event Publisher
Are archived events no longer considered posted? None of my archived
events show up on the calendar.

Brett Bieber

unread,
Nov 30, 2010, 3:43:17 PM11/30/10
to unl-event...@googlegroups.com


On Tue, Nov 30, 2010 at 2:31 PM, Nathan Kern <nate...@gmail.com> wrote:
Are archived events no longer considered posted?  None of my archived
events show up on the calendar.

Everything appears to be working fine here. I checked out the standalone version from SVN, ran the install to update the database, and everything appears normal.

I'm just seeing a couple warnings with the facebook integration and I sent those over to Michael for him to check into.

Nathan Kern

unread,
Nov 30, 2010, 6:08:24 PM11/30/10
to UNL Event Publisher
I tested it with my Facebook account. Seems to work fine. Users may
be confused that the string "(Learn more at ...etc.)" appears
immediately after the description, with no spaces or line breaks.
Maybe add a couple of newlines?

Nathan Kern

unread,
Dec 2, 2010, 12:34:51 PM12/2/10
to UNL Event Publisher
Hmm. Now it's telling me it can't find Frontend.php:

exception 'Exception' with message 'Class UNL_UCBCN_Frontend could not
be loaded from UNL/UCBCN/Frontend.php, file does not exist
(include_path="/home/ucollege/blogs.ucollege.edu/events/includes/pear:/
home/ucollege/blogs.ucollege.edu/events/includes/backend:/home/
ucollege/blogs.ucollege.edu/events/includes/manager:.:/usr/local/lib/
php:/usr/local/php5/lib/pear:/home/ucollege/blogs.ucollege.edu/events/
includes/backend/UNL") [UNL_Autoload version 1.0]' in /home/ucollege/
blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/Autoload.php:19
Stack trace: #0 [internal function]:
UNL_UCBCN_Autoload('UNL_UCBCN_Front...') #1 /home/ucollege/
blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/
EventInstance.php(107): spl_autoload_call('UNL_UCBCN_Front...') #2 /
home/ucollege/blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/
EventInstance.php(86): UNL_UCBCN_EventInstance->getURL() #3 /home/
ucollege/blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/
FacebookInstance.php(365): UNL_UCBCN_EventInstance->__construct('2')
#4 /home/ucollege/blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/
FacebookInstance.php(395): UNL_UCBCN_FacebookInstance-
>getEventDescription() #5 /home/ucollege/blogs.ucollege.edu/events/
includes/backend/UNL/UCBCN/FacebookInstance.php(205):
UNL_UCBCN_FacebookInstance->createFacebookEvent() #6 /home/ucollege/
blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/
Calendar_has_event.php(128): UNL_UCBCN_FacebookInstance->updateEvent()
#7 /home/ucollege/blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/
Calendar.php(242): UNL_UCBCN_Calendar_has_event->insert() #8 /home/
ucollege/blogs.ucollege.edu/events/includes/backend/UNL/
UCBCN.php(510): UNL_UCBCN_Calendar->addEvent(Object(UNL_UCBCN_Event),
'posted', Object(UNL_UCBCN_User), 'create event fo...') #9 /home/
ucollege/blogs.ucollege.edu/events/includes/manager/UNL/UCBCN/Manager/
EventForm.php(112): UNL_UCBCN-
>addCalendarHasEvent(Object(UNL_UCBCN_Calendar),
Object(UNL_UCBCN_Event), 'posted', Object(UNL_UCBCN_User), 'create
event fo...') #10 /home/ucollege/blogs.ucollege.edu/events/includes/
manager/UNL/UCBCN/Manager/EventForm.php(79):
UNL_UCBCN_Manager_EventForm->addToCalendar(Object(UNL_UCBCN_Event))
#11 /home/ucollege/blogs.ucollege.edu/events/includes/manager/UNL/
UCBCN/Manager.php(269): UNL_UCBCN_Manager_EventForm->toHtml(0) #12 /
home/ucollege/blogs.ucollege.edu/events/includes/manager/UNL/UCBCN/
Manager.php(318): UNL_UCBCN_Manager->showEventSubmitForm(0) #13 /home/
ucollege/blogs.ucollege.edu/events/manager/index.php(34):
UNL_UCBCN_Manager->run() #14 {main}

Michael Fairchild

unread,
Dec 2, 2010, 3:09:11 PM12/2/10
to unl-event...@googlegroups.com
Nathan,

try adding the following to the includepath in manager/index.php

dirname(dirname(__FILE__)).'/includes/frontend', 


--
You received this message because you are subscribed to the Google Groups "UNL Event Publisher" group.
To post to this group, send email to unl-event...@googlegroups.com.
To unsubscribe from this group, send email to unl-event-publi...@googlegroups.com.

Nathan Kern

unread,
Dec 2, 2010, 3:41:44 PM12/2/10
to UNL Event Publisher
That takes care of the error, but index.php isn't version controlled.
And besides that, index.default.php already has frontend in the
includepath. I'm curious how it managed to get included in
index.default.php but not index.php.

Also, when I go to /install/index.php to update the database, it says:

Checking for existing database, events. . .
Database exists already. Upgrading.
Something is wrong with the old database
MDB2_Schema Error: schema validation error default value of
"recurringdate" is incorrect: "" is not of type "date"

On Dec 2, 2:09 pm, Michael Fairchild <mfairchild...@gmail.com> wrote:
> Nathan,
>
> try adding the following to the includepath in manager/index.php
>
> dirname(dirname(__FILE__)).'/includes/frontend',
>
>
>
>
>
>
>
> On Thu, Dec 2, 2010 at 11:34 AM, Nathan Kern <natek5...@gmail.com> wrote:
> > Hmm.  Now it's telling me it can't find Frontend.php:
>
> > exception 'Exception' with message 'Class UNL_UCBCN_Frontend could not
> > be loaded from UNL/UCBCN/Frontend.php, file does not exist
> > (include_path="/home/ucollege/blogs.ucollege.edu/events/includes/pear:/
> > home/ucollege/blogs.ucollege.edu/events/includes/backend:/home/<http://blogs.ucollege.edu/events/includes/pear:/%0Ahome/ucollege/blog...>
> > ucollege/blogs.ucollege.edu/events/includes/manager:.:/usr/local/lib/
> > php:/usr/local/php5/lib/pear:/home/ucollege/blogs.ucollege.edu/events/
> > includes/backend/UNL<http://blogs.ucollege.edu/events/%0Aincludes/backend/UNL>")
> > [UNL_Autoload version 1.0]' in /home/ucollege/
> > blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/Autoload.php:19
> > Stack trace: #0 [internal function]:
> > UNL_UCBCN_Autoload('UNL_UCBCN_Front...') #1 /home/ucollege/
> > blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/
> > EventInstance.php(107): spl_autoload_call('UNL_UCBCN_Front...') #2 /
> > home/ucollege/blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/
> > EventInstance.php(86): UNL_UCBCN_EventInstance->getURL() #3 /home/
> > ucollege/blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/
> > FacebookInstance.php(365): UNL_UCBCN_EventInstance->__construct('2')
> > #4 /home/ucollege/blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/
> > FacebookInstance.php(395): UNL_UCBCN_FacebookInstance-
> > >getEventDescription() #5 /home/ucollege/blogs.ucollege.edu/events/
> > includes/backend/UNL/UCBCN/FacebookInstance.php(205)<http://blogs.ucollege.edu/events/%0Aincludes/backend/UNL/UCBCN/Facebo...>
> > :
> > UNL_UCBCN_FacebookInstance->createFacebookEvent() #6 /home/ucollege/
> > blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/
> > Calendar_has_event.php(128): UNL_UCBCN_FacebookInstance->updateEvent()
> > #7 /home/ucollege/blogs.ucollege.edu/events/includes/backend/UNL/UCBCN/
> > Calendar.php(242): UNL_UCBCN_Calendar_has_event->insert() #8 /home/
> > ucollege/blogs.ucollege.edu/events/includes/backend/UNL/
> > UCBCN.php(510): UNL_UCBCN_Calendar->addEvent(Object(UNL_UCBCN_Event),
> > 'posted', Object(UNL_UCBCN_User), 'create event fo...') #9 /home/
> > ucollege/blogs.ucollege.edu/events/includes/manager/UNL/UCBCN/Manager/
> > EventForm.php(112): UNL_UCBCN-
> > >addCalendarHasEvent(Object(UNL_UCBCN_Calendar),
> > Object(UNL_UCBCN_Event), 'posted', Object(UNL_UCBCN_User), 'create
> > event fo...') #10 /home/ucollege/blogs.ucollege.edu/events/includes/
> > manager/UNL/UCBCN/Manager/EventForm.php(79)<http://blogs.ucollege.edu/events/includes/%0Amanager/UNL/UCBCN/Manage...>
> > :
> > UNL_UCBCN_Manager_EventForm->addToCalendar(Object(UNL_UCBCN_Event))
> > #11 /home/ucollege/blogs.ucollege.edu/events/includes/manager/UNL/
> > UCBCN/Manager.php(269)<http://blogs.ucollege.edu/events/includes/manager/UNL/%0AUCBCN/Manage...>:
> > UNL_UCBCN_Manager_EventForm->toHtml(0) #12 /
> > home/ucollege/blogs.ucollege.edu/events/includes/manager/UNL/UCBCN/
> > Manager.php(318): UNL_UCBCN_Manager->showEventSubmitForm(0) #13 /home/
> > ucollege/blogs.ucollege.edu/events/manager/index.php(34)<http://blogs.ucollege.edu/events/manager/index.php%2834%29>
> > :
> > UNL_UCBCN_Manager->run() #14 {main}
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "UNL Event Publisher" group.
> > To post to this group, send email to unl-event...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > unl-event-publi...@googlegroups.com<unl-event-publisher%2Bunsu bsc...@googlegroups.com>
> > .

Michael Fairchild

unread,
Dec 2, 2010, 4:27:59 PM12/2/10
to unl-event...@googlegroups.com
I agree, there needs to be a better way of fixing this.  Right now most of the config options are set in index.php, which is why it isn't version controlled.  I plan on moving those options out of the frontend index.php and manager index.php and moving them to a single config.inc.php file.

what are your thoughts on this?

To unsubscribe from this group, send email to unl-event-publi...@googlegroups.com.

Nathan Kern

unread,
Dec 2, 2010, 4:51:48 PM12/2/10
to UNL Event Publisher
Sounds good to me.
> > > > unl-event-publi...@googlegroups.com<unl-event-publisher%2Bunsu bsc...@googlegroups.com><unl-event-publisher%2Bunsu

Michael Fairchild

unread,
Dec 3, 2010, 11:34:10 AM12/3/10
to unl-event...@googlegroups.com
Nathan,

As for the database issue, a quick fix would be to go into your database and add a default value of '1970-01-01' to recurringdate.  I am still trying to figure out a more permanent solution to this.


To unsubscribe from this group, send email to unl-event-publi...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages