So if you trust the database tools within Dolphin you will end up loosing 90% of your users from the profile table.
this is occurring with a LAMP install
The workaround is to use other methods such as phpmyadmin or line commands from within mysql.
| So if you trust the database tools within Dolphin you will end up loosing 90% of your users from the profile table. this is occurring with a LAMP install 
 The workaround is to use other methods such as phpmyadmin or line commands from within mysql. | ||
| Do you mean the members weren't included in the MySQL dump? If so, it sounds like an issue with the PHP configuration being too low for Dolphin to dump the database properly, especially if there's a large amount of data. Make sure there's a high enough value for memory_limit and max_execution_time. 
 But you're right that the best method is to use phpMyAdmin. Really, using the database tools are not recommended. I would like to see them replaced with a nice little script like Adminer. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin | ||
| memory_limit 128M 
 
 
 ill bump up the execution time and see if it makes a diff... very small database for testing with only about 50 members. 
 when importing the database the problem lies with the field of "status" 
 | ||
| max_execution_time is far too low for Dolphin. The minimum recommended value for it is 300. Please up it and try again, and increase as needed. But again, it's really better to use phpMyAdmin. You should up max_execution_time to 300 anyway, however for Dolphin's sake. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin | ||
| 
 memory_limit 128M 
 
 
 ill bump up the execution time and see if it makes a diff... very small database for testing with only about 50 members. 
 when importing the database the problem lies with the field of "status" 
   https://www.deanbassett.com | ||
| If you have a large database to import, I recommend bigdump.php; do a search. However, before doing your export, read the guide as bigdump needs exports to be done in a certain way (using phpMyAdmin or others) or it won't do the import. Geeks, making the world a better place | ||
| max_execution_time = 60 worked for years for me on other scripts... with max_execution_time = 300 how easy is it for someone to overwhelm a server? (even at 60) ... ------------------------ 
 off topic: the other problem that i am having is creating the *_m.jpg, *_ri.jpg, *_rt.jpg and *_t.jpg files. with 27000 base profile images this will result in 135,000 files in ONE directory, and at the moment i can not move them around on a windows or a mac machine. Dolphin seems to place all images into one folder in the current version. Is anyone successfully running a site of this size? 
 | ||
| 
 worked for years for me on other scripts 
 https://www.deanbassett.com | ||
| The default file system for CentOS 7 is XFS Geeks, making the world a better place | ||
| 
 The default file system for CentOS 7 is XFS True, however most providers most likely will not use it. It has some limitations that are used by many service providers. XFS does not support quotas, and the file system cannot be shrunk which is useful in virtual environments.  https://www.deanbassett.com |