Re: [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages!
Quote:
Originally Posted by ZenLulz
I'm talking about a shared cache, not to actually connect them. They serve two different tasks, with the same database. That's it.
Ahh, I misunderstood you. Yeah a shared cache would be handy and fast, but doesn't C# have its own caching tools?
Still, how awesome would it be if we could integrate a CMS totally with an emulator. Like when you do something on the CMS the Emulator instantly notices without the use of MUS, and Sessions get stored and cached at the same place as the hoteldata of users to free up a lot of RAM and HDD.
03-04-14
seanrom
Re: [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages!
Quote:
Originally Posted by azaidi
Ahh, I misunderstood you. Yeah a shared cache would be handy and fast, but doesn't C# have its own caching tools?
Still, how awesome would it be if we could integrate a CMS totally with an emulator. Like when you do something on the CMS the Emulator instantly notices without the use of MUS, and Sessions get stored and cached at the same place as the hoteldata of users to free up a lot of RAM and HDD.
I can reveal that something like that is under development and it's fucking amazing!
The shells works perfectly, but I tried to use the default.rar files you sent, placed everything in the right location, but whenever i go to 'homes' in the account settings, or go to /home/(username here) by clicking 'my page', I get this error: http://prntscr.com/398krh
Nevermind! Realized i had to add an 'enum' column to the Users table, called show_email, ty.
12-04-14
Roderick
Re: [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages!
Quote:
Originally Posted by below50
The shells works perfectly, but I tried to use the default.rar files you sent, placed everything in the right location, but whenever i go to 'homes' in the account settings, or go to /home/(username here) by clicking 'my page', I get this error: http://prntscr.com/398krh
Nevermind! Realized i had to add an 'enum' column to the Users table, called show_email, ty.
Re: [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages!
Doesnt work here,
If i fill in the MySQL.txt it still says ''Warning: mysqli::mysqli() [mysqli.mysqli]: (28000/1045): Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\Boost\Library\MySql.php on line 11''
12-04-14
Roderick
Re: [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages!
Quote:
Originally Posted by Twan
Doesnt work here,
If i fill in the MySQL.txt it still says ''Warning: mysqli::mysqli() [mysqli.mysqli]: (28000/1045): Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\Boost\Library\MySql.php on line 11''
delete all cache after config :3
12-04-14
Twan
Re: [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages!
I did, but still isnt working.
12-04-14
azaidi
Re: [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages!
Quote:
Originally Posted by Twan
I did, but still isnt working.
Then you are using a wrong password. Do other CMSes work with the same mysql information? Your error just means your MySQL Database is not letting you in. Try using the new MySQL Community Server from the official website
12-04-14
Twan
Re: [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages!
Yes, other CMSes are working.
12-04-14
Stevehabbz
Re: [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages!
Quote:
Originally Posted by Twan
Yes, other CMSes are working.
Try change the hostname.
I mean in the config file try change this :