-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Hejula
You could host the images yourself, the zap.mn server might slow down during heavy load times
Hey cheers for a quick reply!
Im not sure but i think i am hosting the images. How can i find this out?
Thanks.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jewix
Hey cheers for a quick reply!
Im not sure but i think i am hosting the images. How can i find this out?
Thanks.
Go onto the hotel and view the source of the page and if it says zap.mn for anything then the images are hosted on Zap's server
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Hejula
Go onto the hotel and view the source of the page and if it says zap.mn for anything then the images are hosted on Zap's server
Everythings hosted by me. Hm out of ideas what it could be as to why its so slow loading.. I dont suppose you know a fix for Client to work in IE do you?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jewix
I think this CMS is fantastic, I have been RevCMS for 6 months, and i wouldnt dare to change but i have changed to this, and best change ever, but there are just a few problems, I dont know if these are commons errors that have no fix but if there id really be greatful some help with it.
- The Login, i seem to have to login twice before i can get in.
- The pages are running very slow, takes ages to load, anything i can do to improve performance?
Apart from all that, its fantastic, Keep up the good work and thank you!
Try using Apache webserver to fix the load times, as for the login issue, all I can guess is that the URL you're logging in on is different to the WWW config variable set in system_config.php so it has to reload the page. Try looking into that
Quote:
Originally Posted by
Jewix
Everythings hosted by me. Hm out of ideas what it could be as to why its so slow loading.. I dont suppose you know a fix for Client to work in IE do you?
You could always block IE.
PHP Code:
if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) {
die('Please use <a href="http://google.com/chrome">Google Chrome</a>.');
}
Quote:
Originally Posted by
Hejula
Go onto the hotel and view the source of the page and if it says zap.mn for anything then the images are hosted on Zap's server
As of 2.0.1 the images are local
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Jonteh
Try using Apache webserver to fix the load times, as for the login issue, all I can guess is that the URL you're logging in on is different to the WWW config variable set in system_config.php so it has to reload the page. Try looking into that
You could always block IE.
PHP Code:
if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) {
die('Please use <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'google.com', '/chrome']);" rel="nofollow" href="http://google.com/chrome">Google Chrome</a>.');
}
As of 2.0.1 the images are local
Block IE because you can't fix the client, good work.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
My homes don't work/
Home bug. It shows:
Quote:
UberCMS has encountered an error
Duplicate entry '1' for key 'PRIMARY'
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Client don't work for me, im sure the whole config is correct..
And everything..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Upload the downloads to Mediafire
Thank you
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
DaiMinzz1
Client don't work for me, im sure the whole config is correct..
And everything..
Look also once to other threads more people have this problem.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
It's not hard to figure it all out. We managed to get everything working just fine. We even added all the backgrounds and stickers in the homes shop.
Just look at the code and find out whats wrong.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
love the config file easy to use!
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
EthanTBH
love the config file easy to use!
Can you upload it too mediafire for me!
Thanks
ModdingCommunityHD
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ModdingCommunityHD
Can you upload it too mediafire for me!
Thanks
ModdingCommunityHD
It comes with the CMS..
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Leon
It comes with the CMS..
No, it wont let me download UberCMS 2! it would be really helpful if someone uploads it too another file host.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ModdingCommunityHD
No, it wont let me download UberCMS 2! it would be really helpful if someone uploads it too another file host.
Here ya go buddy:
Mirror UBERCMS: UberCMS-2-0-1-PL1.zip
Mirror UBERCMS DB: UberCMS-2-0-1-DB.zip
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
I am getting an emulator error. I am using Phoenix 3.7.4 (latest edition) and at first when I ran it after running the sql, I as getting a cmd_update_redeemcredits and then I fixed that, but now I'm getting this error with cmd_update_texts.
I tried running the entire permissions_users from the SQL that comes with the Phoenix download, but still doesn't work.
Image: View hwGkV0.png on ScreenSnapr
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Bow
I am getting an emulator error. I am using Phoenix 3.7.4 (latest edition) and at first when I ran it after running the sql, I as getting a cmd_update_redeemcredits and then I fixed that, but now I'm getting this error with cmd_update_texts.
I tried running the entire permissions_users from the SQL that comes with the Phoenix download, but still doesn't work.
Image:
View hwGkV0.png on ScreenSnapr
Database error, nothing to do with the CMS.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
please help error i get
Notice: Constant LB already defined in C:\xampp\htdocs\global.php on line 120
Notice: Constant INCLUDES already defined in C:\xampp\htdocs\global.php on line 121
UberCMS has encountered an error
Access denied for user 'uber_two'@'localhost' (using password: YES)
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ljosh
please help error i get
Notice: Constant LB already defined in C:\xampp\htdocs\global.php on line 120
Notice: Constant INCLUDES already defined in C:\xampp\htdocs\global.php on line 121
UberCMS has encountered an error
Access denied for user 'uber_two'@'localhost' (using password: YES)
Read the damn error.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
PR0
OMG, thank you so much!
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
Hejula
Database error, nothing to do with the CMS.
Then it has to do with his sql he released because I ran it and I got a cmd_update_redeemcredits error first. And then I ran a query from the original SQL that Phoenix comes with and it went away. But when you go to housekeeping, and click update texts, it says "cmd_update_texts" doesn't exist EVEN when you use just his SQL he released.
Quote:
Originally Posted by
ljosh
please help error i get
Notice: Constant LB already defined in C:\xampp\htdocs\global.php on line 120
Notice: Constant INCLUDES already defined in C:\xampp\htdocs\global.php on line 121
UberCMS has encountered an error
Access denied for user 'uber_two'@'localhost' (using password: YES)
Make your database is changed to yours, and not the ones that comes in the download.... not that hard. Anytime you see the "access denied for use 'dbname'@'localhost' (using password: YES) means your information is wrong and it's not able to connect.
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Where do i change the Homes Stickers/backgrounds URL ?
And imager.php (it's showing from ZAP)
Homes don't save :@...
Loading for hours
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
ѕнαнєєм
Homes don't save :@...
Loading for hours
http://forum.ragezone.com/f353/rel-d...ml#post7052177
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]
Quote:
Originally Posted by
leenster
Thanks. Like+rep.
Do you know where i can edit the URL of the stickers and backgrounds xD?
-
Re: [REL/DEV] UberCMS 2 [PHP, MySQL, OOP]