By tom dias on Wednesday, 11 December 2013
Posted in General Issues
Replies 13
Likes 0
Views 615
Votes 0
Hello Stackideas.
Today for the first time I wanted to edit my blog details after I hit the bottom safe this error comes.

Warning: include_once(/*****/*****/public_html/administrator/components/com_easyblog/tables/session.php) [function.include-once]: failed to open stream: No such file or directory in /*****/*****/public_html/administrator/components/com_easyblog/tables/table.php on line 51

Warning: include_once() [function.include]: Failed opening '/*****/*****/public_html/administrator/components/com_easyblog/tables/session.php' for inclusion (include_path='.:/usr/local/php53/pear') in /*****/*****/public_html/administrator/components/com_easyblog/tables/table.php on line 51

Fatal error: Call to a member function load() on a non-object in /*****/*****/public_html/components/com_easyblog/controllers/dashboard.php on line 1277

I really have no clue what all this is and I am not a hardcore Joomla user for this matter in this kind of cage Hope you can help me thanks.
Hello Tom,

I'm sorry that late reply to this,
Actually last night i help you set this option to "NO" >> http://screencast.com/t/ofFeQES6 ( Joomla user Email and password )
So when you click save, then you will not hit that error Now i already added some fixes in your site,

JoomlaFolder\TestJoomlaV3.2\FV2.5\components\com_easyblog\controllers\dashboard.php
LINE 1276

$table = EasyBlogHelper::getTable( 'Session' , 'JTable');
$table->load($session->getId());

Replace with,

$table = JTable::getInstance( 'Session' );
$table->load($session->getId());


so i tried to turn on that option, then it work fine now after click save button. Hope this help.
·
Thursday, 12 December 2013 22:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tom,

Could you mind provide us with a temporary access to your Joomla backend (as admin) and an FTP access so we can check that issue and see where the problem is coming from? Please advise.
·
Wednesday, 11 December 2013 22:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex Yes I will gladly do that, but I have a question I have never used the "Site Details" before so all info I am typing in there will only be available for me and Stackideas support right?
·
Wednesday, 11 December 2013 22:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tom,

Yes, if you put all the information in below "Site Details" there, only Support team can view the information.
·
Wednesday, 11 December 2013 22:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay great
·
Wednesday, 11 December 2013 23:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tom,

Actually how you hit this error ? Because i have tried to edit your blog post and save it, but the error didn't come out, is it i miss something here? Please advise.
·
Wednesday, 11 December 2013 23:58
·
0 Likes
·
0 Votes
·
0 Comments
·
lol that was strange. Well when i go to the blog site and click in the top right conner to edit profile you know, beside the add new blog and add quick blog.. I come to a site were I can edit the blog information for my profile. Then I try to edit the about me and the blog info about me.. and hit safe then the error comes.. I use jomsocial to handle user one the page and profile info.. But i surely don't understand why you aint getting this error!
·
Thursday, 12 December 2013 00:05
·
0 Likes
·
0 Votes
·
0 Comments
·
I just found out that the file that the one error refers to dos not exist one the server (/public_html/administrator/components/com_easyblog/tables/this one here--> session.php even not in your packet file, can this be the issuers? I mean how can the server referee to a file that don't exist in the extension lol. Or I am maybe missing something here
·
Thursday, 12 December 2013 00:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tom,

Sorry for late reply to this,
Hmm, we're still investigate on this issues where it come from, i will getting back to you tomorrow, is it okay for you?
·
Thursday, 12 December 2013 01:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure Arlex I am not in a hurry so take your time place Let me know if you need any more information. Have a good day.
·
Thursday, 12 December 2013 01:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, I see you have been logged ind to the site for some quit time now, and I guess you have fix the problem because it seams to have been gone and working now. I was able to edit my blog profile information. So thank you very much. I am not sure you know you have fix it or not since you haven't posted anything here yet?
·
Thursday, 12 December 2013 17:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much Arlex
And yes it works, very nicely done.
·
Thursday, 12 December 2013 23:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tom,

You're welcome
·
Friday, 13 December 2013 00:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post