SOLVED : Problems At ACP Startup


Subject: SOLVED : Problems At ACP Startup
i don´t know why but everytime y login the ACP i get this message

Spoiler: [ Show ]


on actualization of page that message dissapears

Last edited by spydie on Wed 10 Dec, 2008 21:51; edited 1 time in total
Subject: Re: Problems At ACP Startup
I'm not very good with these type of errors, but it looks like all those errors are coming from one file. Do this at your own risk!

You may want to try uploading a new copy of mysql4.php to ip_root/includes/db/. Don't forget to make a backup of that file before you upload a new copy.

You may also want to try clearing your cache. This could also be a problem with your server. I would wait on doing what I posted up above until someone more knowledgeable here has an idea.

Subject: Re: Problems At ACP Startup
that could be the solution cause my server is running on mysql 5.0.67

Subject: Re: Problems At ACP Startup
clear the cache is enough
the mysql4.php has nothing do to with this problem

Profile PM  
Subject: Re: Problems At ACP Startup
I've this, me too!

Profile PM  
Subject: Re: Problems At ACP Startup
New Player wrote: [View Post]
clear the cache is enough
the mysql4.php has nothing do to with this problem


i wonder new player , since this is a brandnew installation made 4 day´s ago.

cache couldn´t be full allready.
i´ll try anyway.

wan´t work that. keep getting same message.
something is damned wrong and i don´t know what.

Subject: Re: Problems At ACP Startup
this disable the cache..let me know if this work

open includes/constants.php

find
Code: [Download] [Hide] [Select]
// Cache SQL Queries
define('CACHE_SQL', true); // Caching SQL Queries ON
//define('CACHE_SQL', false); // Caching SQL Queries OFF

// Cache Config Tables
define('CACHE_CFG', true); // Caching Config Tables ON
//define('CACHE_CFG', false); // Caching Config Tables OFF

// Cache CH SQL
define('CACHE_CH_SQL', true); // Caching CH SQL ON
//define('CACHE_CH_SQL', false); // Caching CH SQL OFF


replace with

Code: [Download] [Hide] [Select]
// Cache SQL Queries
//define('CACHE_SQL', true); // Caching SQL Queries ON
define('CACHE_SQL', false); // Caching SQL Queries OFF

// Cache Config Tables
//define('CACHE_CFG', true); // Caching Config Tables ON
define('CACHE_CFG', false); // Caching Config Tables OFF

// Cache CH SQL
//define('CACHE_CH_SQL', true); // Caching CH SQL ON
define('CACHE_CH_SQL', false); // Caching CH SQL OFF

Profile PM  
Subject: Re: Problems At ACP Startup
it looks like this work´s

thanks new player

Subject: Re: SOLVED : Problems At ACP Startup
ok

but you can try to run your icy phoenix with cache and hope that the problem not come back :wink:

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1251s (PHP: 15% SQL: 85%)
SQL queries: 11 - Debug Off - GZIP Enabled