IPB

Welcome Guest ( Log In | Register )

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

> Report bugs here!

Hey all!
Please report all bugs and errors to our iptracker it will be much more organised!

 
Reply to this topicStart new topic
Mseo 0.1.0
funchains
post 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...
Go to the top of the page
 
+Quote Post
Bain
post 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


QUOTE(funchains @ Aug 19 2007, 04:55 PM) *
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...







--------------------
Unexplained Phenomena
The official community of
Unexplained Phenomena
Go to the top of the page
 
+Quote Post
funchains
post 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 ?

Go to the top of the page
 
+Quote Post
bramburn
post Aug 21 2007, 01:29 PM
Post #4


Administrator
***

Group: Root Admin
Posts: 905
Joined: 25-June 07
From: London
Member No.: 1



over written
please look at this:

http://minervaseo.com/Manual.pdf


--------------------
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!
Go to the top of the page
 
+Quote Post
funchains
post 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...

Go to the top of the page
 
+Quote Post
Bain
post 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.


--------------------
Unexplained Phenomena
The official community of
Unexplained Phenomena
Go to the top of the page
 
+Quote Post
funchains
post 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
Go to the top of the page
 
+Quote Post
maddog1077
post Aug 22 2007, 07:12 AM
Post #8


Newbie
*

Group: Members
Posts: 3
Joined: 16-August 07
Member No.: 29



QUOTE(funchains @ Aug 22 2007, 07:03 AM) *
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)
Go to the top of the page
 
+Quote Post
Bain
post Aug 22 2007, 07:29 AM
Post #9


Member
**

Group: Members
Posts: 14
Joined: 1-August 07
Member No.: 15



QUOTE(funchains @ Aug 22 2007, 02:03 AM) *
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


--------------------
Unexplained Phenomena
The official community of
Unexplained Phenomena
Go to the top of the page
 
+Quote Post
bramburn
post 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!
Go to the top of the page
 
+Quote Post
funchains
post 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..
Go to the top of the page
 
+Quote Post
bramburn
post 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 smile.gif


--------------------
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!
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
Tags
No Tag inserted yet


 



RSS Lo-Fi Version | Sitemap  | SEO by MinervaSEO © Icelabz.net Time is now: 8th January 2009 - 12:50 PM