I have a problem after migrating to the new server.
Now I have php5.25. and mysql 5.0 and in ACP I can;t see any links to validate in admin control panel.
I have checked and in idx_link_temp table they are !
Need a little help how to fix that.
I have a problem after migrating to the new server.
Now I have php5.25. and mysql 5.0 and in ACP I can;t see any links to validate in admin control panel.
I have checked and in idx_link_temp table they are !
Need a little help how to fix that.
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x
they are probably marked as spam, dody/bruce have answered this a few times you jsut execute some sql code from the admin to fix, do some searching see what you can find![]()
Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )
thx for input but as I can see in _odx_link_temp the row SPAM is empty ... may be there is an issue during page submitting ?
Last edited by linksor.com; 05-08-2008 at 03:39 AM.
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x
well if its empty thats the problem.
Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )
It's a bug.
As i remember it's fixed in svn for 5.x
But here is to fix: edit /admin/link_validate.php
if (!$spam) {
$links_obj->query = "select * from idx_link_temp where spam = '0' or spam = '' order by date desc, vid desc";
}
else {
$links_obj->query = "select * from idx_link_temp where spam = '1' order by date desc, vid desc";
}
Tha's the way I made
Funny that's bug is active on php5.25. with mysql5.0
on php4.4.x and mysql 4.1 it is working :|
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x