getmicrotime? getmicrotime?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

getmicrotime?

Started by ortem, July 08, 2005, 07:37:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ortem

hello everyone...

I have this error at the bottom of every page where the coppermind credit of the flags shoudl be... I tried to search the boards to find info on it but I did not find any on this specific issue... can someone tell me what this means and how to fix it?

Fatal error: Call to undefined function: getmicrotime() in /home/xxxx/public_html/gallery/themes/sapprckt/theme.php on line 818


thanks!!!


Joachim Müller

the function "getmicrotime()" get's defined in include/init.inc.php, so the error message probably means that your copy of the file is corrupt (or you have over-modified it). Upload a fresh copy of init.inc.php and make sure that you're using the proper mode in your ftp app.

Nibbler

Verify you carried out all steps of the theme upgrade guide correctly.

Joachim Müller

ah ok, I just realized that you're using cpg1.4.x, which goes unsupported anyway. You surely knew that there's no support for it, didn't you? Posting a cpg1.4.x question on the cpg1.3 support board is not a bright idea either. Flagged this thread accordingly.

ortem

#4
akkkk.... my error

is it acutally v1.3.3


the line of code it is referring to is  :

        $time_end = getmicrotime();

I am going to download the cpg1.3.3 and replace the init.inc.php file as you suggested GauGau... otherwise I guess it will be a good old fasioned upload/install minus fantastico

Joachim Müller

replace all existing files with those from the cpg1.3.3 package as suggested in the upgrade section of the docs. Use versioncheck.php to find out if you have performed the upgrade properly. Post a link to your site.