I keep getting password or username is wrong please try again when the password is correct. Any ideas? help?
I also regsiter off the website and it doesnt put it in the Database.
I keep getting password or username is wrong please try again when the password is correct. Any ideas? help?
I also regsiter off the website and it doesnt put it in the Database.
@nukehead1
Refresh the page, you will get logged in. Hope I helped ya
@nukehead1
I am sorry to hear that, but MapleBit is in Beta, errors are going to be encountered, report the error to Greenelfx.
When did you download the website? This issue was resolved a while ago.
EDIT: Hey! Looks like you're right. Working on this now.
EDIT3: Found a fix.
EDIT4: This problem has been fixed. I thought I had fixed it earlier, but now it is definitely fixed :P
EDIT2: Added further comment improvements:
![]()
Last edited by greenelfx; 12-01-14 at 04:27 PM.
I agree that the design needs a lot more work, but I'm not a designer. This is what I'll have to make do with until either I get a friend to design it for me, or someone wants to give it a shot. Until then, there's a lot of functionality that I want to write. One of the goals of this project is to help me learn more about programming, which is why I'm focusing a lot on functionality.
EDIT:
Author now gets passed to the quoting function! Also made the date show up in a nicer way (more readable way)
EDIT2 (1/14): Won't be making any exciting updates this week, working on fixing up some bugs. So far, I've fixed several installation bugs, UCP editing bugs, ticket creation bugs, and more to come as I discover them.
Last edited by greenelfx; 14-01-14 at 11:19 PM.
Forget what I said about no cool updates this week.
Here's what I've been working on lately:
Explanation: The Admin panel checks github for an update (using json api)
@greenelfx
I got these errors with the newest version.
( ! ) Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\wamp\www\sources\admin\main.php on line 21 Call Stack # Time Memory Function Location 1 0.0007 258976 {main}( ) ..\index.php:0 2 0.0979 552464 include( 'C:\wamp\www\sources\admin\main.php' ) ..\index.php:39 3 0.0996 559096 file_get_contents ( ) ..\main.php:21
( ! ) Warning: file_get_contents(https://api.github.com/repos/greenelf/maplebit/tags): failed to open stream: Invalid argument in C:\wamp\www\sources\admin\main.php on line 21 Call Stack # Time Memory Function Location 1 0.0007 258976 {main}( ) ..\index.php:0 2 0.0979 552464 include( 'C:\wamp\www\sources\admin\main.php' ) ..\index.php:39 3 0.0996 559096 file_get_contents ( ) ..\main.php:21
It appears that openssl isn't enabled on your webserver, so I'm assuming you're using wamp/xampp.
To solve this, go to wamp/bin/apache/apache2.4.version/bin/php.ini
Remove the ; before extension=php_openssl.dll
;extension=php_openssl.dll
to
extension=php_openssl.dll
I'll be adding a check to see if file_get_contents and openssl are enabled in the coming revisions.
@greenelfx
Thanks it worked. :)
No problem, glad I could help with this CMS!
Brought further CKEditor integration today with inline editing (with ajax).
Click the text
Reload, and voila.
What is can be used for:
Enjoy!
edit: This is potentially unsafe, but I will be doing some research on making this more secure.
edit2: fixed
Added comment feedback bars to news, events, and gmblogs. Also removed some pesky font color tags.
Here's what it looks like:
As you can see, the users are angry! This is reflected in the status bar above:
![]()
Last edited by greenelfx; 19-01-14 at 06:14 PM.