Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - asylumtheory

Pages: [1]
1
Installation problems / Re: It is IMPOSSIBLE to install !!!!!
« on: March 21, 2011, 04:06:39 pm »
noidat,

What browser are you using? Also do you have any ad blocking or script stopping add-ons to your browser?
It sounds like you have an application such as ad-block plus or no-script running. On your system.

Something is blocking the javascript from functioning.

Everything is telling you that the installation is good, so more than likely there is an outside factor that is being overlooked.

Please do not respond like you have in the previous posts, or I will not bother to help you anymore if I can.

Dave

2
How To's / Re: Possible to grant read write permission except deletion?
« on: February 23, 2011, 07:07:28 pm »
See this post here

http://forums.fengoffice.com/index.php?topic=6661.0

It is a very simple implementation.

This change only allows administrators to delete files.

David

3
How To's / ( SOLVED)Re: Max File Size for Upload
« on: February 22, 2011, 06:06:36 pm »
Solved.
This was a hosting company issue.

They won't allow php override on some settings because it is not a dedicated account.

Thanks,

David

4
How To's / Max File Size for Upload
« on: February 22, 2011, 05:15:31 pm »
Hello everyone.

I know this topic has been beaten to death and I have searched and read all of the documents that have to do with this issue. But I can not seem to solve it.

I am running the most current version of Feng Office and I am using the most current version of the progress bar script.

As of now I am limited to 24mb for my upload size. I have created a php.ini in the base directory with this information.

Code: [Select]
upload_max_filesize 50M
post_max_size 50M
max_execution_time 800
memory_limit 64M

I still am only allowed to upload 24MB. I have tried placing this file in many areas but to no avail.

I also tried to modify the upload.pl file in the cgi-bin folder to increase the file size but no change.

I have tried using both files and each file on its own. But for some reason I am not able to change the upload file size.

According to my hosting company the php.ini file only affects the folder it is in, so putting it in the root should work.

Where exactly is the upload script being called from in the file structure, I may need to place a php.ini file in that folder.

I have tried placing the php.ini in the scripts folder and many others hoping to get "lucky" but still nothing.

Any help will be appreciated.

Thank you,

David

5
How To's / Re: Trash can access and file deletion
« on: February 21, 2011, 04:15:32 pm »
Markus,

Sir this is exactly what  I was looking for. It will do exactly what I need.

I am hoping that in future releases that a more dynamic and specific user permission system will be added to this fine application.

As my company will be using this great tool for our upcoming game development project, my team and  I will be sure to write a complete review of the software in the future with an objective view point in mind.

Also we will be sure to give an elaborate case study on how our LLC was able to use feng office to help our company thrive in such a high pressure industry.


Thank you again,

David

6
How To's / Trash can access and file deletion
« on: February 20, 2011, 06:52:32 pm »
Hello everyone.

I have been getting feng office ready for internal use within my company.

I seem to have run into an issue that I can't seem to find the answer to.

There are many files that are stored in our work spaces. The user needs to be able to check-out and download the file to work on it, then re-upload it and check the file in. This all works great.

But,

We need to have a way to prevent the file from being deleted. The file(s) should only be able to be deleted by an administrator.

Or,

the user should not have the 'rights' to view the trash bin.

We need a way to protect the files without having to maintain a ton of back-up data.

Is this possible?

Thank you so much for any help that is provided,

David

7
How To's / Re: Prevent browsing of ../upload directory
« on: January 31, 2011, 05:45:53 pm »
You can also create a .htaccess file in the upload directory and put in

Code: [Select]
options -indexes
You should now get a forbidden error if you try to access the address of your upload directory via a web browser.

Pages: [1]