phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
problem with update to 3.0.0
Goto page 1, 2  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB SEO Premod
::  
Author Message
janmyszkier
PR0
PR0


Joined: 12 Oct 2007
Posts: 50
Location: Wroclaw, Poland.

problem with update to 3.0.0Posted: Sun Dec 23, 2007 2:33 pm    Post subject: problem with update to 3.0.0

i tried auto update package but it came up with cannot find module blahblahblah Smile

Code:

index.php [ 397 ]

Module "" not accessible.


so i decided to upload all new files, the premodded version
however when i try to log in to the acp it says you have been succesfuly logged in then, it changes sid... and tells me i don't have permissions, any clues on this? this makes me unable to get new htaccess file :/ and makes my forum not working.
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15414

problem with update to 3.0.0Posted: Sun Dec 23, 2007 2:48 pm    Post subject: Re: problem with update to 3.0.0

Have you followed the correct link ?
http://downloads.phpbb-seo.com/seo-url-premod-12/3-0-rc7-to-3-0-0-auto-update-50.html
Quote:
To update with this package, just upload the install/ folder with it's content to your phpBB3 installation root and browse yourdomain.com/phpBB3/install/index.php?mode=update to start the update procedure.


The message you quote is the regular phpBB one when you just hit yourdomain.com/phpBB3/install/ or yourdomain.com/phpBB3/install/index.php
tools gives you the correct link.

If you uploaded all the new files, then you have to run the db update tool, as explained here : http://downloads.phpbb-seo.com/seo-url-premod-12/3-0-rc7-to-3-0-0-changed-files-55.html
Quote:
To update with this package, just upload the install/ folder with it's content to your phpBB3 installation root, then need to upload all files within the RC7_to_3-0-0_modified_files/ folder to where phpBB3 is installed.
And browse yourdomain.com/phpBB3/install/database_update.php to end the update procedure.


Make sure you clear your forum's cache after you finalize your update procedure.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
janmyszkier
PR0
PR0


Joined: 12 Oct 2007
Posts: 50
Location: Wroclaw, Poland.

problem with update to 3.0.0Posted: Sun Dec 23, 2007 3:00 pm    Post subject: Re: problem with update to 3.0.0

yourdomain.com/phpBB3/install/index.php?mode=update

this did the trick

i' sorry i haven't read all the docs from the very start but i hope you forgive me i have christmas preparations, and all portal code changes at the same moment which makes me rather nervours and unpatient Smile

thank you deeply for the tolerance and please close the topic because it solved the problem.
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15414

problem with update to 3.0.0Posted: Sun Dec 23, 2007 3:14 pm    Post subject: Re: problem with update to 3.0.0

hey no problem, happy Christmas Very Happy

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
janmyszkier
PR0
PR0


Joined: 12 Oct 2007
Posts: 50
Location: Wroclaw, Poland.

problem with update to 3.0.0Posted: Sun Dec 23, 2007 3:22 pm    Post subject: Re: problem with update to 3.0.0

hmm seems that's not the end of the problems, the forum does'nt want to show topics :/ i also tried to upload viewtopic.php from premodded version, with no success.

when i try to turn the rewriting off, it don't want to show forums even, and yes , recached.
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15414

problem with update to 3.0.0Posted: Sun Dec 23, 2007 3:25 pm    Post subject: Re: problem with update to 3.0.0

What's happening more precisely ?
Blank page ?

Can you activate debugging ?

In config.php, replace :
Code:
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);


with :

Code:
@define('DEBUG', true);
@define('DEBUG_EXTRA', true);


I assume you have deleted the install/ dir now.

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
janmyszkier
PR0
PR0


Joined: 12 Oct 2007
Posts: 50
Location: Wroclaw, Poland.

problem with update to 3.0.0Posted: Sun Dec 23, 2007 3:28 pm    Post subject: Re: problem with update to 3.0.0

yes, blank page,

no i still have the install folder

and config php adjusted but no output on blank page
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15414

problem with update to 3.0.0Posted: Sun Dec 23, 2007 3:29 pm    Post subject: Re: problem with update to 3.0.0

Try deleting the install/ dir.

But you have access to acp right ?

Was your forum modded before update (beside the premod) ?

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
janmyszkier
PR0
PR0


Joined: 12 Oct 2007
Posts: 50
Location: Wroclaw, Poland.

problem with update to 3.0.0Posted: Sun Dec 23, 2007 3:31 pm    Post subject: Re: problem with update to 3.0.0

does it changes anything if install folder doesn't have the "install" name?

i have ajax shoutbox which works fine
and profile comments, my own mod which doesn't have a thing with topicview yet.
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15414

problem with update to 3.0.0Posted: Sun Dec 23, 2007 3:40 pm    Post subject: Re: problem with update to 3.0.0

No, you can rename the install/ dir, but it's safer to delete it.

So, what did you do exactly, because if you modified one of the file that went updated, then, the auto updater will attempt to merge the code changes in the new file.
You must have selected something when the auto updater asked you after it detected the modding.

In such cases, it's safer to do the merging manually, and it's a good thing to do it offline first since errors are possible.

You may just have deleted some required code for your mod while updating.

An url to your forum would help, as well as the error logs if any.

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
janmyszkier
PR0
PR0


Joined: 12 Oct 2007
Posts: 50
Location: Wroclaw, Poland.

problem with update to 3.0.0Posted: Sun Dec 23, 2007 3:42 pm    Post subject: Re: problem with update to 3.0.0

i'll try to upload fres 3.0.0 premod files over mine, this should do

since i have only two mods installed i may install them later. i hope this will work...
Back to top
Visit poster's website
janmyszkier
PR0
PR0


Joined: 12 Oct 2007
Posts: 50
Location: Wroclaw, Poland.

problem with update to 3.0.0Posted: Sun Dec 23, 2007 5:14 pm    Post subject: Re: problem with update to 3.0.0

hmm nope topics doesn't show even after uploading the phpbb premod :/

is there a way of installing fresh premod and using existing database?
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15414

problem with update to 3.0.0Posted: Sun Dec 23, 2007 5:31 pm    Post subject: Re: problem with update to 3.0.0

Well, you can delete / overwrite all files except config.php and the .htaccess (by the way, it could be the guilty one, try the original one for a sec), and then run the phpbb_seo_install.php (ot be found in contrib/) script in the phpbb_seo/ dir.

Then, you would only have to run this SQL query for the no duplicate :
Code:
ALTER TABLE `phpbb_topics` ADD INDEX ( `topic_last_post_id` );


with the proper table prefix.

A link to your forum would definitely help now.

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
janmyszkier
PR0
PR0


Joined: 12 Oct 2007
Posts: 50
Location: Wroclaw, Poland.

problem with update to 3.0.0Posted: Sun Dec 23, 2007 5:47 pm    Post subject: Re: problem with update to 3.0.0

it's www.owadozery.pl/forum/
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15414

problem with update to 3.0.0Posted: Sun Dec 23, 2007 6:08 pm    Post subject: Re: problem with update to 3.0.0

All right, so it seems the problem is only dealing with viewtopic.php.

Try comparing your old one with the new one with winmerge for example, should help out to find out where the problem is.

If it's not working with the 3.0.0 premod viewtopic.php, then it's most likely because of a mod you installed and that requires some code there. In such case, just add the required code again for this file on the up to date one.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB SEO Premod
Page 1 of 2 Goto page 1, 2  Next

Navigation Similar Topics

Jump to: