This is on an Ad Free license. Changed the settings in both Ray and Admin and still no joy. Any quick fixes here? Purposely installed 6.005.
Site launch is being held up.
Thanks!
Andrew
This is on an Ad Free license. Changed the settings in both Ray and Admin and still no joy. Any quick fixes here? Purposely installed 6.005. Site launch is being held up. Thanks! Andrew |
you need to fix your php.ini file on your server and set the max_upload=20mb or something that you want to be able to upload. if you have a dedicated or vps account you can do this. if you are on a shared account you cannot. you may be able to hack the .htaccess and add this same line. if you need help with this hit me up. later, When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Thanks Dawg...will give her a shot! I do uploads on that server all of the time. Seems to just be a Dolphin issue. Will let you know how it turns out. Cheers |
changed the php.ini file. It was at 2mg but still no joy. Dang it. :) |
Ok, figured it out. I checked, and there was no php.ini file in the Ray download, so I put one in there. I just have to ask, is there any quality control going on with the Ray Scripts? So far I am less than impressed and $108 later (ad free versions) they still don't work and if this was a commercial script I would be asking for a refund. Has anyone had a seamless install with Ray and Dolphin? Is there a magic word or an install dance that I need to do to get it functional. I am all ears if there is. Thanks! |
Ok, figured it out. I checked, and there was no php.ini file in the Ray download, so I put one in there. I just have to ask, is there any quality control going on with the Ray Scripts? So far I am less than impressed and $108 later (ad free versions) they still don't work and if this was a commercial script I would be asking for a refund. Has anyone had a seamless install with Ray and Dolphin? Is there a magic word or an install dance that I need to do to get it functional. I am all ears if there is. Thanks! Hi there...which folder did u put the php.ini file under? I don't see a Ray/download folder in my Dolphin. And if its possible...what did u put in the php.ini file? :) |
I am having the same issue. I remember Dolphin 6.0 had a setting in the admin for file size. Not in 6.1. Any assistance would be appreciated. Thanks! |
hey, for all of you having trouble with the upload size limit add this to you .htaccess file in the main directory:
php_value max_execution_time 1000
Add this to the very bottom after </IfModule> This should solve the problem if not PM me and i will try my best to help. |
hey, for all of you having trouble with the upload size limit add this to you .htaccess file in the main directory: php_value max_execution_time 1000
Add this to the very bottom after </IfModule> This should solve the problem if not PM me and i will try my best to help. Yess it worked for me! But I used the php.ini file and I wrote this in the file. This is assuming that I'm putting in 20mb. [PHP] I didn't put in the max_execution_time code as it doesn't seem to work for me. Thanks alot! |
I have followed the instructions by adding the following at the end of the .htaccess file:
php_value max_execution_time 1000
Problem now, is I receive an "Internal Server - 500" error. Remove this section of code, all is wonderful. What else needs to be changed?
Yes, it was placed after the </IfModule> tag... |
I have followed the instructions by adding the following at the end of the .htaccess file: php_value max_execution_time 1000
Problem now, is I receive an "Internal Server - 500" error. Remove this section of code, all is wonderful. What else needs to be changed?
Yes, it was placed after the </IfModule> tag... are you still having problems? did you place this php.ini in the ray directory or in your root directory? seems to me that i didnt label them php value max_execution, i created the php.ini and just pushed the values up, and it was okie dokie for me. i will look in the dolphin 6.1 forum where i posted this and the variables and constants i pushed up. later, DosDawg When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
I have creat this Php.ini
and place in ray folder and in .htacces add php_value max_execution_time 1000 php_value upload_max_filesize 100M php_value post_max_size 100M Add this to the very bottom after </ifModule> And now directly say me ERROR! Please help |