Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

No infusions?

Asked Modified Viewed 1,701 times
T
touchet
T
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Junior Member

I've put up 5 php-fusions sites. This last one for some reason is giving me problems. I cannot seem to infuse anything new to it. I have three sites on the same server and the other two are fine. What should I be looking at to figure out why this one won't let me infuse something?
0 replies

8 posts

T
touchet
T
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

47 views, no replies, maybe it is hopeless???
0 replies
N
NobNob
N
NobNob 10
Saludos.

Javier Esteban [NobNob]
PHP-Fusion en EspaƱol
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

Hi Touchet.

A few days ago I have had the same issue. I also posted my problem in this forum. That message have had 43 reads, but no responses. I found a similar thread (see my message here), but also it haven't answers. Maybe, like you have said, it is a hopeless matter.

I don't know which is the problem nor the solution. But then, what to do? Well, as of yet I had not much content in my site, then I reinstalled PHPFusion and the system works with no issues again. I know this is not a helpful answer for you. Sorry for that, but this was my experience.
0 replies
F
fetloser
F
  • Senior Member, joined since
  • Contributed 275 posts on the community forums.
  • Started 2 threads in the forums
answered
Senior Member

Is there more info? Error messages? have you looked at it via phpmyadmin? Do you know phpmyadmin? Does everything else apart from infusions work? Do they show up in the list? if they do, what happens when you click infuse?
0 replies
T
touchet
T
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

It's a pretty new site and small by most standards. I do not get any errors.

The thing is when I go to the infusions list nothing shows up for me to infuse it, the list is blank. Sorry I didn't mention that before, somehow it seemed harder to describe.

The db is fine and I see nothing in phpMyAdmin that looks out fo kilter.

I will do a backup and try a re-install if need be. I was just hoping someone might have a thought of what could be worng or at least where to look.

Thanks for help though. I was thinking of using the CVS and verifying things one-by-one but that seems a bit overkill.
0 replies
T
touchet
T
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

Ok, so I thought maybe I would just make a new panel to list comments for now since I have not figured out what is up with the infusions.

From the this page: http://www.phpfusion-mods.com/forum/v...post_16877

I decided to create a new panel with the following code:

@openside("Last comments");
$i = 0;
$result = dbquery(
"SELECT * FROM fusion_comments LEFT JOIN fusion_users
ON fusion_comments.comment_name=fusion_users.user_id
ORDER BY comment_datestamp DESC LIMIT 8"
);
if (dbrows($result)) {
echo "<table width='100%' align='center' cellpadding='0' cellspacing='0' class='tbl-border'>\n";
while ($data = dbarray($result)) {
echo "<tr>\n<td class='".($i% 2==0?"tbl1":"tbl2")."'><span class='comment-name'>";
if ($data['user_name']) {
echo "<a href='' class='slink'></a>";
} else {
echo $data['comment_name'];
}
$comment_message = nl2br(parseubb($data['comment_message']));
if ($data['comment_smileys'] == "1") $comment_message = parsesmileys($comment_message);

if ($data['comment_type'] == "N") {
echo "<a href='".BASEDIR."news.php?readmore=".$data['comment_item_id']."'><img src='http://innovision.failai.lt/themes/dasd/images/bullet.gif' style='margin:5px' align='left'> ".$data['user_name']."</a> ";
}
else if ($data['comment_type'] == "A") {
echo "<a href='".BASEDIR."readarticle.php?article_id=".$data['comment_item_id']."'>".$data['user_name']."</a><br>";
}
else if ($data['comment_type'] == "P") {
echo "<a href='".BASEDIR."photogallery.php?photo=".$data['comment_item_id']."'>".$data['user_name']."</a><br>";
}
else if ($data['comment_type'] == "C") {
echo "<a href='".BASEDIR."viewpage.php?page_id=".$data['comment_item_id']."'>".$data['user_name']."</a><br>";
}
else {
echo "No link.";
}

echo "</td>\n</tr>\n";
$i++;
}
echo "</table>\n";
} else {
echo "<center><br>There are no comments.<br><br></center>\n";
}
@closeside();


That looked fairly straightforward. But then when I go to save the new panel I finally encounter my first error on the site (which I have a feeling might reveal more about the actual problem, although I am still stumped at where to go.)

Here is the error:

Forbidden
You don't have permission to access /administration/panel_editor.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


Maybe I need to recheck my permissions or something? The administration/panel_editor.php file is in the right place from what I can see.

Still working on it.
Edited by touchet on 09-01-2007 18:36,
0 replies
T
touchet
T
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

Ok, so after doing all this I decide to take another look and try that latest_comments infusion again. Well, maybe I am missing something here so I am not sure if this helps. I go and turn the panel on, I enable it, and it works. There is still nothing listed under infusions on the system tab. But it does work.
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

And I take it this is an unmodified version of PHPFusion too?
Strange, but eeer.... upload the files in administration-folder if you have not done so already.

Btw (maybe a stupid question, but anyway....) have you ftp'ed any "Infusionable" infusions (i.e infusions that have a "infusion.php" script) to your infusions-folder yet?
0 replies
T
touchet
T
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
answered
Junior Member

Yup, it's un-modified.

I will do the entire admin folder, thanks for the suggestion.

I do have a few 'infusionable' that I have uploaded into the infusions folder, but nothing shows up yet.

I was doing pretty good on the whole php-fusion site until I ran into this. I haven't done anything awesome, but I run a few, here are a couple.

http://supportnra.org

http://supportlife.us

http://touchetgunclub.org

http://desales1987.com - This would be the one that is having problems

http://216.186.36.150

0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet