Has anyone installed Trident yet? I was going to check it out until i got this.
PHP:
- version = 5.3.24 - WARNING (your version is probably outdated, upgrade to the latest 5.3.29 maybe required)
- allow_url_fopen = On - OK
- allow_url_include = Off - OK
- magic_quotes_gpc = On - WARNING (should be = Off)
- memory_limit = 67108864 - FAIL (must be >= 134217728)
- post_max_size = 34603008 - OK
- upload_max_filesize = 33554432 - OK
- register_globals = Off - OK
- safe_mode = Off - OK
- short_open_tag = On - OK
- disable_functions - OK
- php module: mysql = mysql - OK
- php module: curl = curl - OK
- php module: gd = gd - OK
- php module: mbstring = mbstring - OK
- php module: json = json - OK
- php module: fileinfo = fileinfo - OK
- php module: zip = zip - OK
- php module: openssl = openssl - OK
Dont even know if this this is worth contacting my hosting company about.
Regards
SGTB
|
Only issues with that are magic_quotes_gpc and memory_limit. You should set magic_quotes_gpc to Off and memory_limit to at least 128M. Your host should be able to help with this, or you should be able to set these in a local php.ini or .user.ini (the php.ini equivalent for servers running FastCGI) file. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
|
This memory limit problem is major, My server has been set to 2000M for years and rans as a hosting server for years without issues, when I upload Trident I got the same message so I increased my limit to 10,000M and trident kept not working and wanted more so I made my server -1 which is No Limit and trident worked but even then very slowly. I found trident to be very demanding when it comes to server resources which means if it needs that much as a new script what's going to be it's demands once users start using it. Extremely demanding if you ask me to the point that this script will for ever shut down due to servers not meeting resource specifications.
That's a constant potential (asking for trouble) script which I would not waste my time with.
|
This memory limit problem is major, My server has been set to 2000M for years and rans as a hosting server for years without issues, when I upload Trident I got the same message so I increased my limit to 10,000M and trident kept not working and wanted more so I made my server -1 which is No Limit and trident worked but even then very slowly. I found trident to be very demanding when it comes to server resources which means if it needs that much as a new script what's going to be it's demands once users start using it. Extremely demanding if you ask me to the point that this script will for ever shut down due to servers not meeting resource specifications.
That's a constant potential (asking for trouble) script which I would not waste my time with.
That doesn't seem right, something else is going on with your server, Trident is not that resource hungry and doesn't need a super computer yet.
so much to do.... |
This memory limit problem is major, My server has been set to 2000M for years and rans as a hosting server for years without issues, when I upload Trident I got the same message so I increased my limit to 10,000M and trident kept not working and wanted more so I made my server -1 which is No Limit and trident worked but even then very slowly. I found trident to be very demanding when it comes to server resources which means if it needs that much as a new script what's going to be it's demands once users start using it. Extremely demanding if you ask me to the point that this script will for ever shut down due to servers not meeting resource specifications.
That's a constant potential (asking for trouble) script which I would not waste my time with.
I agree with Prashank25. I have installed it myself several times. The min it needs is 128M just like past versions of dolphin. Something else has to be wrong. Perhaps a corrupt file when uploading.
https://www.deanbassett.com |