Jump to content

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. You could ellaborate on what you mean "slow"?
  2. So for me reading this your missing root.js or it does not have permission to read the root.js. Also I think ips included jQuery but it seems it does not load on nwoule guess due root.js Now since it does not load you will get the errors shown in the console. Try re upload all files and overwrite all old ones Now the topic is things are slow? Can you define slow? Like it only refreshes every 30 minutes or so? Or in what way is it slow? We are talking about different kinds of problems.
  3. They linking a movie like youtube or Uploading it like an attachment. If it's an attachment it's a few things 403 errors mean "no permissions / no access" this can then be a permission issue with uploads folder etc. Check that its CHOMOD 755 for the folder and subfolders etc. Can it also be the amount of upload they are allowed? Whats the max_post that you have set to allow?
  4. So try edit your php.ini file with something like this upload_max_filesize = 128M post_max_size = 128M memory_limit = 300M file_uploads = On max_execution_time = 180 Bit excessive but should work
  5. So what he ment was that thats what the error reads. It runs out of memory so you need to increase the memory you got for PHP in the php.ini. Using PHP will consume memory if its to little it won't run any good. Also windows is fine i presume your using XAMPP or a shared hosting ? or is this a localhost test enviroment ?
  6. Just to add to solution AdmincP > Customization > Your Theme > Edit > HTML & CSS > CSS > custom.css this is the location where to add the code
  7. Well your saying deny everything except if it's from up 69.69.69.69 So the cdn will not work So simple delete your htaccess and rebuild it in admincp > system > search engine optimisation
  8. So did you get it to work or what was the error with codemirror.js ?
  9. Does all 4 other themes have the same issue ? Does the default theme have the same issue ?
  10. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  11. Have you tried a different theme that'd possible 4.2 compatible just to ask? Have you done any special customization or plugins that is part of the threat / post?
  12. The reason its not going to work is that $stats is a variable for $stats['total_topics'] = \IPS\Db::i()->select( "COUNT(*)", 'forums_topics', array( 'approved = ?', 1 ) )->first(); Meaning the \IPS+DB::i means with IPS Database INSERT (i()) and SELECT "count everything" from forums_topic show it as an array first So your just saying $stats it doesn't know what your reffering too. The last line i posted is the way that $stats will work as it does the query.
  13. AdminCP > Customization > Toolbars > New Button Make it inline Then do for the big content box [hide] {content} [/hide] If you then select the text that will then be the content, and when you click the button it applies the hide before and after what you select. If none is selected it will just show hide and /hide. Icons can be found here http://www.iconarchive.com Hope this helps @Isabel
  14. I would not recommend have double cacheing. In theory let's say you have some bad cache, then that cache gets cached by cloud flare. I would turn off cloud flare caching and let ips handle just fat part. Also I think the lowest you can set the sidebar to update to is 30 seconds to one minute.
  15. Press f12 if your using chrome and check console for errors. Can also be inclosed tags in the theme.
  16. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  17. Just to add to this, it also depends if your using PAGES or if your making your own custom page (like a frontend etc) if so using the API is the way to go
  18. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  19. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  20. What it is asking for is where the files are located so mostly if its on the same server you would do /path/to/myBB/forum if its not on the same server, i would suggest make a copy of the files to your server, then use the path and the exeternal database
  21. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  22. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
×
×
  • Create New...