View Full Version : PHP Fusion integration?
fury88
11-16-2005, 10:40 AM
Has anyone attempted to install this with PHP Fusion as an Infusion? I am just wondering because I am playing with the trial right now and it looks great but I'd really like to integrate it as part of the php-fusion type website.
Thanks!
-Matt
ve9gra
11-16-2005, 12:15 PM
I've never played with PHP Fusion, but I've managed to integrate it with pretty much everything. If you run into problems, let me know.
fury88
11-21-2005, 10:24 AM
I've never played with PHP Fusion, but I've managed to integrate it with pretty much everything. If you run into problems, let me know.
I pretty much have it working but it seems that the database initialization has been interfering with the PHP Fusion plugins and db stuff.
I am getting this error: Table 'tfr_events_calendar.fusion_vcode' doesn't existTable 'tfr_events_calendar.fusion_new_users' doesn't exist
Which of course means that the calendar DB I set up is for some reason hanging around in a variable that is affecting the PHP Fusion plugins. I searched for an hour and couldn't find where it would be. Any ideas?
Thanks!
ve9gra
11-21-2005, 03:54 PM
This is caused not by the calendar but rather PHP Fusion. It thinks it will only ever have to use one database and only establishes the connection to its database once. To resolve that problem, move the calendar's table in your current PHP Fusion database.
fury88
11-21-2005, 04:19 PM
This is caused not by the calendar but rather PHP Fusion. It thinks it will only ever have to use one database and only establishes the connection to its database once. To resolve that problem, move the calendar's table in your current PHP Fusion database.
Ok great! One thing though, I just switched the configuration in the setup area and it STILL thinks its pointing to the old database name. Why doesn't it refresh?
fury88
11-21-2005, 04:31 PM
Interesting, I actually had to go change this in the config-inc.php file. Strange, I would think by changing it in the setup it would change this file but it did not.
ve9gra
11-22-2005, 07:40 AM
It should have.....:confused4
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.