Hey Kenneth, 
Thanks for the quick reply!! I fixed the problem for both of my 
issues..seems like every time I post here, I find the answer independently 
shortly after I post, so I apologize for wasting your time. I deployed on 
PythonAnywhere from these directions: 
https://help.pythonanywhere.com/pages/HowtouseMezzanineonPythonAnywhere/ 

And I forgot to give PA the path to my virtualenv..not really sure why that 
fixed my issues, but it did. 

Anyway, thanks a lot Kenneth and thanks to the whole Mezzanine community, 
you all have been incredibly helpful! 

If there are any opportunities to contribute to Mezzanine, I'd love to 
contribute! 

I'll go ahead and delete this post, if I can. 


On Wednesday, January 10, 2018 at 10:40:40 AM UTC-5, Kenneth Bolton wrote:
>
> Hi Aaron,
>
> Take a look at the `fabfile.py` to see if you missed any key deployment 
> steps. Stab in the dark, here, but my instincts say that you need to run 
> the `collectstatic` management command.
>
> hth,
> ken
>
> On Wed, Jan 10, 2018 at 10:31 AM, Aaron Wright <aaronw...@gmail.com 
> <javascript:>> wrote:
>
>> Hello!
>>
>> I just deployed a mezzanine site, everything in the admin works fine 
>> locally, but now that it's deployed I'm having 2 issues with the admin 
>> dashboard. First and most pressing, I can't seem to get any images to 
>> upload on any pages, like the gallery page, for example. 
>>
>> When I click to add a new image, a separate window opens, as usual. 
>> Everything works as expected until I click "Browse" and click the image I 
>> want to upload. 
>>
>> At that point, nothing happens and I get an error in the browser console 
>> that says: "TypeError: resultElement[0] is undefined". 
>>
>> I do see a warning in the server error logs that says: "FutureWarning: In 
>> future versions of filebrowser-safe, the `path` property will be absolute. 
>> To continue getting the same behavior please use the `name` property 
>> instead."
>>
>> Thought it may have something to do with having Debug = False, but I 
>> changed that to True and am still having the same issue. 
>>
>>
>> My 2nd issue is with getting TinyMCE to work on a RichText page. It's 
>> currently showing up as a normal text input field, no errors on the server, 
>> but one JS error in the browser console that says: "TypeError: 
>> $elements.tinymce is not a function". I may make a separate Post asking 
>> about this one, but I included it here since they are both JS errors, so 
>> they may or may not be related. 
>>
>>
>> Any thoughts? 
>>
>> Thanks in advance! 
>>  
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Mezzanine Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to mezzanine-use...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to