PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
bprsk8r4272
Regular
Regular


Joined: Jan 23, 2007
Posts: 86
Location: Rochester, Ny

PostPosted: Sun Feb 10, 2008 3:53 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7458
Location: Arizona

PostPosted: Mon Feb 11, 2008 7:15 am Reply with quote Back to top

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... Wink
View user's profile Send private message Visit poster's website
bprsk8r4272
Regular
Regular


Joined: Jan 23, 2007
Posts: 86
Location: Rochester, Ny

PostPosted: Mon Feb 11, 2008 9:48 am Reply with quote Back to top

aight thanks for the heads up

and i think ill put RN on a test site and test it out
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
bprsk8r4272
Regular
Regular


Joined: Jan 23, 2007
Posts: 86
Location: Rochester, Ny

PostPosted: Tue Feb 12, 2008 10:50 am Reply with quote Back to top

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
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15221
Location: Kansas

PostPosted: Tue Feb 12, 2008 7:06 pm Reply with quote Back to top

So .... this is not an issue?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
bprsk8r4272
Regular
Regular


Joined: Jan 23, 2007
Posts: 86
Location: Rochester, Ny

PostPosted: Tue Feb 12, 2008 7:14 pm Reply with quote Back to top

nope no issues mine works fine and so does Evaders99's
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15221
Location: Kansas

PostPosted: Tue Feb 12, 2008 7:25 pm Reply with quote Back to top

RavensScripts
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
evaders99
Moderator


Joined: Apr 30, 2004
Posts: 2847

PostPosted: Wed Feb 13, 2008 12:04 pm Reply with quote Back to top

Good to know Wink
View user's profile Send private message Visit poster's website
bprsk8r4272
Regular
Regular


Joined: Jan 23, 2007
Posts: 86
Location: Rochester, Ny

PostPosted: Wed Feb 13, 2008 5:22 pm Reply with quote Back to top

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')
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
evaders99
Moderator


Joined: Apr 30, 2004
Posts: 2847

PostPosted: Wed Feb 13, 2008 6:16 pm Reply with quote Back to top

Ah sure good catch
View user's profile Send private message Visit poster's website
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7458
Location: Arizona

PostPosted: Wed Feb 13, 2008 8:51 pm Reply with quote Back to top

I added this to our tracker.
View user's profile Send private message Visit poster's website
bprsk8r4272
Regular
Regular


Joined: Jan 23, 2007
Posts: 86
Location: Rochester, Ny

PostPosted: Wed Feb 13, 2008 9:42 pm Reply with quote Back to top

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
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7458
Location: Arizona

PostPosted: Thu Feb 14, 2008 6:18 am Reply with quote Back to top

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!
View user's profile Send private message Visit poster's website
bprsk8r4272
Regular
Regular


Joined: Jan 23, 2007
Posts: 86
Location: Rochester, Ny

PostPosted: Thu Feb 14, 2008 10:57 am Reply with quote Back to top

alright im done emailed it to you
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
evaders99
Moderator


Joined: Apr 30, 2004
Posts: 2847

PostPosted: Thu Feb 14, 2008 1:43 pm Reply with quote Back to top

I didn't have time to change the docs files. You're free to do so Smile
View user's profile Send private message Visit poster's website
bprsk8r4272
Regular
Regular


Joined: Jan 23, 2007
Posts: 86
Location: Rochester, Ny

PostPosted: Thu Feb 14, 2008 1:47 pm Reply with quote Back to top

evaders99 wrote:
I didn't have time to change the docs files. You're free to do so Smile


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
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7458
Location: Arizona

PostPosted: Fri Feb 15, 2008 6:39 am Reply with quote Back to top

Yup.. I have them and will incorporate when I get a spare moment.

Thanks!
View user's profile Send private message Visit poster's website
bprsk8r4272
Regular
Regular


Joined: Jan 23, 2007
Posts: 86
Location: Rochester, Ny

PostPosted: Fri Feb 15, 2008 8:03 am Reply with quote Back to top

yup np glad i could help
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4824

PostPosted: Fri Feb 15, 2008 9:32 am Reply with quote Back to top

bprsk8r4272 - thanks for doing that! It is always nice when people help no matter how big or small their contribution Smile
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum