[Xerte] RE: SWF ISpring Upload Size Limit?

Salavati email.salavati at gmail.com
Thu Aug 26 07:07:50 BST 2010


Fixed my own problem, after 9hours of playing with it. 

 

I am going to post this, in case someone else has the same problem in the
future. 

 

upload_max_filesize 

post_max_size 

 

in the php.ini are set to some low size value like 2M or 8M. But I was not
able to access this php.ini which was on the server side (netfirms) and they
don't allow user access to those internal directories. 

 

So had to make a custom php.ini  to override the server php.ini with the
following settings:

 

session.save_path = "/mnt/w9999/.phpsessions"  

register_globals = on  

upload_tmp_dir = "/tmp/"  

upload_max_filesize = "20M"  

post_max_size = "20M" 

zend_extension = /usr/local/nf/share/ioncube/ioncube_loader_fre_5.2.so  

extension_dir = /usr/local/nf/php5/lib/php/extensions  

extension=pdo_mysql.so

 

uploaded this to the xertetoolkits root folder, and it still did not work. I
found out that you need to place this php.ini in all folders that contain
.php files that might be controlling the size limit. 

After copy this php.ini file to many many folders in xerte. It finally
worked. No really sure which folder did the trick, but I think it was under
/xertetoolkits/website_code/php/

 

 

 

Hope that helps someone in the future. 

 

Cheers,

Salavati

 

From: Salavati [mailto:email.salavati at gmail.com] 
Sent: August-25-10 3:46 PM
To: 'xerte at lists.nottingham.ac.uk'
Subject: SWF ISpring Upload Size Limit?

 

Hello all, 

 

I am having some problems with using uploaded flash file (ispring). I have
noticed that any file over 8mb does not load in the player. And smaller
files under 8mb load fine. 

The larger files do upload fine to the xerte server, but they don't show in
the presentation viewer.

 

Any assistance would be appreciated. 

 

Cheers,

Salavati

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20100826/10334589/attachment.html


More information about the Xerte mailing list