PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
mikeksmith
New Member
New Member


Joined: Dec 16, 2006
Posts: 16

PostPosted: Fri Jul 20, 2007 4:13 pm Reply with quote Back to top

I have installed rwsRavenNuke76_v2.02.02 after I did a downgrade from 7.9.
Only problem I am having is the Modules Administration only shows
the logout icon. I have done everything I can think of to get them to show
and nothing has worked. I reinstalled every file cleaned up the database
removed all useless entries and still I can't get them to show.
I can't access any of the modules with there own admin folders.
Can anyone help with this?
Sorry if this is in the wrong place
View user's profile Send private message
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2401
Location: Iowa, USA

PostPosted: Fri Jul 20, 2007 5:20 pm Reply with quote Back to top

Why not install 2.10.01?

Are you sure the images for the icons got uploaded? Maybe they are corrupt or zero size? Maybe it was a bad
Only registered users can see links on this board!
Get registered or login to the forums!
Check the images/admin folder and see if the images are there. Use a good ftp client like FileZilla (free from SourceForge.net).
View user's profile Send private message
mikeksmith
New Member
New Member


Joined: Dec 16, 2006
Posts: 16

PostPosted: Fri Jul 20, 2007 5:21 pm Reply with quote Back to top

not corrupt and I use WS_FTP Pro at the time I found Ravens version
the 2.02 was new lol
View user's profile Send private message
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7481
Location: Arizona

PostPosted: Fri Jul 20, 2007 5:52 pm Reply with quote Back to top

Or, it sounds to me like you might not be logged in as the God admin. You might want to look at your nuke_authors table and see if you are using the first entry's user to log in....
View user's profile Send private message Visit poster's website
mikeksmith
New Member
New Member


Joined: Dec 16, 2006
Posts: 16

PostPosted: Fri Jul 20, 2007 5:53 pm Reply with quote Back to top

yes sir I am the only admin
View user's profile Send private message
mikeksmith
New Member
New Member


Joined: Dec 16, 2006
Posts: 16

PostPosted: Fri Jul 20, 2007 5:56 pm Reply with quote Back to top

I have covered all the minor stuff trust me
I can allow you to see for yourself
View user's profile Send private message
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7481
Location: Arizona

PostPosted: Fri Jul 20, 2007 5:59 pm Reply with quote Back to top

mikeksmith wrote:
I have covered all the minor stuff trust me
I can allow you to see for yourself


That is fine... since this has come from a 7.9 downgrade, it can be difficult to debug. However, if 2.02.02 was "new at the time", then you have been battling this for quite some time! 2.10.x is a much better branch to be working with now....

You may have to use something like mySQLDiff to compare your database structure to that of a fresh virgin install of 2.02.02 as it will very quickly highlight structural disconnects.
View user's profile Send private message Visit poster's website
mikeksmith
New Member
New Member


Joined: Dec 16, 2006
Posts: 16

PostPosted: Fri Jul 20, 2007 8:13 pm Reply with quote Back to top

It has not been a problem until I decided to use the module called Simple Cart.
The admin section on comes up in that spot. I was using the case, links and
modules files that were in from 7.9. So I didn't really need that section to show
until now.
I did a compare the db with another site I run with 2.02 installed and working
I removed everything in my db that didn't compare to the other.
So do you thin that 2.10 will fix the problem?
View user's profile Send private message
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7481
Location: Arizona

PostPosted: Sat Jul 21, 2007 7:42 am Reply with quote Back to top

Well, this is pertinent information. Basically what you are saying is that the Administration Control Panel worked prior to you installing Simple Cart. So, this is not an issue with your downgrade OR with RavenNuke (so the RN version does not apply). <sigh>

So, what we're left with is an issue with either your version of Simple Cart or your installation of it. That is a completely different problem statement to deal with.

I am now guessing that there is a logic problem with the links.php file. I would compare what you have to other modules that came with RavenNuke. The key may be for what version of PHP-Nuke is your Simple Cart module for?
View user's profile Send private message Visit poster's website
fkelly
Moderator


Joined: Aug 30, 2005
Posts: 2194
Location: near Albany NY

PostPosted: Sat Jul 21, 2007 7:52 am Reply with quote Back to top

