Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 201
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 190
Total: 190

Author Topic: Problem update 1.1.21 to 2.0.15  (Read 4654 times)

0 Members and 1 Guest are viewing this topic.

Offline Rock Lee

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Bomber Code ~ La nueva era del conocimiento
Problem update 1.1.21 to 2.0.15
« on: October 06, 2019, 12:45:14 pm »
They tried to update this forum without success and do not have a backup copy, I was trying to get to the underlying problem that apparently could not convert the database correctly. Try to repair the errors that were appearing but I reached a point I can not move forward and I do not quite understand how I should proceed. If I run the forum in 1.1.21 the error that marks me is:

Code: [Select]
Unknown column 'b.numPosts' in 'field list'
File: /home/public_html/Sources/BoardIndex.php
Line: 84

Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 1.1.21, while your database is at version 2.0 a. The above error might possibly go away if you execute the latest version of upgrade.php.

when I run in version 2.0 it appears to me:

Code: [Select]
Unknown column 'add_deny' in 'field list'
This is why I am doubting because he apparently made a half conversion... If someone can help me, I will appreciate it very much.


Regards!

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Problem update 1.1.21 to 2.0.15
« Reply #1 on: October 06, 2019, 01:07:14 pm »
Why couldn't they run the upgrade script? What errors were they getting?
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Rock Lee

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Bomber Code ~ La nueva era del conocimiento
Re: Problem update 1.1.21 to 2.0.15
« Reply #2 on: October 06, 2019, 01:29:38 pm »
Several errors such as the calendar date, null values, which I solved until I got caught in this error. I tried several solutions appeared in SMF but I can not view the topics although the user section appears correctly. Apparently the processes could not be completed correctly, so I was trying to repair the errors that appeared, but as for the issues, I cannot solve it (I think it is the only thing I need to run 2.0 successfully).


Regards!

Update: the affected line itself is:
Code: [Select]
WHERE $user_info[query_see_board]" . (empty($modSettings['countChildPosts']) ? "
AND b.childLevel <= 1" : ''), __FILE__, __LINE__);

From what I see the database has 34 tables so it did not start (rather it does not let me start the update to 2.0) although I did run the update to 1.1.21 because I was 1.1.18 ... I want to run 1.1.21 (install a clean one and it works as it should in my hosting) and when importing the database and fixing the errors it marked me it was solved but the latter did not manage to find the problem in particular to start the update necessary to the new branch.
« Last Edit: October 06, 2019, 02:16:06 pm by Rock Lee »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Problem update 1.1.21 to 2.0.15
« Reply #3 on: October 06, 2019, 02:19:10 pm »
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Rock Lee

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Bomber Code ~ La nueva era del conocimiento
Re: Problem update 1.1.21 to 2.0.15
« Reply #4 on: October 06, 2019, 02:37:40 pm »
Moving some codes I managed to start update 2.0 although I throw the following error:

Code: [Select]
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/s0568048/public_html/forooo/upgrade.php on line 47
As soon as he tried to use the file you left me it gives me many errors but basically it sums up "Notice: Undefined index: upgrade_step in"


Regards!

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Problem update 1.1.21 to 2.0.15
« Reply #5 on: October 06, 2019, 03:00:54 pm »
I would try to upgrade PHP to version 7.1 if you can.
Or install the mysqli instruction.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Rock Lee

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Bomber Code ~ La nueva era del conocimiento
Re: Problem update 1.1.21 to 2.0.15
« Reply #6 on: October 06, 2019, 03:02:53 pm »
I would try to upgrade PHP to version 7.1 if you can.
Or install the mysqli instruction.


Something strange happens when wanting to enter the update.php file does not open it is as if it did not exist: / I will also try the PHP now I tell you it comes out.


Regards!

Update: PHP 7.0 and 7.1
Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /home/public_html/foro/upgrade.php:112 Stack trace: #0 /home/public_html/foro/upgrade.php(45): initialize_inputs() #1 {main} thrown in /home/public_html/foro/upgrade.php on line 112
« Last Edit: October 06, 2019, 03:07:09 pm by Rock Lee »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Problem update 1.1.21 to 2.0.15
« Reply #7 on: October 06, 2019, 03:05:26 pm »
K cause that is the latest file form SMF 2.0.x
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Rock Lee

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Bomber Code ~ La nueva era del conocimiento
Re: Problem update 1.1.21 to 2.0.15
« Reply #8 on: October 06, 2019, 03:22:31 pm »
Only the update to branch 1.1.21 is executed but it does not allow me to update to 2.0 all these errors appear to me although all the files are present.


Regards!
« Last Edit: October 06, 2019, 06:16:46 pm by Rock Lee »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Problem update 1.1.21 to 2.0.15
« Reply #9 on: October 06, 2019, 03:51:49 pm »
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Rock Lee

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Bomber Code ~ La nueva era del conocimiento
Re: Problem update 1.1.21 to 2.0.15
« Reply #10 on: October 06, 2019, 04:02:19 pm »
Now it is displayed correctly but the following error still appears:

Code: [Select]
The upgrader found some old or outdated files.

Please make certain you uploaded the new versions of all the files included in the package.

Click here to try again.

I reloaded all the files in case there was one missing but it remains the same.


Regards!
« Last Edit: October 06, 2019, 04:04:44 pm by Rock Lee »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Problem update 1.1.21 to 2.0.15
« Reply #11 on: October 06, 2019, 04:08:08 pm »
What SMF version are you on?
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Rock Lee

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Bomber Code ~ La nueva era del conocimiento
Re: Problem update 1.1.21 to 2.0.15
« Reply #12 on: October 06, 2019, 04:14:32 pm »
Download the latest version of the page of simplemachines 2.0.15


Regards!

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Problem update 1.1.21 to 2.0.15
« Reply #13 on: October 06, 2019, 04:23:03 pm »
odd...that means index.php is not on SMF 2.0.15...

Try this file commented it out.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Rock Lee

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Bomber Code ~ La nueva era del conocimiento
Re: Problem update 1.1.21 to 2.0.15
« Reply #14 on: October 06, 2019, 04:40:01 pm »
If it worked now but stopped on process 13 and tells me:
Code: [Select]
Removing all guest deny permissions...done
!!
Error!
Unknown column 'addDeny' in 'where clause'

And it doesn't let me continue...


Regards!

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
4468 Views
Last post November 11, 2009, 02:35:50 pm
by SMFHacks
1 Replies
3612 Views
Last post March 16, 2010, 09:09:09 am
by SMFHacks
2 Replies
4104 Views
Last post August 10, 2010, 05:21:07 pm
by Crip
2 Replies
3101 Views
Last post December 28, 2011, 09:49:28 pm
by keyboard
Problem after Update

Started by m.ehm « 1 2 » Support

17 Replies
4403 Views
Last post April 06, 2014, 03:52:30 pm
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal