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?

Can not install any Infusions

Locked Asked Modified Viewed 5,516 times
B
Bluey100
B
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
asked
Junior Member

I have spent a couple of weeks making a new website using PHP Fusion. I was making it in a sub domain of my main domain. I did not have any problems installing Infusions.

Now that I have Changed the name of that folder and reset the DNS to the new folder I can not install any Infusions. They just do not update the Database with the required Tables.

I just keep getting:

Infusion problem - not working, PolarFox's sticky thread at the top of this thread.
The infusions seem to Infuse but then when you go to use the Infusion the Database has not updated or populated.

Yes I have done what PolarFox has suggested. I do not want to have to restart with a totally new install. I feel it must be a setting somewhere that I have missed but I can not even find it in the Database it self.

I am using PHPFusion_7-02-06
0 replies

13 posts

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

This is a db problem. Database could not be found. Show us your Db infusions in phpmyadmin creenshot. Then show us your config.php settings except password and user. I want t compare to see your db prefix.

Another, show us your main site settings screenshot. Then show us your URL in the browser. It's will give us enough info to tell where your problem is.
0 replies
B
Bluey100
B
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

The Infusions you see in DB are the installed fusions before I made the changes to bring the website live to the public. They seem to be working OK I just can not install any more after making changes.
Bluey100 attached the following file:
home_site_link.jpg [No information available / 67 Downloads]
site_settings.jpg [No information available / 88 Downloads]
config.jpg [No information available / 63 Downloads]
infusions.jpg [No information available / 64 Downloads]
0 replies
L
Layzee
L
Layzee 10
Seen it - done it!
  • Member, joined since
  • Contributed 113 posts on the community forums.
  • Started 20 threads in the forums
answered
Member

Look for the "infusion.php" of your infusion.

Change all "TYPE=...." in "ENGINE=...."

Before doing that, defuse the infusion, make changes and reinstalll the infusion.
0 replies
B
Bluey100
B
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

I have checked all infusion.php files. Out of all 22 infusions including what comes with the install, I could only find one "TYPE=...." in any of the infusion.php files. This would sugest to me that, that code is not in any other fusion.php file. I would not know what to put in for any fusion file after the code "ENGINE=....". I dfo not know if that command would be in any other file either as I said in my first thread I had already looked at all that from reading PolarFox's sticky thread.
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

can you add the problem infusion code here?
0 replies
B
Bluey100
B
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

This is a sample of what is now happening when an Infusion is installed. It goes green in the menu but does not populate the database. In this example it is the service management Infusion but it is happening with all Infusions.
Bluey100 attached the following file:
infusion3.jpg [No information available / 57 Downloads]
infusion2.jpg [No information available / 63 Downloads]
infusion1.jpg [No information available / 58 Downloads]
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Can you attach the whole infusion in a zip or rar here. we need to scan the lines.

Your db has no problem.

Also what version php and mysql your server runs?
0 replies
B
Bluey100
B
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

The following are what I want to add but since I changed the DNS which should not matter nothing will install. Have not changed anything except placed stuff where the install said to place it and then tried to install.

The system will not let me upload the zip files. Below are the infusions I am trying to install that I found on this website last night.

Professional Download System.zip
CSSJavaScript Dropdown Menu v1.0e.zip
Section Maintenance.zip

I have never really had trouble shifting or changing websites and databases. I have even made site in my Domain and then copied them to another Host for other people. I just can not get my head around this one at all.

I have in the last 2 hours gone through my pages and Panels and copied everything to TXT documents. I have also download the latest version of PHP Fusion 7.0.27 now.

If it comes down to it, it will not take long to do a clean install and copy things back. It is just wierd that Infusions installed with no problems at all before I changed address settings for my site.

Thanks for your help as well.

I suppose if I want to use CMS I will have to learn a bit more trouble shooting with this script. I have learnt a lot however just by reading about the problems I have had while building my website
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

If your db prefix is right... the infusions3.jpg what you posted will not happen. because it's simply trying to create new table in your prefix, but somehow it cannot find the db.

PHPfusion.yourdb... is not found. that's what makes me feeling wierd.

try this... type in a custom panel, preview it.

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]
$result = dbquery("select * FROM ".DB_PREFIX."users where user_id='1'"wink;
if (dbrows($result)>0) { echo "db ok"; } else { echo "DB not ok"; } [/syntaxhighlighter]
Edited by Chan on 28-06-2013 18:12,
0 replies
S
Sony_PL
S
  • Junior Member, joined since
  • Contributed 31 posts on the community forums.
  • Started 5 threads in the forums
answered
Junior Member

Addon: Section Maintenance - http://www.php-fusion.co.uk/infusions/addondb/view.php?addon_id=87

In infusion.php line 64:
I change:
) TYPE=MyISAM;";

to
) ENGINE=MyISAM;"; 

This infusion works fine.

Check your DB prefix in config.php
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Then the cause is not our code. But upgrade in the host.

The best method to shift site is to make clean installation running the setup first. Then import sql with DATA, without structure. If you parse SQL data+structure, it's not a good practice.

We do not know how much the environment has changed.
0 replies
B
Bluey100
B
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

Ok thank you for this. I think I may have found my problem about 2am this morning. I installed a new copy of PHP Fusion in a different position.

I tried to install the above fusions and they would not install.

I would not think that a version of something like 7.0.1 would be that far from 7.0.2 but it seems like it is. Those iInfusions I was trying to install were compatible with V7.0.1 and I am running 7.0.2.
Anyways I found what I wanted to infuse with V7.0.2 compatible and they installed to the new install of PHP Fusion and they worked.

I then installed them into my already running PHP Fusion that I had been working for a couple of weeks and BINGO they worked as well.

I want to thank all of you for helping me with this. The main thing I have learnt is that with scripts the version does matter even if it is slightly just one version different.
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

That is the correct way to troubleshoot.

We assume the thread is closed. Thank you for your support for Php-Fusion.
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 13 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

S
S
  • Junior Member, joined since
  • Contributed 31 posts on the community forums.
  • Started 5 threads in the forums
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
L
L
Layzee 10
Seen it - done it!
  • Member, joined since
  • Contributed 113 posts on the community forums.
  • Started 20 threads in the forums
B
B
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet