alex809
Junior Member
Posts: 14
Joined: Oct 2012
Reputation: 0
|
[SOLVED] MyCMS problem
OK guys so i installed MyCMS mod and followed the PDF readme but when i try to load the page i get a 404 error.
The readme says:
Code:
Installation: .
1) Upload all files, keeping file structure intact.
2) Active MyCMS from the plugin manager
3) “Site Management” should now be a tab in your ACP
Usage:
Create pages, and then go to
http://yoursite.com/forums/PAGE FILENAME.html
Notes:
• Within blocks and PHP pages, you may use PHP.
• To use a block with a page or template, simply place the block name in {} braces.
• When creating a template, place {content} where you wish your page content to show.
• The media manager currently only supports .jpg, .png and .gif images
• Logging can be disabled from within the settings.
• Within templates, you can place {pageName} to get the page’s name.
OK so i did all that. But once i create the page it says to go to "http://yoursite.com/forums/PAGE FILENAME.html" so i created a page named "test" and therefore it should be "http://yoursite.com/forums/test.html" but when i load this up i get
Code:
Not Found
The requested URL /mybb/test.html was not found on this server.
So what is the correct way to use this mod? I have tried many combinations in making an html page in this mod and not one have worked i just got the 404 error.
Please help..
|
|
| 10-30-2012, 02:55 PM |
|
alex809
Junior Member
Posts: 14
Joined: Oct 2012
Reputation: 0
|
RE: MyCMS problem
Can someone help me here since this mod is a MyBB Source modification? i would love to get some help on a modification that someone created on their own website like come on guys.
I need to have this fixed. I mean i'm developing a completely different style now and ill integrate it with MyBB but still i wanna use this possibly in the future on another website if i come up with another idea. Please help me out here, I would love to continue using mods from here but if i cant get any support on them from a developer or tester that helped with the mod before its release then i would have to get my mods elsewhere.
Please help me here...
|
|
| 10-31-2012, 02:05 PM |
|
Nickman
Manager
Posts: 2,661
Joined: May 2008
Reputation: 69
|
RE: MyCMS problem
Make sure you dealt with mod rewrite
Ie look to make sure the .htaccess file is updated
|
|
| 11-03-2012, 03:16 AM |
|
soumikatoz
Junior Member
Posts: 1
Joined: Nov 2012
Reputation: 0
|
RE: MyCMS problem
i also have this prob
|
|
| 11-03-2012, 09:37 PM |
|
alex809
Junior Member
Posts: 14
Joined: Oct 2012
Reputation: 0
|
RE: MyCMS problem
I had also tried this on a live server and had the same issue even after having the correct .htaccess file. I followed all the steps given in the PDF file and on the Mod Download page here.
|
|
| 11-04-2012, 03:56 AM |
|
Aastra94
Junior Member
Posts: 18
Joined: Nov 2012
Reputation: 0
|
RE: MyCMS problem
I also have this problem. I have tried so many ways, couls someone help?
|
|
| 11-04-2012, 12:52 PM |
|
Nickman
Manager
Posts: 2,661
Joined: May 2008
Reputation: 69
|
|
| 11-06-2012, 03:38 AM |
|
alex809
Junior Member
Posts: 14
Joined: Oct 2012
Reputation: 0
|
RE: MyCMS problem
Nope. I get this.
Code:
Demo Board
You do not have permission to access this page. This could be because of one of the following reasons:
Your account has either been suspended or you have been banned from accessing this resource.
You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action.
Your account may still be awaiting activation or moderation. (Resend Activation Code)
You have accessed this page directly rather than using appropriate forms or link.
You are currently logged in with the username: 'alex809'
I also get the same error with just /pages.php
The .htacess file is correct i believe. When its named ".htaccess" the file is a firefox document in my localhost and just does nothing but when i name it ".htacess" the file type becomes a .htacess file type but also seems to have the same effect. Does nothing.
Any way to fix this? I couldn't find anything on permissions in the ACP for this mod anywhere.
|
|
| 11-07-2012, 02:36 PM |
|
Nickman
Manager
Posts: 2,661
Joined: May 2008
Reputation: 69
|
RE: MyCMS problem
The permissions are where you create a page. Make sure you select the administrators group and that You have the post count required
|
|
| 11-08-2012, 02:07 AM |
|
alex809
Junior Member
Posts: 14
Joined: Oct 2012
Reputation: 0
|
RE: MyCMS problem
(11-08-2012 02:07 AM)Nickman Wrote: The permissions are where you create a page. Make sure you select the administrators group and that You have the post count required
Yes this part i know of. When i created the page i had selected every group in the selection and set the minimum posts required to 0.
I still get the same thing.
here's the permissions in my forum:
Code:
"http://localhost/mybb/pages.php?p=archives"
Demo Board
You do not have permission to access this page. This could be because of one of the following reasons:
Your account has either been suspended or you have been banned from accessing this resource.
You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action.
Your account may still be awaiting activation or moderation. (Resend Activation Code)
You have accessed this page directly rather than using appropriate forms or link.
You are currently logged in with the username: 'alex809'
Code:
"http://localhost/mybb/test.html"
Not Found
The requested URL /mybb/test.html was not found on this server.
|
|
| 11-08-2012, 01:30 PM |
|