how to upgrade 2.0.8 to 2.0.9?

Started by Sagar_king, October 09, 2014, 05:36:23 AM

Previous topic - Next topic

Sagar_king

I am newbies in this field will somebody guide me how to upgrade without losing my old forum data
http://mobiletek.in Smf 2.1
<hr>
Really Thankful to SMF community members for helping
All people are on this forum have their own website that's cool :D

Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Sagar_king

http://mobiletek.in Smf 2.1
<hr>
Really Thankful to SMF community members for helping
All people are on this forum have their own website that's cool :D

margarett

That's hardly related to the update.
Can you attach Profile-View.php?
Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Sagar_king

http://mobiletek.in Smf 2.1
<hr>
Really Thankful to SMF community members for helping
All people are on this forum have their own website that's cool :D

margarett

Not that one. The other one without the tilde after the name ;)
Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Sagar_king

Quote from: margarett on October 13, 2014, 05:33:54 AM
Not that one. The other one without the tilde after the name ;)
which one dude guide me
http://mobiletek.in Smf 2.1
<hr>
Really Thankful to SMF community members for helping
All people are on this forum have their own website that's cool :D

kat

There'll be this:

Profile-View.php~

and this:

Profile-View.php <--- This one.

Sagar_king

http://mobiletek.in Smf 2.1
<hr>
Really Thankful to SMF community members for helping
All people are on this forum have their own website that's cool :D

margarett

As I imagined:
$request = $smcFunc['db_query']('', '
SELECT com.id_comment, com.id_member, com.comment, com.time, mem.real_name, mem.show_online,
IFNULL(lo.log_time, 0) AS is_online, IFNULL(a.id_attach, 0) AS id_attach, a.filename, a.attachment_type, mem.avatar
FROM {db_prefix}profile_comments as com
LEFT JOIN {db_prefix}members AS mem ON (com.id_member = mem.id_member)
LEFT JOIN {db_prefix}log_online AS lo ON (lo.id_member = com.id_member)
LEFT JOIN {db_prefix}attachments AS a ON (a.id_member = com.id_member)
WHERE com.comment_member_id = {int:id_member}
ORDER BY id_comment DESC
LIMIT {int:start}, {int:maxindex}',
array(
'id_member' => $memID,
'start' => $context['start'],
'maxindex' => $maxComments,
)
);

This query doesn't exist in core SMF and it should be related to a "profile comments" MOD. You probably didn't install/remove the MOD correctly...
Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Sagar_king

will you tell how to remove/uninstall mod manually
http://mobiletek.in Smf 2.1
<hr>
Really Thankful to SMF community members for helping
All people are on this forum have their own website that's cool :D

Kindred

You will have to edit your file(s) manually, finding and reversing the mod installation process.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

margarett

Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Kindred

except, in reverse for UNinstallation. :)
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Sagar_king

will somebody modify it and upload that will be so nice  :D
http://mobiletek.in Smf 2.1
<hr>
Really Thankful to SMF community members for helping
All people are on this forum have their own website that's cool :D

kat

If you rename Profile-View.php to Profile-View0.php and put a virgin copy from the install archive (attached) in it's place, you might be OK.

If not, you can easily delete it and rename the other file back.

'course, if there're rogue bits of code, in other files, you might get some other errors, instead...

Sagar_king

Quote from: K@ on October 16, 2014, 06:11:45 AM
If you rename Profile-View.php to Profile-View0.php and put a virgin copy from the install archive (attached) in it's place, you might be OK.

If not, you can easily delete it and rename the other file back.

'course, if there're rogue bits of code, in other files, you might get some other errors, instead...
Thanks buddy helpful
SMF must give option Thanks meter thanks all who help me
http://mobiletek.in Smf 2.1
<hr>
Really Thankful to SMF community members for helping
All people are on this forum have their own website that's cool :D

Advertisement: