great, my profiles are cuasing mysql errors HELP?

everytime i go to a profile. i am getting mysql errors on the website page.

i tried everything. it is not reporting what the errors are.

not to my email address. nor on the screen,

 

does anyone know how to set this so i can at laest find out what the error is and fix it?

display_errors = ON


; Even when display_errors is on, errors that occur during PHP's startup
; sequence are not displayed.  It's strongly recommended to keep
; display_startup_errors off, except for when debugging.
display_startup_errors = on

; Log errors into a log file (server-specific log, stderr, or error_log (below))
; As stated above, you're strongly advised to use error logging in place of
; error displaying on production web sites.
log_errors = on

; Store the last error/warning message in $php_errormsg (boolean).
track_errors = on

; Disable the inclusion of HTML tags in error messages.
html_errors = On

Quote · 3 Oct 2017

Do you have a file called error_log in your root or even in your module folder? Most times if there is a error on the site your server will make up a error_log file. Just download that onto your desktop and read it from there.

Quote · 4 Oct 2017

AWESOME THANKS. AND FIXED IT.

it was bad data. so just replaced the fields with old good ones with a simple copy overwritting

the corrupt feild and then doing a mysql repair with workbench.

 

just in case some do not know how to do it with workbench you do the following

 

use DATABASENAME

SELECT CONCAT('REPAIR TABLE ', table_name, ';')
 FROM INFORMATION_SCHEMA.TABLES
 WHERE table_schema = 'LatestCraze'
 ;

then copy all the repair statements back into workbench sql window

delete the above out of it except for the use DATABASENAME

 

and run it. remember you have to update the repair list everytime you add new mods

as they usually make new fields. that was my mistake. missing fields from the

mysql repair and it got corrupted. so had to copy over and do it again. cheerz



Quote · 4 Oct 2017

IT WAS THE WORLD MAP CRASHING ON 7.3.3.3 ONCE IT CRASHED (EVERYNIGHT) it would take down groups/ads/profiles/events. with the new update code 7.3.3.4 seems to have been corrected. thanks

Quote · 22 Oct 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.