vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - News Management & Portal System Lite (https://vborg.vbsupport.ru/showthread.php?t=172867)

ade5675 07-17-2008 12:51 AM

I have version 2.0.5.
When I upgraded my vB to 3.7.2 the main nmaps page is showing nothing except the vB menu integrated into it. It was working before. And the latest is not a fix for it either.

Is there a way around this or just upgrade hoping it will solve it.

Mythotical 07-17-2008 09:14 PM

Verino: BBCode is already there, it no longer runs off of HTML.

Extreme, SLR, avitor: That will be fixed in the next release for this weekend.

ade: I suggest upgrading, 2.0.5 was never tested on 3.7.2 but 2.0.7 was but as I stated, upgrade but upload all files except the admincp file nmaps.php

avitor 07-17-2008 10:02 PM

cool and thanks Steve

Rideharder 07-18-2008 05:45 AM

Warning: require_once(/includes/adminfunctions_template.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/nmaps.php on line 22

Fatal error: require_once() [function.require]: Failed opening required '/includes/adminfunctions_template.php' (include_path='.:/usr/lib/php:/usr/local/lib/php')

bebeko 07-18-2008 09:39 AM

My too
Quote:

Warning: require_once(/includes/adminfunctions_template.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/nmaps.php on line 22

Fatal error: require_once() [function.require]: Failed opening required '/includes/adminfunctions_template.php' (include_path='.:/usr/lib/php:/usr/local/lib/php')

Virulent1 07-18-2008 02:09 PM

Quote:

Originally Posted by bebeko (Post 1578314)
My too


As stated in previous posts, he's working on to resolve the issue!

Xhester 07-18-2008 09:35 PM

I get a blank page when I get to the "nmaps_install.php" step in the readme page. Is this a known error, or am I doing something stupid?

Oh, and I am eagerly awaiting the XML only version!

Rideharder 07-18-2008 09:53 PM

Quote:

Originally Posted by Virulent1 (Post 1578440)
As stated in previous posts, he's working on to resolve the issue!

My bad! I would think it would be nice if it was posted in the head of the this


Description: News Management & Portal System Lite (NMAPS) is a portal system that is completely based on news without the use of forums. Instead each news story/review story is stored in the database under its own tables. I have seen many requests for news management system and I decided to create NMAPS, then Bree took it to the next stage with v2 with all the changes and features.

The system will act as a portal or a second frontend for your site. It has many features that I'm sure everyone will enjoy.

Mythotical 07-18-2008 11:07 PM

I don't believe in posting answers to peeps in the main post hence the reason I ask that everyone read posts before making a post.

Cheers
Steve

Rideharder 07-19-2008 02:41 AM

Quote:

Originally Posted by Steve M (Post 1578722)
I don't believe in posting answers to peeps in the main post hence the reason I ask that everyone read posts before making a post.

Cheers
Steve

I think it would be nice still ;)

BTW Thank you for the hard work and your time you put into this..

Just make it work this time Okie"? J/P

Virulent1 07-19-2008 03:47 AM

Hey Steve, any word on when the fix will be updated? :P Like the day?

AidoStyles 07-19-2008 04:51 AM

I reckon we should just give Steve a break. He's clearly worked his ass off on this and not everyone's world revolves around the Internet. Thanks for your hard work and dedication to this project, Steve - it's certainly greatly appreciated.

SLR722 07-19-2008 10:13 AM

Quote:

Originally Posted by Steve M (Post 1578004)
Verino: BBCode is already there, it no longer runs off of HTML.

Extreme, SLR, avitor: That will be fixed in the next release for this weekend.

ade: I suggest upgrading, 2.0.5 was never tested on 3.7.2 but 2.0.7 was but as I stated, upgrade but upload all files except the admincp file nmaps.php


Thanks buddy! Looking forward to using this!:)

Mythotical 07-19-2008 10:08 PM

Thank you all, right now moving from a file install system to an xml install isn't an easy task IMO. Right now I'm having to make sure I have everything covered otherwise there is a chance that the templates won't get installed or phrases, etc. Right now I don't have an exact day but I'm trying very hard to get it done ASAP.

Rideharder 07-19-2008 11:53 PM

Take your time your the coder!

Mattimus1984 07-21-2008 02:17 AM

Now my Admin CP is messed up, it didnt fully uninstall I dont guess!

GaiLoan 07-21-2008 07:43 AM

Database error in vBulletin 3.7.2:

error:

Invalid SQL:
ALTER IGNORE TABLE `usergroup`
ADD `nmaps_perms` INT( 10 ) UNSIGNED NOT NULL;

MySQL Error : Duplicate column name 'nmaps_perms'
Error Number : 1060
Request Date : Monday, July 21st 2008 @ 04:40:19 AM
Error Date : Monday, July 21st 2008 @ 04:40:19 AM
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Kru 07-21-2008 11:57 AM

Quote:

Originally Posted by Rideharder (Post 1578203)
Warning: require_once(/includes/adminfunctions_template.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/nmaps.php on line 22

Fatal error: require_once() [function.require]: Failed opening required '/includes/adminfunctions_template.php' (include_path='.:/usr/lib/php:/usr/local/lib/php')

There is a small typo in the code of the nmaps.php file.

Steve, I hope you don't mind that I fixed it and uploaded the fixed file as an attachment here.

This nnmaps.php file must be upload in the admincp folder.

Mythotical 07-21-2008 05:13 PM

Kru: Actually, I was aware there was a typo, thanks for doing it tho.

Mattimus: 1 mod cannot cause your admincp to completely mess up especially when its running on its own file system and settings.

GaiLoan: Not sure why you got that error, that was the point in the IGNORE part.

joeycano 07-21-2008 06:15 PM

That last file fixed my admincp issues. However, I'm still left with the issue that I do not have an "Inactive Module" box in my "Manage Modules" screen.

Anyone else have this issue???

I am attaching a copy of my screen for your review.

SLR722 07-21-2008 07:27 PM

Quote:

Originally Posted by Steve M (Post 1580743)
Kru: Actually, I was aware there was a typo, thanks for doing it tho.

Mattimus: 1 mod cannot cause your admincp to completely mess up especially when its running on its own file system and settings.

GaiLoan: Not sure why you got that error, that was the point in the IGNORE part.

If you dont mind why dont you email and respond to other support requests or at least update the modification adding the missing typo and putting come comments crediting the author its a three second task...

Mythotical 07-22-2008 03:56 PM

SLR722: Why don't you? I do things a certain way, I don't update a mod 3 or 4 times in a day, I would prefer 1 large update to handle many fixes. Another thing, I have put over 5 months of work into this mod so doing these little updates isn't really worth it when I plan to have another update anyway. I never told peeps they couldn't email me, I said no PM's so those wishing to get support via email are more than welcome to email me or go to my site. I have posted my email 3 times so not much else I can do there. And yes I do mind you asking, why, because you haven't even clicked install for the mod so you'll never know when I update as I send update emails.

joey: Not too sure why your having the issue with inactive modules. Once I release the FULL update then if it still doesn't work we will try to get it working again.

avitor 07-22-2008 04:46 PM

hi steve
is some solution for this error?
Quote:

Warning: main(/includes/adminfunctions_template.php): failed to open stream: No such file or directory in [path]/admincp/nmaps.php on line 22

Fatal error: main(): Failed opening required '/includes/adminfunctions_template.php' (include_path='.:/usr/local/lib/php') in /home/content/a/v/i/aviturpiya/html/akotel.co.il/akotelforums/admincp/nmaps.php on line 22
if you can fix this problame by login to my admin panel please let me to know this and i send to you my admin login detailes to your privet messages box
thanks

SLR722 07-22-2008 05:02 PM

It gives me the (admin) the permissions page when I try to access root/nmaps.php

??

Mythotical 07-24-2008 06:04 PM

avitor: View this post: https://vborg.vbsupport.ru/showpost....&postcount=378 download the file and upload to your /admincp/ directory overwriting the existing file.

avitor 07-24-2008 06:41 PM

hi steve
thanks for fix the fule
now is works bat is not shows hebrew language
i install to my site more d 10 hacks and all works ok whet hebrew languges
i think nead change somthing in some file
i dont find what to change
another problem
i try to add new story and is no box for to add the story in self.only title box is shows
you can see this here http://www.akotel.co.il/akotelforums...tory&news_id=1
is enable for visitors

thank you for your time

ade5675 07-25-2008 01:50 AM

Quote:

Originally Posted by ade5675 (Post 1577325)
I have version 2.0.5.
When I upgraded my vB to 3.7.2 the main nmaps page is showing nothing except the vB menu integrated into it. It was working before. And the latest is not a fix for it either.

Is there a way around this or just upgrade hoping it will solve it.


Same problem after I upgraded to 2.0.7
I can't get in admincp of nmaps and the main page is blank

bebeko 07-25-2008 02:25 PM

Custom BB Codes not working

trigon 07-26-2008 11:37 AM

Quote:

Originally Posted by ade5675 (Post 1583507)
Same problem after I upgraded to 2.0.7
I can't get in admincp of nmaps and the main page is blank

Its a Typo in the Admincp nmaps.php file, read it here: https://vborg.vbsupport.ru/showpost....&postcount=385

ade5675 07-26-2008 02:14 PM

I uninstalled and uploaded the nmaps file from the link below
https://vborg.vbsupport.ru/showpost....&postcount=378

Then I tried to re-install using the nmaps but I get another error while installing it.

Quote:

Parse error: syntax error, unexpected '?', expecting T_VARIABLE or '$' in /home/wazob3/public_html/mysite/admincp/nmaps.php on line 161

ade5675 07-26-2008 06:00 PM

I figured it out and want to share the solution to all. I worked for me and I hope to does for others. They are all typo issues as discussed. Once corrected, you're good to go assuming you are using the nmaps file in the link below.
https://vborg.vbsupport.ru/showpost....&postcount=378

Hope it helps.


- Edit the nmaps file in the admincp
- look at line 161 (in the section - EDIT CATEGORIES INDEX )
- Change the last word from eval($?ook) to eval($hook)
- Go to line 245 (in the section - DISPLAYS INACTIVE MODULES IF THERE ARE ANY)
- take out the '?' at the beginning of the line.
- Save
- Back up your database
- Uninstall and reinstall nmaps.
- Upload your backup database (if you have articles/news before)


Line 161
Look for this
PHP Code:

 ($hook vBulletinHook::fetch_hook('nmaps_admin_edit_cat_start')) ? eval($?ook) : false

Change to this
PHP Code:

 ($hook vBulletinHook::fetch_hook('nmaps_admin_edit_cat_start')) ? eval($hook) : false



Line 245
Look for this
PHP Code:

?                        $cell[0] = $modtitle

Take out the ?
PHP Code:

 $cell[0] = $modtitle


oz_girl 07-27-2008 12:46 AM

reserved for when all bugs are fixed :)

paulvev 07-27-2008 06:43 PM

Me too. Reserved for when its actually ready.
Too many bugs in this thread for me to commit. However, when its ready to go...this is going to be one awesome popular mod! VBulletin needs something like this!

Mythotical 07-28-2008 07:09 PM

For future reference, its not too many bugs, its a fact I left my laptop in the middle of typing and my youngest daughter typed on it and I didn't realize it. So that was my fault. Other than those typos this mod works 100%. But right now I'm swamped with work, getting ready for a promotion at work so my time online is limited. I am taking a vacation from work Aug. 8th so I expect to have released a new version by then.

Mythotical 07-28-2008 07:12 PM

Ok I have updated the faq from the original post to reflect those that have provided fixes or uploaded files. I do apologize heavily for the delay in releasing the new version but getting a promotion at work is something I have been working towards for the past year.

Thanks for your patience.

ade5675 07-28-2008 10:42 PM

Quote:

Originally Posted by Steve M (Post 1586171)
For future reference, its not too many bugs, its a fact I left my laptop in the middle of typing and my youngest daughter typed on it and I didn't realize it. So that was my fault. Other than those typos this mod works 100%. But right now I'm swamped with work, getting ready for a promotion at work so my time online is limited. I am taking a vacation from work Aug. 8th so I expect to have released a new version by then.


You are doing an excellent job here. This mod is great and we all appreciate the good job you are doing. Keep it up :up:

MartynL 07-29-2008 05:50 AM

I get this error

Warning: main() [function.main]: open_basedir restriction in effect. File(/includes/adminfunctions_template.php) is not within the allowed path(s): (/home/diablo:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in [path]/admincp/nmaps.php on line 22

Warning: main(/includes/adminfunctions_template.php) [function.main]: failed to open stream: Operation not permitted in [path]/admincp/nmaps.php on line 22

Fatal error: main() [function.require]: Failed opening required '/includes/adminfunctions_template.php' (include_path='/usr/lib/php:.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/diablo/public_html/premiershipchat.net/admincp/nmaps.php on line 22

Mythotical 07-29-2008 02:52 PM

MartynL: You have open_basedir restriction, if you are on a VPS or Dedicated Server, you need to open your php.ini file and turn that off otherwise you need to contact your host regarding turning off open_basedir restriction.

ade: Thanks, hopefully with this new release everyone will be excited.

dbigras 07-30-2008 03:13 AM

Man, this is a complicated mod to install..

When I try to go in Manage Modules, I get this error:

Warning: mysql_query() [function.mysql-query]: Access denied for user 'user'@'localhost' (using password: NO) in [path]/admincp/nmaps.php on line 229

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/nmaps.php on line 229

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in [path]/admincp/nmaps.php on line 230

The installation went well. The tables are created. I can modify settings and categories, but not modules.

Also, when I try to launch nmaps.php from a browser, I get a permission denied from Vbulletin. Maybe it's because I didn't modify any modules?

Also, are there any options in VBulletin Options or just in the NMAPS menu?

Thanks for helping.

Virulent1 07-30-2008 07:39 PM

I uninstalled it, and its still showing up in the AdminCP, and I am getting sql errors when trying to switch a user from a moderator to banned? How do I fix this/remove the script completely?


All times are GMT. The time now is 08:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01584 seconds
  • Memory Usage 1,841KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete