I have a fresh install of the latest SMF and efiction here: http://pontapair.com (smf is at http://pontapair.com/chu efiction is in root) both installs were successful and were working pre-bridge. SMF ver 2-0-1 efic ver353.
I've done all the bridge steps up to >> Edit queries.php to point to your SMF tables and directory (this is what broke efic). It's pointing properly, I know that much, but I've scoured through the forums here for fixes and tried them, and I'm still getting an error on the efiction script that says:
Warning: require_once() [function.require-once]: URL file-access is disabled in the server configuration in /home/pserenity/pontapair.com/includes/get_session_vars.php on line 24
Warning: require_once( http://pontapair.com/chu/SSI.php) [function.require-once]: failed to open stream: no suitable wrapper could be found in /home/pserenity/pontapair.com/includes/get_session_vars.php on line 24
Fatal error: require_once() [function.require]: Failed opening required ' http://pontapair.com/chu/SSI.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/pserenity/pontapair.com/includes/get_session_vars.php on line 24
I know this place has been kind-of dead so posting here might be a long shot, but I don't know where else to go. If I can't get help I'll probably have to make the site efiction only with no forums. π I don't know PHP, so if you help please assume that I'm super stupid. I promise not to be insulted if it's super dumbed down. LOL.
Thanks! Bunny ^__^
My eFiction Archives
http://smfanfiction.net
http://meijitales.com
http://pontapair.com (under construction)
That bridge was designed quite a while back, and for version 1 of SMF. Version 2 of SMF has gone through a complete rewrite of the code from the ground up and the changes to the table and queries are quite radical. The chances of the existing bridge working on the newer SMF I would think would be pretty slim. You might have more luck trying to bridge it to the older version of the forum, i haven't tried myself because of the hassles when things update but it might be worth a shot????
why is nothing ever easy?
url: http://www.pretendercentre.com/missingpieces/
php: 5.2.5 msql: 5.0.45-community
efic version: 3.4.3 latest patches: yes
bridges: none mods: challenges, displayword, beta-search
I was worried it was something like that. Thanks for letting me know what SMF version it is, I'm not sure if I'll do the bridge, I guess it will depend on if I can get an old SMF or not.
My eFiction Archives
http://smfanfiction.net
http://meijitales.com
http://pontapair.com (under construction)
I have SMF and Efiction bridged @ http://robinverse.info and http://robinverse.info/forums/ and I'm working on adding mediawiki to the bridge so that mediawiki can authenticate against SMF..
I'm not anywhere that I can easily help with this at the moment but i will try and pull the required files from my efiction install and post them for you. It only required a minimum of changes from the original bridge.
-P/KAF/PT
StoryPortal Fiction Network -
TG Fiction dot NET | T* Fiction Archive -
LG Tales | TG Style Fiction for LG's -
Fatal error: require_once() [function.require]: Failed opening required ' http://pontapair.com/chu/SSI.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/pserenity/pontapair.com/includes/get_session_vars.php on line 24I know this place has been kind-of dead so posting here might be a long shot, but I don't know where else to go. If I can't get help I'll probably have to make the site efiction only with no forums. π I don't know PHP, so if you help please assume that I'm super stupid. I promise not to be insulted if it's super dumbed down. LOL.
Thanks! Bunny ^__^
Change that line, here it says http://pontapair.com/chu/SSI.php to be the path to SSI.php as it exists on the server. so /home/your_user_name/your_domain/path_to_file instead of http:// -- Due to security http includes are not allowed on almost all modern installs of PHP and I don't think they were ever allowed on windows servers.
-Piper
StoryPortal Fiction Network -
TG Fiction dot NET | T* Fiction Archive -
LG Tales | TG Style Fiction for LG's -
