Dream Portal is a portal system designed to function with Simple Machines Forum (aka SMF).

It allows you to easily manage your site and webpages in an SMF environment. Place Modules on different actions and non-actions of your SMF forum using a simple drag-and-drop approach. Users can also create and save multiple layouts by name and assign pages to any layout(s). Bundled with Dream Pages and Dream Menu helps put the power and ease of customizing your SMF forum right at your fingertips.

Dream Portal allows you the ability to easily customize your SMF forum and site with many different possibilities helping to make customization truly what dreams are made of!

DreamPortal1.0.5.zip
File size: 221KB
Download count: 1662
DreamPortal1.0.5.tar.gz
File size: 176KB
Download count: 159
Download
Hello, Guest
Please login or register.

 
 
 

Did you miss your activation email?

Re: Menübutton lassen sich nicht löschen.
Last Poster: Tony_R in German on May 14, 2012, 10:18:03 AM


hat mir auch geholfen, vielen dank !

Re: Sologhost went mad. Check this fast!
Last Poster: ThoTh in Chit Chat on May 13, 2012, 03:07:02 PM


Congrats :D

Re: Think I have Everything I need
Last Poster: SoLoGHoST in Chit Chat on May 09, 2012, 01:36:37 PM



Your Recent Image Attachments...
Last Poster: SoLoGHoST in Team Blog on May 07, 2012, 04:13:46 AM


Well, just thought I'd let you all know of the ability to see your 15 most recent image attachments

Re: Inspire Romance
Last Poster: SoLoGHoST in Website Showcase on May 03, 2012, 12:34:22 PM


Looks great!! :)

Author Topic: Problems installing Facebook Connect  (Read 1643 times)

0 Members and 1 Guest are viewing this topic.

finethymes

  • Day Dreamer
  • **
  • Posts: 14
  • Dreamy
Problems installing Facebook Connect
« on: May 10, 2011, 11:14:40 PM »
I am trying to install the Facebook Connect module onDream Portal and I am getting the following message:

Fatal error: Call to a member function path() on a non-object in /home/geronimo/public_html/forum/Sources/ManageDPModules.php on line 1713

Can anyone help here?
#1
*
Xarcell
  • Constant Sleeper
  • Posts: 1081
Re: Problems installing Facebook Connect - May 12, 2011, 08:40:40 PM
I don't know what that error means, but hopefully someone will be able to answer it. This is just a reply to let you know we are listening...

#2
***
chilly
  • Light Sleeper
  • Posts: 242
Re: Problems installing Facebook Connect - May 13, 2011, 10:58:01 AM
go to the file and line and paste it here please ;)

looks like something was not checked properly

#3
**
finethymes
  • Day Dreamer
  • Posts: 14
Re: Problems installing Facebook Connect - May 14, 2011, 09:59:42 AM
Chilly..What is it exactly that you would like me to paste??  I pasted the error message received on attempted installation

#4
***
chilly
  • Light Sleeper
  • Posts: 242
Re: Problems installing Facebook Connect - May 14, 2011, 12:02:15 PM
and you read the message?
it tells you a file and a line.. that is what I wanted you to paste here. that line out of the file the message says

#5
*
Xarcell
  • Constant Sleeper
  • Posts: 1081
Re: Problems installing Facebook Connect - May 14, 2011, 12:17:11 PM
Meh... more likely the Fb mod needs to be updated assuming DP's 'User Panel' module's code has changed since it's 1st public release.

Facebook Module was written recently. There has been no change.

Chilly..What is it exactly that you would like me to paste??  I pasted the error message received on attempted installation

Open this file: public_html/forum/Sources/ManageDPModules.php

Then give us a few lines before and after line 1713. If you don't know what that means, just go ahead and attach that file.

#6
**
finethymes
  • Day Dreamer
  • Posts: 14
Re: Problems installing Facebook Connect - May 14, 2011, 10:31:44 PM
Here is the file





               

#7
*
SoLoGHoST
  • Constant Sleeper
  • Posts: 2081
Re: Problems installing Facebook Connect - May 17, 2011, 02:46:11 PM
Hello finethymes,

Are you still having issues with this module?  Are you having any problems installing any other modules?

Here is line 1713:

Code: [Select]
$moduleInfo = $moduleInfo->path('module[0]');

And path is referencing an xmlArray that should've been created a few lines above that within the foreach statement here...

Code: [Select]
// Extract the package.
$context['extracted_files'] = read_tgz_file($_FILES['dp_modules']['tmp_name'], $module_path);

foreach ($context['extracted_files'] as $file)
if (basename($file['filename']) == 'info.xml')
{
// Parse it into an xmlArray.
loadClassFile('Class-Package.php');
$moduleInfo = new xmlArray(file_get_contents($module_path . '/' . $file['filename']));

// !!! Error message of some sort?
if (!$moduleInfo->exists('module[0]'))
fatal_lang_error('module_package_corrupt', false);

// End the loop. We found our man!
break;
}
else
continue;

If you are having issues with all modules, than you'll need to confirm that the $moduleInfo variable is being defined in ManageDPModules.php.  Otherwise, there would seem to be a problem with Facebook Comment module.

Though, honestly, I can't replicate your error message because I have tested this myself and it works quite fine, uploading and installing the Facebook Comment module.


 

SHOUTBOX NOT FOR SUPPORT!

 Forum Staff