| :: |
| Author |
Message |
janmyszkier PR0

Joined: 12 Oct 2007 Posts: 50 Location: Wroclaw, Poland.
|
Posted: 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
| 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 |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15414
|
|
| Back to top |
|
 |
janmyszkier PR0

Joined: 12 Oct 2007 Posts: 50 Location: Wroclaw, Poland.
|
Posted: 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
thank you deeply for the tolerance and please close the topic because it solved the problem. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15414
|
|
| Back to top |
|
 |
janmyszkier PR0

Joined: 12 Oct 2007 Posts: 50 Location: Wroclaw, Poland.
|
Posted: 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 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15414
|
|
| Back to top |
|
 |
janmyszkier PR0

Joined: 12 Oct 2007 Posts: 50 Location: Wroclaw, Poland.
|
Posted: 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 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15414
|
|
| Back to top |
|
 |
janmyszkier PR0

Joined: 12 Oct 2007 Posts: 50 Location: Wroclaw, Poland.
|
Posted: 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 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15414
|
Posted: 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 |
|
 |
janmyszkier PR0

Joined: 12 Oct 2007 Posts: 50 Location: Wroclaw, Poland.
|
Posted: 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 |
|
 |
janmyszkier PR0

Joined: 12 Oct 2007 Posts: 50 Location: Wroclaw, Poland.
|
Posted: 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 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15414
|
Posted: 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 |
|
 |
janmyszkier PR0

Joined: 12 Oct 2007 Posts: 50 Location: Wroclaw, Poland.
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15414
|
Posted: 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 |
|
 |
|
|