This has been covered in another recent thread but, since it's fresh and I still have the program open in my editor I'll repeat it here. What shows up as module icons is determined by this code in admin.php ...
Code:
      if ($radminsuper == 1 OR $auth_user == 1) {
         if (file_exists('modules/'.$row['title'].'/admin/index.php') AND file_exists('modules/'.$row['title'].'/admin/links.php') AND file_exists('modules/'.$row['title'].'/admin/case.php')) {
            include_once('modules/'.$row['title'].'/admin/links.php');


So, if you look in your modules directory and then within each module, in each case where there is an admin directory and within that a links and a case and an index.php file ... and where the links.php has a correct reference to an image file, the image should show up under the modules heading on the admin screen. That's why Gremmie was asking about the images file.

(Gosh I see M. has posted while I'm composing this Smile ... but to take up where he left off ... what I would look for is (1) is your directory structure for modules intact or did SimpleCart do anything to it, and (2) was any change made to admin.php by SimpleCart? You might also try moving the SimpleCart /modules/admin out of the path (if you just rename it temporarily that should do the trick) and see if that changes anything. It could be something in the Simplecart links.php that's fouling up the works. But basically once you understand how this works you should have the tools to diagnose it.
View user's profile Send private message Visit poster's website
mikeksmith
New Member
New Member


Joined: Dec 16, 2006
Posts: 16

PostPosted: Sat Jul 21, 2007 8:26 am Reply with quote Back to top

I think I confused you guys a little so let me start back at the begining.
I install simple cart (which works) but the admin section of simple cart
has to be place in the Modules Administration since it has its own admin
folder inside the module its self. After I installed it I never seen the
icon for it in the admin.php at all. Then I started looking around the
modules folder and notice that serveral of the modules had there own
admin folders inside. So then I look inside my actual admin/case,link and modules
folders and seen that I had case, link and module files for the all the others as well.
I never had more then the log out icon in Modules Administration (even
before simple cart) but it was never an issue because the case, link and module
folders inside my admin folder still had the proper links (must have been from 7.9)
So I figured that maybe the case, link and module files where in some way conflicting
with the modules/admin folders so I picked through and removed the ones that
were not needed inside the admin folder(case, link and modules) until I had
it the same as Ravens, still no links in the Modules Administration . Then I
took each file that was in the original Ravens 2.02 and reinstalled them from
the core directory to themes still the same. Then last night I did a fresh install in a
fresh db and use the same version so I could compare the sql's. I found several
Primary and Key issues and a few missing entries that I added. Which by the way
fixed a couple of other problems I had Laughing. But even though all that still no
icons in Modules Administration except the logout one. I know its got to be something
simple but I have gone as far as I can without mashing something. I don't
want to do a fresh install due to the information, members, etc. I tried
importing all of my information on the fresh db I mentioned and it was
unsuccessful. I got users and a couple of other things in before it became
a pain.
View user's profile Send private message
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2401
Location: Iowa, USA

PostPosted: Sat Jul 21, 2007 10:58 am Reply with quote Back to top

If you have never had more than the log out icon in the Admin panel, Modules Admin, something's been really hosed for a long time! Shocked
View user's profile Send private message
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2401
Location: Iowa, USA

PostPosted: Sat Jul 21, 2007 10:59 am Reply with quote Back to top

Is your admin.php file original or has it been modified?
View user's profile Send private message
mikeksmith
New Member
New Member


Joined: Dec 16, 2006
Posts: 16

PostPosted: Sat Jul 21, 2007 12:42 pm Reply with quote Back to top

original
View user's profile Send private message
Susann
Moderator


Joined: Dec 19, 2004
Posts: 2282
Location: Germany:Moderator German NukeSentinel Support

PostPosted: Sat Jul 21, 2007 12:52 pm Reply with quote Back to top

Did you ever tried another browser or another template to check the path (red X) of the images ? I had some similar issues used 6.5 before I updated to RavenNuke and got all fixed. It took me 3 days to find out why the images in Your Account in DeepBlue didn´t displayed there. The problem was just a wrong .htaccess in a folder.
View user's profile Send private message Visit poster's website
mikeksmith
New Member
New Member


Joined: Dec 16, 2006
Posts: 16

PostPosted: Sat Jul 21, 2007 2:11 pm Reply with quote Back to top

no red x's at all
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum