PHPmotion Wiki : HelpFileUploadingErrors

HomePage :: Contents :: PageIndex :: Login/Register

Revision [1294]

Last edited on 2011-09-11 01:27:11 by InMotion
Additions:
""
Get more PHPmotion help at our Forum. Our forum has over 100,000 web masters
""
Deletions:
[[HowTo Back to Tips & Tricks]]
""
PowerTools - Try them: SMF Forum Bridge | Mass Uploader | Zero Branding | Invite My Contacts | Video Grabber | Video Embedder
""
""

   Lastest Templates from - PHPmotiontemplates.com





























""


Revision [1093]

Edited on 2010-04-15 15:57:01 by InMotion
Additions:
You can try adding the following to inside the /.htaccess file thats found in the PHPmotion download. Then re-upload the file into
your PHPmotion/FTP main directory
Deletions:
You can try adding the following to inside the /.htaccess file thats found in the PHPmotion download. Then re-upload the file into your PHPmotion/FTP main directory


Revision [1092]

Edited on 2010-04-15 15:56:21 by InMotion
Additions:
__.htaccess solution __
You can try adding the following to inside the /.htaccess file thats found in the PHPmotion download. Then re-upload the file into your PHPmotion/FTP main directory
#-----------Add this anywhere in the file (the end is best)------------------------

SecRuleEngine Off
Deletions:
__.htaccess file required __
This can also be caused by not having a .htaccess file in your main installation directory.
IMPORTANT
------------
PHPmotion V3 users do NOT need to do this:

1. Open Notepad and create new document
2. Copy (only not the -------------) and paste the information below into Notepad
2. Save the file and upload (using FTP) it into your main PHPmotion installation folder
php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value output_buffering on
php_value max_execution_time 1000
php_value max_input_time 1000
php_value session.gc_maxlifetime 14400
# Turn off mod_security filtering.
SecFilterEngine Off
# The below probably isn't needed,
# but better safe than sorry.
SecFilterScanPOST Off


Revision [851]

Edited on 2009-09-14 14:14:41 by InMotion
Deletions:
.htaccess solution not working
If the above set is not working, it means that your server is set up such that modsec nannot be disabled via a .htaccess file.
This means you will need to disable it directly in your apace config file.
The following steps require that you have root ssh access to your server and that you have a working knowledge of working via ssh. You must backup your config files and we will NOT be responsible for any problems that result from you trying this
CPANEL SERVERS
-----------------
Login to your server via ssh and do the following
1) Create a backup of your apache config file
cp -a /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf-phpmotion-backup
2) Edit your apache config file to disable modsec for a particular vhost.
vi /etc/httpd/conf/httpd.conf
3) The above will open the file for editing. Scroll through the file until your find the section with your domain name settings. and add the following text. (to add text, you should first type the letter i which stand for "insert")


Revision [850]

Edited on 2009-09-14 14:10:29 by InMotion
Additions:
CPANEL SERVERS
-----------------
Login to your server via ssh and do the following
1) Create a backup of your apache config file
cp -a /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf-phpmotion-backup
2) Edit your apache config file to disable modsec for a particular vhost.
vi /etc/httpd/conf/httpd.conf
3) The above will open the file for editing. Scroll through the file until your find the section with your domain name settings. and add the following text. (to add text, you should first type the letter i which stand for "insert")


Revision [849]

Edited on 2009-09-14 14:04:06 by InMotion
Additions:
.htaccess solution not working
If the above set is not working, it means that your server is set up such that modsec nannot be disabled via a .htaccess file.
This means you will need to disable it directly in your apace config file.
The following steps require that you have root ssh access to your server and that you have a working knowledge of working via ssh. You must backup your config files and we will NOT be responsible for any problems that result from you trying this


Revision [642]

Edited on 2009-06-23 06:39:18 by InMotion
Additions:
""

   Lastest Templates from - PHPmotiontemplates.com





























""


Revision [560]

Edited on 2009-05-22 08:06:51 by InMotion
Additions:
#EXAMPLE
#--------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------
Deletions:
EXAMPLE
--------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------


Revision [559]

Edited on 2009-05-22 08:06:28 by InMotion
Additions:
2. Copy (only not the -------------) and paste the information below into Notepad
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
Deletions:
2. Copy (only not the ===== ) and paste the information below into Notepad
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------


Revision [558]

Edited on 2009-05-22 06:50:17 by InMotion

No differences.

Revision [557]

Edited on 2009-05-22 06:42:51 by InMotion
Additions:
IMPORTANT
------------
PHPmotion V3 users do NOT need to do this:
2. Copy (only not the ===== ) and paste the information below into Notepad
2. Save the file and upload (using FTP) it into your main PHPmotion installation folder
-------------------------------------------------------------------------------
php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value output_buffering on
php_value max_execution_time 1000
php_value max_input_time 1000
php_value session.gc_maxlifetime 14400
# Turn off mod_security filtering.
SecFilterEngine Off
# The below probably isn't needed,
# but better safe than sorry.
SecFilterScanPOST Off
-------------------------------------------------------------------------------
Deletions:
1.


Revision [556]

Edited on 2009-05-22 06:39:56 by InMotion
Additions:
__.htaccess file required __
This can also be caused by not having a .htaccess file in your main installation directory.

1. Open Notepad and create new document
1.


Revision [555]

Edited on 2009-05-22 06:37:35 by InMotion

No differences.

Revision [554]

Edited on 2009-05-22 06:37:20 by InMotion
Additions:
==== ERROR: Failed to find flength file====
This error can also cause the upload progress bar not to show
3. You are installing PHPmotion is a subdirectory but have NOT followed the instruction for making needed changes to some files.


Revision [553]

Edited on 2009-05-22 06:32:33 by InMotion
Additions:
2. You have not set the correct permissions on the the files in the /cgi-bin/ (all should be CHMOD to 755)
Deletions:
2. You have not set the correct permissions of the the files in the /cgi-bin/ (all should be CHMOD to 755)


Revision [552]

Edited on 2009-05-22 06:32:03 by InMotion
Additions:
__General Causes__
These are some of the reasons for getting these errors.
1. You have not uploaded the files in the /cgi-bin/ in ASCII mode.
2. You have not set the correct permissions of the the files in the /cgi-bin/ (all should be CHMOD to 755)


Revision [551]

Edited on 2009-05-22 06:30:12 by InMotion
Additions:
====500 Errors & 403 Errors====
Deletions:
====500 Errors====


Revision [550]

Edited on 2009-05-22 06:29:51 by InMotion
Additions:
If you are installing on a PLESK server and in a SUB-DIRECTORY, you may get 500 errors or 403 errors. bellow is a possible solutions.
Deletions:
If you are installing on a Plesk server and in a SUBDIRECTORY, you may get 500 errros or 403 errors. bellow is a possible solutions.


Revision [549]

Edited on 2009-05-22 06:28:31 by InMotion
Additions:
4. Edit the /cgi-bin/uu_default_config.pm and /cgi-bin/audio/uu_default_config.pm in the ROOT cgi-bin as to point to the subfolder
This way the script will look for the cgi files in the ROOT bin and these cgi files will know where to actually save the
uploaded file i.e. in the subfolder.
Deletions:
4. Edit the /cgi-bin/uu_default_config.pm and /cgi-bin/audio/uu_default_config.pm in the ROOT cgi-bin as to point to the subfolder e.g.
This way the script will look for the cgi files in the root folder as normal, but the cgi files will know where to actually save the file i.e. in the subfolder.


Revision [548]

The oldest known version of this page was created on 2009-05-22 06:27:35 by InMotion
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0572 seconds