[SOLVED] Homes stickies not saving
After a few hours of editing and tweaking I managed to get UberCMS 2 homes working. However, there is a slight problem.
Everything works fine except saving stickies. You can purchase them fine, they show up in the database as being purchased, you can place them and move them, but once you click save they don't show anymore. Yet they're still there in the database.
I'm not quite sure what it actually might be, here is the save.php file in /myhabbo/save.php
<?php if(!defined('NOWHOS')) { define('NOWHOS', true); } define('Xukys', t - Pastebin.com
You change back rounds and they save alright, purchasing items works fine as well, and all the tables are there in the database.
Any help? :P Cheers.
Re: [UBERCMS2] Homes stickies not saving
Open up chrome developers tools (f12) -> console -> Settings (grey gear) -> Check Console Log XMLHttpRequests and then try to save the stickies.
If you post it you can see the request being made. Use var_dump($_POST); to determine the $_POST variables so you can insert them with a query.
Re: [UBERCMS2] Homes stickies not saving
Cheers for your help man :) Fixed it like a charm, realized the query wasn't correct. MOD Please close thread.