292641
rifraff
Re: Document Management System (DMS) : Error
  • 2003/7/3 13:33

  • rifraff

  • Just popping in

  • Posts: 67

  • Since: 2003/4/16


Quote:

tanya wrote:
Hi cking,
Coul you please tell me what you put for your directory path and what kind of permissions you set on that directory? I am just loosing my patience with this already.

Also, ritraff: When I create a new folder through DMS, does it add something to the directory itself? I now have a folder named "1" in there.

Thanks in advance, guys!


Hello,

I have my "Document storage path" listed as "/var/www/xoops/modules/dms/repository"

It is fine to set the Document Storage Tuning to 1000

You can set the DMS Page Title to anything you want.

On my system, it will work if the dms directory is set to root permissions or nobody permissions. See what is working for the permissions in your XOOPS directory and set your document repository directory to the same.

If you have a "1" in the document repository directory, then the DMS is creating the subdirectory structure...so it has access to the repository. Are you selecting a file to upload and are you entering a version? The next release should no longer allow you to enter a blank version number.

Regards,

Brian
(rifraff)



292642
techgnome
Re: WF-Sections V1 Released
  • 2003/7/3 13:13

  • techgnome

  • Module Developer

  • Posts: 51

  • Since: 2002/8/9 5


Quote:

Wolfie wrote:
Hi,

Whevener i try to install wf-s*, i get this error:

Quote:

Installing wfsection

is not a valid SQL!

Unable to install wfsection. Error(s):



This is a known issue, and I'm sure Catzwolf will get it straightened out. In the meantime, open the SQL file and remove all COMMENT LINES (those that begin w/ a '#'). That will solve the install issue.



292643
chazbear
Re: File Upload Feature in Downloads Module
  • 2003/7/3 12:39

  • chazbear

  • Just popping in

  • Posts: 5

  • Since: 2002/9/5 1


Trying to keep this on the front page. sorry.



292644
destrux
Re: XoopsGallery Fixes.. Recent Comments Link, New Pics Block showing thumbnail, etc...
  • 2003/7/3 10:01

  • destrux

  • Moderator

  • Posts: 57

  • Since: 2002/6/3 1


Well it seems I've narrowed the problem to the new comment_post.php. It seems this line of code:

$extra_params .= isset($HTTP_GET_VARS[$extra_param]) ? $extra_param.'='.$HTTP_GET_VARS[$extra_param].'&' $extra_param.'=&';


which is added twice in the update for 2.0.3 replacing these line:

$extra_params .= isset(${$extra_param}) ? $extra_param.'='.${$extra_param}.'&' $extra_param.'=&';


For now I've just reverted back to the old comment_post.php since it seems these lines are just to add register globals = off functionality, so it shouldn't hurt anything reverting back to the old file, I hope. Regardless, if somebody with more PHP experience could look into this and find out why this is messing gallery up it would be greatly appreciated. Thank you.



292645
destrux
Re: XoopsGallery Fixes.. Recent Comments Link, New Pics Block showing thumbnail, etc...
  • 2003/7/3 9:21

  • destrux

  • Moderator

  • Posts: 57

  • Since: 2002/6/3 1


I'm experiencing this problem...after upgrading to 2.0.3 the link in Recent Comment block was bad having albumName and id blank. I used the session patch by SirTanksAlot but it didn't fix the URL problem so now when a comment is made on a photo I just ERROR: requested index [] out of bound [39] and the URL is still wrong. Need immediate assistance with this please.



292646
mvandam
Re: INTO CVS: Brazilian Portuguese translation for Xoops 2.0.3
  • 2003/7/3 7:20

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


mikhail:

I just noticed there is already a brazilian portuguese language pack for XOOPS 2, but it has not been updated in the last 4 months. Were you involved in creating this? If so, it should be easy to make the upgrade. If not, we would have to contact the author of that other language pack and probably do a detailed comparison of the translations.



292647
mvandam
Re: MassMail to members [not-quite fixed]
  • 2003/7/3 7:11

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


Quote:

yeah it runs apache, but I have no root access as it is a managed server, so in a way I have no restrictions on the usage, but can't edit the root.

I have no idea about .htaccess, apart from password and page not found things, but I'll look at the wikki you mentioned

Or do you mean creat a .htaccess with php_flag display_errors on in it, then place in that dir.


Tom,

Yeah, create a file .htaccess, and put that line as the only contents. I'm not sure this will work for your case but this is how I was able to finally see an error message on someone's site where the hoster had turned off all error display. The file needs to go in the directory where the script is *entered*... i.e. not the offending file. e.g. Mass mailing is accessed via XOOPS_URL/modules/system/admin.php?fct=mailusers, so the file should go in XOOPS_URL/modules/system/ even though the relevant file is probably elsewhere.

Hopefully there is some message that can help pinpoint the problem.

Looking at the error logs is also a good idea. Visit your website, try to mail users. This will make an entry in the log. It will list your IP so it might be handy to know this if this is a busy hoster and the logs accumulate quickly. Don't know about your hoster's setup, but on my system (Redhat linux), the log file is at /var/log/httpd/error_log. By default I think normal users have 'read' access.

Good luck



292648
fruitpie
Re: WF-Sections V1 Released
  • 2003/7/3 7:03

  • fruitpie

  • Just popping in

  • Posts: 3

  • Since: 2003/5/7 2


Howdy Catz,

Uh, yeah. that blank page looked pretty suspicious.
Thanks for any help. Here are my errors...

Warning: Undefined index: id in .../html/modules/wfsection/admin/category.php on line 191

Warning: Undefined index: editaccess in .../html/modules/wfsection/admin/category.php on line 206

Fatal error: Undefined class name 'errorhandler' in .../html/modules/wfsection/class/wfscategory.php on line 141

Do these sound meaningful?
thank-o-tronix,
Fruitpie



292649
wrtbooks
Xoops 1.3 'downloads module'
  • 2003/7/3 6:40

  • wrtbooks

  • Just popping in

  • Posts: 77

  • Since: 2003/3/8 1


Hi,

I am wondering if anyone can help me out that knows php better than I do!

I have been using XOOPS to run www.sermonindex.net for alittle while now. I have been using the 'downloads module' to display over 1500 audio sermons. It is working well so far! hehe.

I am wondering if anyone knows how to make the following hacks?

1. code to be placed somewhere on the page to show the total number of downloads to date?

2. to be able to add comments to a download file?

3. to be able to get rid of the 'version' text from showing in each download file section?

thanks in advance.
Greg
sermonindex@msn.com
http://www.sermonindex.net



292650
tom
Re: MassMail to members [not-quite fixed]
  • 2003/7/3 4:51

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


YourHelp yeah its a problem when you get a huge member base.

Catz, I'm gonna give it a rest and contact the people that manage my server if I get time later and see what they say.

They prob got a sensor on the phones by now warning them it's me, pmsl after the ear fulls I've given about upgrading my php.

Ohhh well it don't hurt to try, I don't see a problem after all it's my dedicated server, they only manage it.

Thanks to all, for all your help, I'll prob post in this one later if I get any success.

Once again thanks your all stars in my eyes, keep up the excellent work.







Login

Who's Online

166 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 166


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits