-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Quote:
Originally Posted by
LeChris
Depends on your CHMOD, I modified Anx so that user only works for the Linux IP. Hopefully everyone else is smart enough to CHMOD properly, or have a good user setup
When creating web applications for people, NEVER assume people will be smart enough to do that.
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Can you upload this folder?
Code:
http://swfs.anxrp.com/rageweb
This CMS cant load from you :)
Thanks
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
-
1 Attachment(s)
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Hi, i have get this error
Attachment 156098
please, show me how to fix
thanks you very much:)
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Hi, thanks for your work and for you release!
I try to edit this cms to adapt to my preferences, and for registration I have some troubles.
I want to remove the conditions about the dash in the nick
Quote:
if (substr_count($request->input('username'), '-'))
When this IF/Else condition, i get an Whoops, looks like something went wrong.
Can you tell me how to fix this problem please? Thanks
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
The real question is, where Retaliation 2 at? haha
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Quote:
Originally Posted by
LeChris
Thanks for your answer! It's exaclty what i've done, the query is correctly executed, the row is adedd in the DB, but I've this whoops error :/
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Quote:
Originally Posted by
LeChris
Make sure users have a default homeroom via database (default) in home_room column
i have tested, but cant fix it :(
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
It would, just don't rely on sweetalert. I told Charlie to stop using that crap months ago.
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Black client :$:
Using the same SWF you provided.
Any ideas?
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Quote:
Originally Posted by
Millian
Black client :$:
Using the same SWF you provided.
Any ideas?
Here is an idea, how about you post in the help section instead of the release one? Just to get you in the right lane. http://forum.ragezone.com/f333/
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Quote:
Originally Posted by
Funsolit
Sorry
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Very Nice work I'm going to use this thanks alot 10/10
- - - Updated - - -
Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or '$' in C:\xampp\htdocs\index.php on line 10
can someone tell me how to fix this?
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Quote:
Originally Posted by
LeChris
You need Xampp with PHP version 5.6
Progress on retaliation 2?
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Fatal error: Call to undefined function Illuminate\Foundation\Bootstrap\mb_internal_encoding() in /home/mybobbaf/public_html/vendor/compiled.php on line 1910
I'm from France and the line "1910" of this code :
mb_internal_encoding('UTF-8');
HELPPP
-
Re: Retaliation - RoleplayCMS - Laravel 5.1 - RageRP
Quote:
Originally Posted by
Swayn
Fatal error: Call to undefined function Illuminate\Foundation\Bootstrap\mb_internal_encoding() in /home/mybobbaf/public_html/vendor/compiled.php on line 1910
I'm from France and the line "1910" of this code :
mb_internal_encoding('UTF-8');
HELPPP
Did you enable extension mbstring.dll in you php.ini?