CMS says file upload disabled while checking system requirement

Status
Not open for further replies.

himanshu arora

New Member
Messages
18
Reaction score
0
Points
1
Hello sir,
I already registered complaint with my ticket id: CIB-246567 but there is no response from last 48 hours thats why i m registering a new ticket. I installed Exponent CMS and it gives error while checking system requirement and error is File uploads:Disabled and when i checked for description it says that i PHP files upload is disabled then i thought that might be PHP is at basic level thats why it is happening but a executive of X10 told me that my PHP is at intermediate level. So i dont knw this problem is because of wat issue. You can check this issue by http://himanshuarora.co.cc then go for language select followed by new installation then it checks system requirement and it gives error. Please rectify it as soon as possible.
 
Last edited:

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
252
Points
63
It is enabled. Here is the settings for my free account: http://garrettroyce.x10hosting.com/test.php

You can try putting this code in a file and viewing it on your account to see if the settings are also correct.

Code:
<?php
echo 
'file uploads: ', ini_get('file_uploads'), '<br/>',
'upload max file size: ', ini_get('upload_max_filesize'), '<br/>',
'max input time: ', ini_get('max_input_time'), '<br/>',
'memory limit: ', ini_get('memory_limit'), '<br/>',
'max execution time: ', ini_get('max_execution_time'), '<br/>',
'post max size: ', ini_get('post_max_size');
?>
 

himanshu arora

New Member
Messages
18
Reaction score
0
Points
1
Sir,
I tried this code using file test.php, but after that also my CMS showing error while checking system requirement,it says FILE UPLOAD ENABLED : DISABLED u can check this error by trying http://himanshuarora.co.cc then choose language then go for new installation then it checks for system requirement then it shows error. Please rectify this prob as soon as possible
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
252
Points
63
Please try contacting the support team for Exponent with the information you have from test.php. If they have more information why their software erroneously reports this condition, I will be able to assist you further.
 
Status
Not open for further replies.
Top