Guess we will have to wait and see how the upgrade script works.
If it adds new tables and changes some fields in existing ones and modifes some fields then it depends on how the MOD was written.
My own MOD for example adds no fields to the standard phpBB tables but does add 13 new tables. Once ...
Search found 180 matches
- Tue Feb 28, 2006 8:47 am
- Forum: [3.0/Olympus] Discussion
- Topic: Question for modded 2.0 board owners
- Replies: 8
- Views: 9783
- Wed Sep 14, 2005 10:44 am
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB3
- Replies: 9
- Views: 11846
Re: phpBB3
You can not.
phhpBB3 has not yet reached the beta stage. There is no beta to download.
There are CVS snapshots that are available. However this code is unfinished, unsupported and will change. So it is not recommened that normal forum users install it.
Hope that helps.
phhpBB3 has not yet reached the beta stage. There is no beta to download.
There are CVS snapshots that are available. However this code is unfinished, unsupported and will change. So it is not recommened that normal forum users install it.
Hope that helps.
- Fri Sep 02, 2005 1:16 pm
- Forum: Installing EasyMOD
- Topic: EM 0.2.1a Install Problem @ Step 4 :
- Replies: 13
- Views: 11362
Re: EM 0.2.1a Install Problem @ Step 4 :
I agree 100% but it is always handy to get a workaround till a solution is found.Nux wrote: If it works then it's a good one for me.
Still this shouldn't be needed, so the source of the bug is still to be found...
- Fri Sep 02, 2005 11:45 am
- Forum: Installing EasyMOD
- Topic: EM 0.2.1a Install Problem @ Step 4 :
- Replies: 13
- Views: 11362
Re: EM 0.2.1a Install Problem @ Step 4 :
Just tested it and it worked perfectly... 8O
Have a just provided a workaround for everone suffering from this???
Have a just provided a workaround for everone suffering from this???
- Fri Sep 02, 2005 11:41 am
- Forum: Installing EasyMOD
- Topic: EM 0.2.1a Install Problem @ Step 4 :
- Replies: 13
- Views: 11362
Re: EM 0.2.1a Install Problem @ Step 4 :
Guys,
Not sure if I am being stupid...but do you guys think this will work??
Replace
function ftp_chdir($pathname)
{
$this->_putcmd("CWD", $pathname);
$response = $this->_ok();
if (!$response) {
$this->_debug_print("Error : CWD command failed\n");
}
return $response;
}
With ...
Not sure if I am being stupid...but do you guys think this will work??
Replace
function ftp_chdir($pathname)
{
$this->_putcmd("CWD", $pathname);
$response = $this->_ok();
if (!$response) {
$this->_debug_print("Error : CWD command failed\n");
}
return $response;
}
With ...
- Fri Sep 02, 2005 11:23 am
- Forum: Installing EasyMOD
- Topic: EM 0.2.1a Install Problem @ Step 4 :
- Replies: 13
- Views: 11362
Re: EM 0.2.1a Install Problem @ Step 4 :
Nux,
Same story with FTP extenstions disabled. So looks like I must have hit that bug. Is it being looked at? I am more than happy to help with testing if it is..in the mean time I will try spend some time studying the code and see if I can work out what is failing.
I am guessing that FTP file is ...
Same story with FTP extenstions disabled. So looks like I must have hit that bug. Is it being looked at? I am more than happy to help with testing if it is..in the mean time I will try spend some time studying the code and see if I can work out what is failing.
I am guessing that FTP file is ...
- Fri Sep 02, 2005 10:57 am
- Forum: Installing EasyMOD
- Topic: EM 0.2.1a Install Problem @ Step 4 :
- Replies: 13
- Views: 11362
Re: EM 0.2.1a Install Problem @ Step 4 :
First try the debug mode of FTP. If you'll find nothing that could be wrong then try to disable the use of FTP extension of PHP. Both of this are set in the advanced FTP settings.
Thanks for the quick repsonse. If you look at the selected settings FTP Debug was on. I do not know why it did not ...
- Fri Sep 02, 2005 8:27 am
- Forum: Installing EasyMOD
- Topic: EM 0.2.1a Install Problem @ Step 4 :
- Replies: 13
- Views: 11362
EM 0.2.1a Install Problem @ Step 4 :
phpBB version: 2.0.17
Working Dir: /home/nas01l/i/imoc.co.uk/user/htdocs/forums/admin/mods/easymod
Install Step: 4
Mode:
Critical Error: Unable to complete writing of post process file.
Function Trace: main[4]->
Permissions: (including system errors)
read access :: OK
write access ...
- Sat May 14, 2005 10:22 am
- Forum: Installing MODs with EasyMOD
- Topic: SQL error for type decimal
- Replies: 2
- Views: 3490
Re: SQL error for type decimal
Hi,
Thanks for the reply...so it would seem. However from reading http://area51.phpbb.com/phpBB/viewtopic.php?t=15390 it seemed to indicate that TYPE of DECIMAL was supported and every decimal type will have the comma in a bracket?
Anyone know if nuttzy is aware of the problem and looking into it ...
Thanks for the reply...so it would seem. However from reading http://area51.phpbb.com/phpBB/viewtopic.php?t=15390 it seemed to indicate that TYPE of DECIMAL was supported and every decimal type will have the comma in a bracket?
Anyone know if nuttzy is aware of the problem and looking into it ...
- Fri May 13, 2005 4:12 pm
- Forum: Installing MODs with EasyMOD
- Topic: SQL error for type decimal
- Replies: 2
- Views: 3490
SQL error for type decimal
Hi all,
Firstly let me say thanks for an amazing mod...secondly this is my first mod that I am writting and while I do read and search for answer this may be covered elsewhere but I can not find it.
I am getting a error processing my SQL statements for my MOD I wrote.
This error I see is ...
Firstly let me say thanks for an amazing mod...secondly this is my first mod that I am writting and while I do read and search for answer this may be covered elsewhere but I can not find it.
I am getting a error processing my SQL statements for my MOD I wrote.
This error I see is ...