Author |
Message |
pan
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/cb3876054d99124b4f395.png)
Joined: Jul 25, 2006
Posts: 354
|
Posted:
Thu Apr 02, 2009 6:01 pm |
|
I have ftp'd all the files and when I click it in modules it says this:
Hi,
Sorry -- I know you must be looking for MReviews but you cannot see it without installing it first.
Click here to install it.
OR
If you have already installed it then please delete install.php from modules/mreviews/ folder.
Thanks,
-Salman
I click 'here' to install and it's just a blank page...
What have I done wrong? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/3234de284ee21bd39eecd.jpg)
Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina
|
Posted:
Thu Apr 02, 2009 6:07 pm |
|
look on line 36 of install.php and find
Code:include("header.php");
|
change to
Code://include("header.php");
|
and try to run it again. |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 6:39 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 6:43 pm |
|
Sorry, I was looking at mSearch.
Let me look at mReviews real quick. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 6:55 pm |
|
Try on line 44 of install.php change
Code:$filename = 'install.sql';
|
to
Code:$filename = 'modules/mreviews/install.sql';
|
after you install it, delete the install.php and install.sql |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 7:00 pm |
|
You will have an issue with the admin of mreviews. It uses the old $dbi layer. To get it to work, you will either need to convert the $dbi to $db or uncomment a couple of lines in mainfile.php |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 7:01 pm |
|
Thanks.
You've saved me alot of time and trouble! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 7:03 pm |
|
Ok, now when I try to go into admin options I'm getting this:
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
Invalid at the top level of the document. Error processing resource 'http://www.mywebsite.com/admin.php?op=mreviews'. Li...
Unknown column 'radminreviews' in 'field list'<br />Unknown column 'radminreviews' in 'field list'<br /><?xml...
nuken wrote: | You will have an issue with the admin of mreviews. It uses the old $dbi layer. To get it to work, you will either need to convert the $dbi to $db or uncomment a couple of lines in mainfile.php |
Is that what you were referring to?
Could you please expand on your reply, I'm unsure what you mean. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 7:26 pm |
|
I'm looking at it now. you can try this http://www.ravenphpscripts.com/faq-7-.html#71 and see if it helps, but I don't think it will. It looks like the admin is looking for an admin in a special db table. I will look a little deeper into it and let you know. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
evaders99
Former Moderator in Good Standing
![](modules/Forums/images/avatars/803d73f6452557b947721.jpg)
Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Thu Apr 02, 2009 7:33 pm |
|
That is not the $dbi change he is refering to. But it brings up another issue, this module hasn't been upgraded to the admin permission system used in phpNuke 7.5+ |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 7:36 pm |
|
So how can I get into the admin of this? I have seen people posting elsewhere saying they have had no issues using this module?
And now here I am unable to get into admin ![Sad](modules/Forums/images/smiles/icon_sad.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 7:57 pm |
|
evaders99 wrote: | That is not the $dbi change he is refering to. But it brings up another issue, this module hasn't been upgraded to the admin permission system used in phpNuke 7.5+ |
What does that mean? Can I fix this? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 7:57 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 7:59 pm |
|
mreviews is going to need some work to get to work. Maybe someone has got it to work and can help. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 8:06 pm |
|
I can only find tar.gz files there, i need a normal filetype.
nuken wrote: | mreviews is going to need some work to get to work. Maybe someone has got it to work and can help. |
What the f*** man, why is someone releasing more and more updated versions of a module that doesn't even work?
I have seen posts around of people that are using it, so why won't it work for me? It must work somehow? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 8:13 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 8:31 pm |
|
I have also looked on Nukecops and many people manage to install this further than I have gone, and can create things through admin panel (but then they have even more errors..)
This looks like it would be good if it worked but every version seems to be loaded with failure.
But there are people who have it working so there must be a way.... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 8:43 pm |
|
I have the admin somewhat working, just some display issues that should be pretty easy to fix. If you can wait until tomorrow, I will get it working right and put the download on my site for you. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 8:51 pm |
|
I have redownloaded it from:
http://dacoolsite.com/boards/nuke-mreviews-f46/mreviews-advanced-v5-0-for-ravennuke-tm-released-t1640.html
This time when I install it says this:
Code:INSERT INTO `nuke_mreviews_config` (`id`, `m_option`, `m_value`) VALUES (1, 'default_view', '1'), (2, 'no_columns', '2'), (3, 'allow_sv', '1'), (4, 'guests_post', '1'), (5, 'rev_moderation', '1'), (6, 'allowhtml', '1'), (7, 'max_thumbs', '10'), (8, 'show_no_editor', '0'), (9, 'show_right_blocks', '1'), (10, 'img_allowed', '1')
1062: Duplicate entry '1' for key 1
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 9:05 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nuken
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 9:07 pm |
|
Just replace the modules/mreviews/admin/index.php with the one from the link and it should let you in the admin. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 9:09 pm |
|
pan wrote: | I have redownloaded it from:
http://dacoolsite.com/boards/nuke-mreviews-f46/mreviews-advanced-v5-0-for-ravennuke-tm-released-t1640.html
This time when I install it says this:
Code:INSERT INTO `nuke_mreviews_config` (`id`, `m_option`, `m_value`) VALUES (1, 'default_view', '1'), (2, 'no_columns', '2'), (3, 'allow_sv', '1'), (4, 'guests_post', '1'), (5, 'rev_moderation', '1'), (6, 'allowhtml', '1'), (7, 'max_thumbs', '10'), (8, 'show_no_editor', '0'), (9, 'show_right_blocks', '1'), (10, 'img_allowed', '1')
1062: Duplicate entry '1' for key 1
| |
Ok never mind that, I have it installed again but the admin page now just displays blank. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 9:13 pm |
|
pan wrote: | pan wrote: | I have redownloaded it from:
http://dacoolsite.com/boards/nuke-mreviews-f46/mreviews-advanced-v5-0-for-ravennuke-tm-released-t1640.html
This time when I install it says this:
Code:INSERT INTO `nuke_mreviews_config` (`id`, `m_option`, `m_value`) VALUES (1, 'default_view', '1'), (2, 'no_columns', '2'), (3, 'allow_sv', '1'), (4, 'guests_post', '1'), (5, 'rev_moderation', '1'), (6, 'allowhtml', '1'), (7, 'max_thumbs', '10'), (8, 'show_no_editor', '0'), (9, 'show_right_blocks', '1'), (10, 'img_allowed', '1')
1062: Duplicate entry '1' for key 1
| |
Ok never mind that, I have it installed again but the admin page now just displays blank. |
I have used your page for the admin file and replaced it but I still just get a blank page through admin panel |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 9:14 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
pan
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 02, 2009 9:18 pm |
|
This is driving me mental..
How can I get someone to fix this? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|