Mseo 0.1.0 |
This topic is about Mseo 0.1.0, the author, funchains, wrote about: Hi Sir i have seen your topic named " Very Early Release Of Mseo 0.1.0" and i have downloaded that coz i am running 0.0.5 version which is having some bugs to fix them i need to upgrade it .. but in ... To read more just scroll down
Hey all!
Please report all bugs and errors to our iptracker it will be much more organised!
![]() ![]() |
Mseo 0.1.0 |
Aug 19 2007, 09:55 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Members Posts: 11 Joined: 13-August 07 Member No.: 27 |
Hi Sir
i have seen your topic named " Very Early Release Of Mseo 0.1.0" and i have downloaded that coz i am running 0.0.5 version which is having some bugs to fix them i need to upgrade it .. but in installatoin file there is only installatoin freshly ... no upgrade is mentoined... can you provide me upgrade from 0.0.5 to 0.1.0 thanks... |
|
|
|
Aug 19 2007, 10:31 PM
Post
#2
|
|
|
Member ![]() ![]() Group: Members Posts: 14 Joined: 1-August 07 Member No.: 15 |
To upgrade your SEO">MSEO to 0.1.0 from the previous version.
Open File: index.php Find: require ROOT_PATH."modules/module_loader.php"; $loader = new module_loader(); $loader->ipsclass =& $ipsclass; $loader->run_loader(); Replace: require ROOT_PATH."modules/module_loader.php"; $ipsclass->minerva->current_class = new module_loader(); $ipsclass->minerva->current_class->ipsclass =& $ipsclass; $ipsclass->minerva->current_class->run_loader(); Find: require_once( $file ); $loader = new component_public(); $loader->ipsclass =& $ipsclass; $loader->run_component(); Replace: require_once( $file ); $ipsclass->minerva->current_class = new component_public(); $ipsclass->minerva->current_class->ipsclass =& $ipsclass; $ipsclass->minerva->current_class->run_component(); find: $runme = new $choice[ strtolower($ipsclass->input['act']) ][1]; $runme->ipsclass =& $ipsclass; $ipsclass->memory_debug_add( "CORE: Loaded ".$choice[ strtolower($ipsclass->input['act']) ][0].".php", $_pre_load ); $runme->auto_run(); Replace: $ipsclass->minerva->current_class = new $choice[ strtolower($ipsclass->input['act']) ][1]; $ipsclass->minerva->current_class->ipsclass =& $ipsclass; $ipsclass->memory_debug_add( "CORE: Loaded ".$choice[ strtolower($ipsclass->input['act']) ][0].".php", $_pre_load ); $ipsclass->minerva->current_class->auto_run(); SAVE & CLOSE Hi Sir i have seen your topic named " Very Early Release Of Mseo 0.1.0" and i have downloaded that coz i am running 0.0.5 version which is having some bugs to fix them i need to upgrade it .. but in installatoin file there is only installatoin freshly ... no upgrade is mentoined... can you provide me upgrade from 0.0.5 to 0.1.0 thanks... -------------------- |
|
|
|
Aug 21 2007, 08:44 AM
Post
#3
|
|
|
Member ![]() ![]() Group: Members Posts: 11 Joined: 13-August 07 Member No.: 27 |
CODE [b]To upgrade your SEO">MSEO to 0.1.0 from the previous version. Open File:[/b] index.php [b]Find:[/b] require ROOT_PATH."modules/module_loader.php"; $loader = new module_loader(); $loader->ipsclass =& $ipsclass; $loader->run_loader(); [b]Replace: [/b]require ROOT_PATH."modules/module_loader.php"; $ipsclass->minerva->current_class = new module_loader(); $ipsclass->minerva->current_class->ipsclass =& $ipsclass; $ipsclass->minerva->current_class->run_loader(); [b]Find:[/b] require_once( $file ); $loader = new component_public(); $loader->ipsclass =& $ipsclass; $loader->run_component(); [b]Replace:[/b] require_once( $file ); $ipsclass->minerva->current_class = new component_public(); $ipsclass->minerva->current_class->ipsclass =& $ipsclass; $ipsclass->minerva->current_class->run_component(); [b]find:[/b] $runme = new $choice[ strtolower($ipsclass->input['act']) ][1]; $runme->ipsclass =& $ipsclass; $ipsclass->memory_debug_add( "CORE: Loaded ".$choice[ strtolower($ipsclass->input['act']) ][0].".php", $_pre_load ); $runme->auto_run(); [b]Replace: [/b]$ipsclass->minerva->current_class = new $choice[ strtolower($ipsclass->input['act']) ][1]; $ipsclass->minerva->current_class->ipsclass =& $ipsclass; $ipsclass->memory_debug_add( "CORE: Loaded ".$choice[ strtolower($ipsclass->input['act']) ][0].".php", $_pre_load ); $ipsclass->minerva->current_class->auto_run(); [b]SAVE & CLOSE [/b] and what about the files in new pack of Mseo 0.1.0 should they be uploaded and old shoud be overwritten or not ? |
|
|
|
Aug 21 2007, 01:29 PM
Post
#4
|
|
![]() Administrator ![]() ![]() ![]() Group: Root Admin Posts: 905 Joined: 25-June 07 From: London Member No.: 1 |
-------------------- Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time. DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums! |
|
|
|
Aug 21 2007, 06:48 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Members Posts: 11 Joined: 13-August 07 Member No.: 27 |
hi admin .....
in this manual there are only installatoin instructions and introduction of the script... but it does not contain upgrade instruction... |
|
|
|
Aug 21 2007, 09:19 PM
Post
#6
|
|
|
Member ![]() ![]() Group: Members Posts: 14 Joined: 1-August 07 Member No.: 15 |
Upload and overwrite all the SEO">MSEO files.
Do the file edits for index.php and then install. This is how you upgrade the product. -------------------- |
|
|
|
Aug 22 2007, 07:03 AM
Post
#7
|
|
|
Member ![]() ![]() Group: Members Posts: 11 Joined: 13-August 07 Member No.: 27 |
thanks it is done but i have some problem with the rewrite ...
every thing is going well except one thing when i opens profiles of members .. some of them takes time and no response but many of them works well... please help me to fix this bug |
|
|
|
Aug 22 2007, 07:12 AM
Post
#8
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 16-August 07 Member No.: 29 |
thanks it is done but i have some problem with the rewrite ... every thing is going well except one thing when i opens profiles of members .. some of them takes time and no response but many of them works well... please help me to fix this bug Thats the same issue I am having, if they have a space or wierd characters it will just loop forever. Else they work fine (one word usernames) |
|
|
|
Aug 22 2007, 07:29 AM
Post
#9
|
|
|
Member ![]() ![]() Group: Members Posts: 14 Joined: 1-August 07 Member No.: 15 |
thanks it is done but i have some problem with the rewrite ... every thing is going well except one thing when i opens profiles of members .. some of them takes time and no response but many of them works well... please help me to fix this bug I filed a bug report on this a while ago. http://icelabz.net/forum/index.php?autocom...mp;bug_cat_id=2 -------------------- |
|
|
|
Aug 22 2007, 10:50 AM
Post
#10
|
|
![]() Administrator ![]() ![]() ![]() Group: Root Admin Posts: 905 Joined: 25-June 07 From: London Member No.: 1 |
quick temp fix:
open: modules/minerva/tools/include.php find under function check_user() CODE $user_title = $this->user['members_display_name']; replace to: CODE $user_title = $this->clean_url($this->user['members_display_name']);
-------------------- Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time. DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums! |
|
|
|
Aug 22 2007, 11:33 AM
Post
#11
|
|
|
Member ![]() ![]() Group: Members Posts: 11 Joined: 13-August 07 Member No.: 27 |
Thanks a lot
bug is fixed and now IPBSeo is working well .... there are no more bugs in the mod right now Thanks to you again.. |
|
|
|
Aug 22 2007, 04:02 PM
Post
#12
|
|
![]() Administrator ![]() ![]() ![]() Group: Root Admin Posts: 905 Joined: 25-June 07 From: London Member No.: 1 |
good to hear
-------------------- Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time. DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums! |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Sitemap | SEO by MinervaSEO © Icelabz.net | Time is now: 8th January 2009 - 12:50 PM |