Jump to content

Missing Editor and lots of errors in Dev Console


flashpoint

Recommended Posts

Hi there,

I've just installed a fresh IPB on my website, however, the editor box is missing when trying to make a new thread. I've checked apache/nginx error logs and there is nothing.

However, when I check the dev console on Google Chrome I get bunch of 404 errors for some reason...

Quote

?do=add:44 GET https://community.website.com/applications/core/interface/ckeditor/ckeditor/skins/ips/editor.css?t=JB2E net::ERR_ABORTED 404
?do=add:80 GET https://community.website.com/uploads/css_built_1/62e269ced0fdab7e30e026f1d30ae516_forums.css.5d6ea3c64401df74503477196442becd.css?v=5fb26fce12 net::ERR_ABORTED 404
?do=add:82 GET https://community.website.com/uploads/css_built_1/76e62c573090645fb99a15a363d8620e_forums_responsive.css.c8d84a7b1f5cd122a11693065c2b5833.css?v=5fb26fce12 net::ERR_ABORTED 404
?do=add:2273 GET https://community.website.com/uploads/javascript_global/root_library.js.2ee10f6c7248c43e5cad535a79a926ab.js?v=5fb26fce12 net::ERR_ABORTED 404
?do=add:2282 GET https://community.website.com/uploads/javascript_core/global_global_core.js.57beb3fd851515dcd360db4646c751c0.js?v=5fb26fce12 net::ERR_ABORTED 404
?do=add:2273 GET https://community.website.com/uploads/javascript_global/root_library.js.2ee10f6c7248c43e5cad535a79a926ab.js?v=5fb26fce12 net::ERR_ABORTED 404
root_js_lang_1.js.7a8d048d6f67d8de17a0d36948afaf5c.js?v=5fb26fce12:1 Uncaught ReferenceError: ips is not defined
    at root_js_lang_1.js.7a8d048d6f67d8de17a0d36948afaf5c.js?v=5fb26fce12:1
(anonymous) @ root_js_lang_1.js.7a8d048d6f67d8de17a0d36948afaf5c.js?v=5fb26fce12:1
root_framework.js.995213c1c125b170899a28216eee5786.js?v=5fb26fce12:1 Uncaught ReferenceError: ips is not defined
    at root_framework.js.995213c1c125b170899a28216eee5786.js?v=5fb26fce12:1
(anonymous) @ root_framework.js.995213c1c125b170899a28216eee5786.js?v=5fb26fce12:1
?do=add:2273 GET https://community.website.com/applications/core/interface/font/icomoon.woff?v=-29n77j net::ERR_ABORTED 404
?do=add:2282 GET https://community.website.com/uploads/javascript_core/global_global_core.js.57beb3fd851515dcd360db4646c751c0.js?v=5fb26fce12 net::ERR_ABORTED 404
root_front.js.59a1d22735e8b497e19301794ec22300.js?v=5fb26fce12:13 Uncaught ReferenceError: jQuery is not defined
    at root_front.js.59a1d22735e8b497e19301794ec22300.js?v=5fb26fce12:13
(anonymous) @ root_front.js.59a1d22735e8b497e19301794ec22300.js?v=5fb26fce12:13
front_front_widgets.js.7e36e6c2b335ebf16d5247e94efc3288.js?v=5fb26fce12:7 Uncaught ReferenceError: jQuery is not defined
    at front_front_widgets.js.7e36e6c2b335ebf16d5247e94efc3288.js?v=5fb26fce12:7
(anonymous) @ front_front_widgets.js.7e36e6c2b335ebf16d5247e94efc3288.js?v=5fb26fce12:7
jquery-ui.js?v=5fb26fce12:6 Uncaught ReferenceError: jQuery is not defined
    at jquery-ui.js?v=5fb26fce12:6
    at jquery-ui.js?v=5fb26fce12:6
(anonymous) @ jquery-ui.js?v=5fb26fce12:6
(anonymous) @ jquery-ui.js?v=5fb26fce12:6
jquery-touchpunch.js?v=5fb26fce12:31 Uncaught ReferenceError: jQuery is not defined
    at jquery-touchpunch.js?v=5fb26fce12:31
(anonymous) @ jquery-touchpunch.js?v=5fb26fce12:31
front_front_core.js.fce6ca4f7a42764ab8497fc5b0dc122e.js?v=5fb26fce12:2 Uncaught ReferenceError: jQuery is not defined
    at front_front_core.js.fce6ca4f7a42764ab8497fc5b0dc122e.js?v=5fb26fce12:2
(anonymous) @ front_front_core.js.fce6ca4f7a42764ab8497fc5b0dc122e.js?v=5fb26fce12:2
?do=add:2312 Uncaught ReferenceError: ips is not defined
    at ?do=add:2312
(anonymous) @ ?do=add:2312
?do=add:2411 Uncaught ReferenceError: ips is not defined
    at ?do=add:2411
(anonymous) @ ?do=add:2411
?do=add:2282 GET https://community.website.com/applications/core/interface/font/icomoon.ttf?v=-29n77j net::ERR_ABORTED 404

 

I've tried Googling this symphony but I only found a fix for IPB 3. I am using PHP 7.3.11 with FPM & Apache. After using the Support tool in AdminCP it completely broke the website and there is no CSS whatsoever. I've tried doing a fresh install twice with no luck.

 

I'd appreciate all the help that I can get. Thank you.

 

(and now I can't modify this thread to fix the quote... 😕 Sorry.)

Link to comment
Share on other sites

It looks like you are missing many files. I would ensure your directories are writable correctly by the webserver, and that you have uploaded ALL of your files. For instance, the editor javascript and CSS under /application/core/... would be included with your download and not written upon install or upgrade, so that would indicate you may not have transferred all of your files via FTP to your server (or that some of your files have permissions set which do not allow them to be accessed via the web).

Link to comment
Share on other sites

11 hours ago, bfarber said:

It looks like you are missing many files. I would ensure your directories are writable correctly by the webserver, and that you have uploaded ALL of your files. For instance, the editor javascript and CSS under /application/core/... would be included with your download and not written upon install or upgrade, so that would indicate you may not have transferred all of your files via FTP to your server (or that some of your files have permissions set which do not allow them to be accessed via the web).

Weird, I've downloaded the package directly from my client panel. The only difference is that I've used the "Include Converters" option. I'll redownload the software again without the converters and I'll update my post with results.

 

Edit: No luck, I overwrote all the files with a fresh download of the suite and still lots of 404 errors. The only error that the support tool is showing is no cURL installed:

 

Quote

 

Server Requirements

Your server does not meet our recommendations. This may prevent you from upgrading to future versions of Invision Community.

  • You do not have the cURL PHP extension loaded or it is running a version less than 7.36. Enabling the cURL module provides a more efficient and reliable library for making connections from your website to other websites.

You should contact your hosting provider or system administrator and ask them to resolve these issues.

 

 

I highly doubt that this is whats causing all my issues. I also have no upload errors/failed transfers on my Filezilla whatsoever.

 

Edit 2:

 

Removed everything from server, installed cURL,reuploaded the files, installed everything on a new database. No errors now. 😄 Everything seems to function now! (it is possible that the migration tool broke stuff, don't really want to try again though. Lol)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...