Hi, ive just installed RN 2.30 and got most of it up and running ok.
Only problems i had was with GCalender but i wont loose any sleep over it.
My main problem is that im using a theme called GameTech, and i had it running fine on the old RN however since ive re-installed with the new version, ive had no right blocks on this theme.
And yes ive changed my Theme.php to show,
Code:
if (defined('INDEX_FILE')) {
Any ideas on what this could be?
(also, has anyone had issue with Autotheme-Lite 0.87, it doesnt seem to like the new RN, so consiquently i cant use my lotr theme - just shows a blank white page when i set it as the default theme)
Yes, i have about 3 blocks which appear on the right with the default fisubice theme which comes with RN, however as soon as i change to my Old Theme (which was backed up pre installation), the right blocks disappear.
Ive just tried changing the Themefooter function back to index===1 instead of INDEX_FILE and still no avail.
Also, do you know if there is any conflicts with AutoTheme and the newest RN.
I would very much like to be able to run my old theme (which required AT-Lite) - I May have found a work around for the other theme.
function themefooter() {
global $index, $banners, $prefix, $dbi, $total_time, $start_time, $foot1, $foot2, $foot3, $foot4;
Have anything to do with it. Perhaps adding the $db function in there (or replacing $dbi with $db)
Also, does the $Prefix function have anything quiffy about it, as i had some problems installing some core SQL queries due to this command, and had to manually copy/paste into the Import SQL in PhpMyAdmin
Added $db into the global function and i have my blocks back!
Cheers for the help!
(By the way, was there any way around the Autotheme problem, or is it purely an auther fault, and unless i want to sit and change every $dbi to $db i shouldnt bother sorta situation?)
Joined: Feb 06, 2006 Posts: 3028 Location: United Kingdom
Posted:
Sun Dec 21, 2008 9:46 am
This database layer has been used in patched versions of phpnuke for a while so they should be using $db, instead of $dbi. So I would ask the author to change it, but there are only 9 instances of $dbi in the AT lite package so you could give it a go yourself if you are happy messing with the code.
Read the post above and it tells you what needs changing etc.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum