Apex Music Search

Visit Site

Requirement :

This is small job. For some reason the search on for Apex music isn’t work as it should. I don’t think it had before, the owner just noticed.

When using the search function you can look for songs that are a certain length. It works fine for songs over 1 minute, but does not work for songs under a minute.

For example if you choose Length equals 0:59 (min:sec), it does not find anything.

The search is not taking into account the seconds. If you search for 2:40 (there are is at least one in “Happy Feel Good” category), it does not find a match.

Apex Music Search
 
  • problem

    Strict Standards: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in/homepages/21/d181151651/htdocs/www/registration.php on line 57 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /homepages/21/d181151651/htdocs/www/registration.php:57) in/homepages/21/d181151651/htdocs/www/registration.php on line 127 Strict Standards: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in/homepages/21/d181151651/htdocs/www/registration.php on line 165 Warning: Cannot modify header information - headers already sent by (output started at /homepages/21/d181151651/htdocs/www/registration.php:57) in/homepages/21/d181151651/htdocs/www/registration.php on line 175

  • solution

    I have checked the issues in registration page.

    Recently you have upgrade PHP in you server. In recent PHP version you must configure default_timezone in the server. You didn't configure correctly, so only that this error is occurred.

    Currently I have fixed this error with adding the function "date_default_timezone_set('America/New_York');" in mysql connectivity file (Connections/apex.php).

    Now it works fine.

  •  Your Passcode:    
 

Please enter your recommendation here