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?

Update problem 7.01.05 to 7.02.01

Asked Modified Viewed 6,348 times
J
J_Bear
J
J_Bear 10
Jelle.
------
For every 60 seconds of anger, you lose one minute of happiness
  • Member, joined since
  • Contributed 74 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
asked
Member

I hope this is the right Board for this question.
If not, Apologies

I'm testing the update on a testsite before I want to update my online sites.
(my testsite is identical at the online sites)

Now I've got some problems.
After the normal update-procedure (all ok)
I did copy the lines to the config.php
I did get an error like:

Quote

Parse error: syntax error, unexpected T_STRING in L:USB-WebserverrootPHPFusion_701config.php on line 8

Nothing special, just needed to put an ; behind line 7 (was missing in the lines after the update)

Now the next:
I get somethig of 50 lines like this one:

Quote

Notice: Use of undefined constant DB_PREFIX - assumed 'DB_PREFIX' in L:USB-WebserverrootPHPFusion_701includesmultisite_include.php on line 20 (to line 70)
Table 'test.db_prefixsettings' doesn't existSettings do not exist, please check your config.php file or run setup.php again.


With this error I will not update my online sites, fearing that things will be lost. Can anyone give a solution?
0 replies

7 posts

G
gh0st2k
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
answered
Member

SORRY! I did this ****. Maybe I was blind yesterday.

DB_PREFIX. musst be DB_PREFIX
COOKIE_PREFIX. musst be COOKIE_PREFIX

I don't know why this happens... I'm sorry.
0 replies
J
J_Bear
J
J_Bear 10
Jelle.
------
For every 60 seconds of anger, you lose one minute of happiness
  • Member, joined since
  • Contributed 74 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
answered
Member

Sometimes mistakes are made. Even the best.

So you mean that I need to change all DB_PREFIX to COOKIE_PREFIX in the file multisite_include.php?

Edit:
So this is not the solution.


Please.... help.... very please???
Edited by J_Bear on 19-04-2011 19:19,
0 replies
G
gh0st2k
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
answered
Member

No, just change DB_PREFIX. (with dot) to DB_PREFIX in config.php!
The same with COOKIE_PREFIX. (with dot) to COOKIE_PREFIX.

Example:
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]define("DB_PREFIX", "fusion9046b_"wink;
define("COOKIE_PREFIX", "fusion9x6ab_"wink;[/syntaxhighlighter]
0 replies
J
J_Bear
J
J_Bear 10
Jelle.
------
For every 60 seconds of anger, you lose one minute of happiness
  • Member, joined since
  • Contributed 74 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
answered
Member

Silly me... Didn't see the dot.

Thanks.
0 replies
G
gh0st2k
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
answered
Member

Yes, I hadn't seen it, too... and now it's in the package :|
0 replies
H
heavencore
H
Semper in excremento sum, sed solum profunditas mutat...
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 6 threads in the forums
answered
Junior Member

Cheers for the info on corrections gh0st2k, nearly crapped myself after applying the update lol, all for the sake of two full stops haha!
0 replies
— 2 years later —
A
AT0m
A
AT0m 10
  • Junior Member, joined since
  • Contributed 30 posts on the community forums.
  • Started 7 threads in the forums
answered
Junior Member

Quote

Table 'domaincom_fusion.fusionHX3Gm_settings' doesn't existSettings do not exist, please check your config.php file or run setup.php again.


Yes i have this error or buG in Cpanel hosting v2014 with 7.02.07 PHPFusion
for fix error open 'Config.php' in root
go to

$db_prefix = "fusionHX3Gm_";
define("DB_PREFIX", "fusionHX3Gm_");


Change all prefix characters to lowercase characters

$db_prefix = "fusionhx3gm_";
define("DB_PREFIX", "fusionhx3gm_");


Or choice a lowercase prefix during installation

If error occur for infusions
1 - Defus(Uninstall) Infusion in administrator>System Admin>Infusions>
2 - Go to infusions folder open 'infusion.php'
3 - Find: [bcolor=#ccffcc]TYPE=MyISAM[/bcolor]
4 - Change to: [bcolor=#ccffcc]Engine=MyISAM[/bcolor]
5 - Then Save and Infus(Install) infusion.
6 - N-Joy
Edited by AT0m on 01-03-2014 23:22,
0 replies

Labels

None yet

Statistics

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

4 participants

J
J
J_Bear 10
Jelle.
------
For every 60 seconds of anger, you lose one minute of happiness
  • Member, joined since
  • Contributed 74 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
H
H
Semper in excremento sum, sed solum profunditas mutat...
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 6 threads in the forums
G
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
A
A
AT0m 10
  • Junior Member, joined since
  • Contributed 30 posts on the community forums.
  • Started 7 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet