| Author |
Message |
bprsk8r4272 Regular


Joined: Jan 23, 2007 Posts: 86 Location: Rochester, Ny
|
Posted:
Sun Feb 10, 2008 3:53 pm |
|
i started to port over attach mod 2.4.5 im just bout done with it but i cant find where this error is coming from "Upload Error: Could not upload Attachment to ./files/blah_233.zip." i only get it when trying to post a attachment.
thats the only error i get
anyone got any ideas. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7458 Location: Arizona
|
Posted:
Mon Feb 11, 2008 7:15 am |
|
bprsk8r4272, if you can wait just one day or two max, the upcoming RavenNuke(tm) version 2.20.00 will be released and in there Evaders99 has provided his tweaked version as an add-on. It is a separate install, so it might be helpful. Of course, migrating over to RavenNuke(tm) would be even better because then you know the full RN team would be behind it...  |
|
|
|
 |
bprsk8r4272 Regular


Joined: Jan 23, 2007 Posts: 86 Location: Rochester, Ny
|
Posted:
Mon Feb 11, 2008 9:48 am |
|
aight thanks for the heads up
and i think ill put RN on a test site and test it out |
|
|
|
 |
bprsk8r4272 Regular


Joined: Jan 23, 2007 Posts: 86 Location: Rochester, Ny
|
Posted:
Tue Feb 12, 2008 10:50 am |
|
even with Evaders99 files it comes up with the same error even after i cleaned my cookies, temp internet files, went in phpMyAdmin flushed the bbsessions(both) and i did do the edit in includes/sessions.php still same result
any ideas?
Note that this is on a test site running
phpNuke 7.6 patched 3.3 BBtoNuke 2.0.22
abyss web server
php 5.2.0
mysql 4.1.22
*update nvm forgot to do the config "modules/Forums/files"
still testing ill let you know how it works
*my files worked too i thought i tryed changing config "modules/Forums/files" in management. even without the change in includes/sessions.php it works with my files |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15221 Location: Kansas
|
Posted:
Tue Feb 12, 2008 7:06 pm |
|
So .... this is not an issue? |
|
|
|
 |
bprsk8r4272 Regular


Joined: Jan 23, 2007 Posts: 86 Location: Rochester, Ny
|
Posted:
Tue Feb 12, 2008 7:14 pm |
|
nope no issues mine works fine and so does Evaders99's |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15221 Location: Kansas
|
Posted:
Tue Feb 12, 2008 7:25 pm |
|
|
|
 |
evaders99 Moderator

Joined: Apr 30, 2004 Posts: 2847
|
Posted:
Wed Feb 13, 2008 12:04 pm |
|
Good to know  |
|
|
|
 |
bprsk8r4272 Regular


Joined: Jan 23, 2007 Posts: 86 Location: Rochester, Ny
|
Posted:
Wed Feb 13, 2008 5:22 pm |
|
oh evaders99 you might want to change in your schemas/attach_*_basic.sql's
Find
| Code: | | ('upload_img','images/icon_clip.gif'); |
Change To
| Code: | | ('upload_img','modules/Forums/images/icon_clip.gif'); |
Find
| Code: | | ('topic_icon','images/icon_clip.gif'); |
Change To
| Code: | | ('topic_icon','modules/Forums/images/icon_clip.gif'); |
or else the images wont show
and in the attach_mssql_basic.sql & attach_postgres_basic.sql
Find
| Code: | | ('upload_dir','files') |
Change To
| Code: | | ('upload_dir','modules/Forums/files') |
|
|
|
|
 |
evaders99 Moderator

Joined: Apr 30, 2004 Posts: 2847
|
Posted:
Wed Feb 13, 2008 6:16 pm |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7458 Location: Arizona
|
Posted:
Wed Feb 13, 2008 8:51 pm |
|
I added this to our tracker. |
|
|
|
 |
bprsk8r4272 Regular


Joined: Jan 23, 2007 Posts: 86 Location: Rochester, Ny
|
Posted:
Wed Feb 13, 2008 9:42 pm |
|
one last thing maybe it would be a good idea to update the docs/install.txt & docs/install_using_premod_files.txt for those who are "noobs" or new to RN like change index.php to modules/Forums/index.php and privmsgs.php to modules/Private_Messages/index.php
i can do it tomorrow if you would like i have off work til monday |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7458 Location: Arizona
|
Posted:
Thu Feb 14, 2008 6:18 am |
|
bprsk8r4272, if you should decide to do this, it would be a great help. Please send your updates to montego __AT__ montegoscripts **dot** com. Thanks! |
|
|
|
 |
bprsk8r4272 Regular


Joined: Jan 23, 2007 Posts: 86 Location: Rochester, Ny
|
Posted:
Thu Feb 14, 2008 10:57 am |
|
alright im done emailed it to you |
|
|
|
 |
evaders99 Moderator

Joined: Apr 30, 2004 Posts: 2847
|
Posted:
Thu Feb 14, 2008 1:43 pm |
|
I didn't have time to change the docs files. You're free to do so  |
|
|
|
 |
bprsk8r4272 Regular


Joined: Jan 23, 2007 Posts: 86 Location: Rochester, Ny
|
Posted:
Thu Feb 14, 2008 1:47 pm |
|
| evaders99 wrote: | I didn't have time to change the docs files. You're free to do so |
already did and sent them to montego along with these changes
fixed .sql's
added html/themes/fisubice
removed the includes/sessions.php edit from readme.txt and put it in install.txt
edited docs/install.txt & docs/install_using_premod_files.txt to relate to BBtonuke instead of phpbb2 |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7458 Location: Arizona
|
Posted:
Fri Feb 15, 2008 6:39 am |
|
Yup.. I have them and will incorporate when I get a spare moment.
Thanks! |
|
|
|
 |
bprsk8r4272 Regular


Joined: Jan 23, 2007 Posts: 86 Location: Rochester, Ny
|
Posted:
Fri Feb 15, 2008 8:03 am |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 4824
|
Posted:
Fri Feb 15, 2008 9:32 am |
|
bprsk8r4272 - thanks for doing that! It is always nice when people help no matter how big or small their contribution  |
|
|
|
 |
|
|
|
|