PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  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
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 6:01 pm Reply with quote Back to top

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?
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Thu Apr 02, 2009 6:07 pm Reply with quote Back to top

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.
View user's profile Send private message Send e-mail Visit poster's website
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 6:39 pm Reply with quote Back to top

ok

all that did (after i click 'here') was remove everything in the webpage, strip all colours in the template and then it just shows the footer.

It stripped half the website
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Thu Apr 02, 2009 6:43 pm Reply with quote Back to top

Sorry, I was looking at mSearch.
Let me look at mReviews real quick.
View user's profile Send private message Send e-mail Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Thu Apr 02, 2009 6:55 pm Reply with quote Back to top

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
View user's profile Send private message Send e-mail Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Thu Apr 02, 2009 7:00 pm Reply with quote Back to top

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
View user's profile Send private message Send e-mail Visit poster's website
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 7:01 pm Reply with quote Back to top

Thanks.

You've saved me alot of time and trouble!
View user's profile Send private message
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 7:03 pm Reply with quote Back to top

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.
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Thu Apr 02, 2009 7:26 pm Reply with quote Back to top

I'm looking at it now. you can try this
Only registered users can see links on this board!
Get registered or login to the forums!
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.
View user's profile Send private message Send e-mail Visit poster's website
evaders99
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

PostPosted: Thu Apr 02, 2009 7:33 pm Reply with quote Back to top

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+
View user's profile Send private message Visit poster's website
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 7:36 pm Reply with quote Back to top

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
View user's profile Send private message
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 7:57 pm Reply with quote Back to top

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?
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Thu Apr 02, 2009 7:57 pm Reply with quote Back to top

You could also look at
Only registered users can see links on this board!
Get registered or login to the forums!
for an advanced reviews module that works on RN.
View user's profile Send private message Send e-mail Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Thu Apr 02, 2009 7:59 pm Reply with quote Back to top

mreviews is going to need some work to get to work. Maybe someone has got it to work and can help.
View user's profile Send private message Send e-mail Visit poster's website
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 8:06 pm Reply with quote Back to top

nuken wrote:
You could also look at
Only registered users can see links on this board!
Get registered or login to the forums!
for an advanced reviews module that works on RN.

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?
View user's profile Send private message
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 8:13 pm Reply with quote Back to top

I found this:
Only registered users can see links on this board!
Get registered or login to the forums!


The last 2 posts sound like my issue, but in my file there was no readme and there was no MReviews-sql.php file at all..

Did I get a bad download file or something?
View user's profile Send private message
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 8:31 pm Reply with quote Back to top

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....
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Thu Apr 02, 2009 8:43 pm Reply with quote Back to top

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.
View user's profile Send private message Send e-mail Visit poster's website
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 8:51 pm Reply with quote Back to top

I have redownloaded it from:
Only registered users can see links on this board!
Get registered or login to the forums!


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
View user's profile Send private message
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Thu Apr 02, 2009 9:05 pm Reply with quote Back to top

Only registered users can see links on this board!
Get registered or login to the forums!


here's the admin index.php for mreviews that should work for you. If not, I will look at it in the morning.
View user's profile Send private message Send e-mail Visit poster's website
nuken
RavenNuke(tm) Development Team


Joined: Mar 11, 2007
Posts: 1536
Location: North Carolina

PostPosted: Thu Apr 02, 2009 9:07 pm Reply with quote Back to top

Just replace the modules/mreviews/admin/index.php with the one from the link and it should let you in the admin.
View user's profile Send private message Send e-mail Visit poster's website
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 9:09 pm Reply with quote Back to top

pan wrote:
I have redownloaded it from:
Only registered users can see links on this board!
Get registered or login to the forums!


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.
View user's profile Send private message
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 9:13 pm Reply with quote Back to top

pan wrote:
pan wrote:
I have redownloaded it from:
Only registered users can see links on this board!
Get registered or login to the forums!


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
View user's profile Send private message
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 9:14 pm Reply with quote Back to top

My cpanel error log says this:

[Fri Apr 03 14:09:12 2009] [error] [client xx.xx.xxx.xx] File does not exist: /home/mylogin/public_html/images/MReviews, referer:
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
pan
Involved
Involved


Joined: Jul 25, 2006
Posts: 354

PostPosted: Thu Apr 02, 2009 9:18 pm Reply with quote Back to top

This is driving me mental..

How can I get someone to fix this?
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-2011 by Raven

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 Modified by the RavenNuke™ Team ::

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

zerosum