This topic has 5 replies, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #170331
     dios1demonio0
    Participant

    Hi my site is using company demo as based template, by my customer request I moved the wordpress site to an alias in this URL:

    http://www.latamcinemashow.com/vista2016/

    Every is working fine, except some visual aspect is not working, my be it is syles? for example the triangle usually divides the main background at the begining is not visible.

     

    Any clue? i have seen this problem before, may be is common, I appreciate your help, best regards and wishes.

    sebastian

    #170379
     Kieran_SQ
    Moderator

    Hi @dios1demonio0,

    I have looked at your site and found you’re getting quite a few error 500’s

    COPY CODE
    (index):139 GET http://www.latamcinemashow.com/wp-content/uploads/2016/09/Logo-PNG2-01.jpg 500 (Internal Server Error)
    (index):204 GET http://www.latamcinemashow.com/wp-content/uploads/2016/01/first_section_white_triangle.png?id=7829 500 (Internal Server Error)
    (index):204 GET http://www.latamcinemashow.com/wp-content/uploads/2016/01/pink_triangle.png?id=7832 500 (Internal Server Error)
    (index):138 GET http://www.latamcinemashow.com/wp-content/uploads/2015/11/schedule4-01.jpg?id=8693 500 (Internal Server Error)
    q @ (index):138
    p.checkImageForCriticality @ (index):138
    (anonymous) @ (index):138
    onload @ (index):256
    (index):138 GET http://www.latamcinemashow.com/wp-content/uploads/2016/01/dark-blue-triangle.png?id=7831 500 (Internal Server Error)
    q @ (index):138
    p.checkImageForCriticality @ (index):138
    (anonymous) @ (index):138
    onload @ (index):256
    (index):138 GET http://www.latamcinemashow.com/wp-content/uploads/2016/01/map.png?id=7837 500 (Internal Server Error)
    q @ (index):138
    p.checkImageForCriticality @ (index):138
    (anonymous) @ (index):138
    onload @ (index):256
    (index):138 GET http://www.latamcinemashow.com/wp-content/uploads/2015/11/fondo-trade-show6-01.jpg?id=8609 500 (Internal Server Error)
    q @ (index):138
    p.checkImageForCriticality @ (index):138
    (anonymous) @ (index):138
    onload @ (index):256
    (index):138 GET http://www.latamcinemashow.com/wp-content/uploads/2015/11/tradeShow22.jpg?id=8234 500 (Internal Server Error)
    q @ (index):138
    p.checkImageForCriticality @ (index):138
    (anonymous) @ (index):138
    onload @ (index):256
    (index):138 GET http://www.latamcinemashow.com/wp-content/uploads/2015/11/village3.jpg?id=7876 500 (Internal Server Error)
    q @ (index):138
    p.checkImageForCriticality @ (index):138
    (anonymous) @ (index):138
    onload @ (index):256
    (index):138 GET http://www.latamcinemashow.com/wp-content/uploads/2015/11/tradeShow6.jpg?id=7877 500 (Internal Server Error)
    q @ (index):138
    p.checkImageForCriticality @ (index):138
    (anonymous) @ (index):138
    onload @ (index):256
    Logo-PNG2-01.jpg:1 GET http://www.latamcinemashow.com/wp-content/uploads/2016/09/Logo-PNG2-01.jpg 500 (Internal Server Error)
    Image (async)
    loadLogoImg @ app.min.js?ver=4.0.8:1
    notReadyInit @ app.min.js?ver=4.0.8:1
    (anonymous) @ app.min.js?ver=4.0.8:1
    (anonymous) @ app.min.js?ver=4.0.8:1
    Favicom2-01.jpg:1 GET http://www.latamcinemashow.com/wp-content/uploads/2016/09/Favicom2-01.jpg 500 (Internal Server Error)

    When you changed the location did you update the following with new information?

    – WP-Admin > Settings > General Settings > “WordPress Address (URL)”
    – WP-Admin > Settings > General Settings > “Site Address (URL)”

    Thanks,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #170389
     dios1demonio0
    Participant

    Thank you Kleran,
    Yes I have changed it updating database before,
    In general settings both fields are grayed out and set to http://www.latamcinemashow.com/vista2016
    It seems to be ok.

    In the errors you sent to me, the path is invalid, it is missing the new path /vista2016, do you known where they are stored?

    thank you again

    #170392
     Kieran_SQ
    Moderator

    Hi,

    When you updated the database was it just the options table or did you also do a search and replace for latamcinemashow.com to latamcinemashow.com/vista2016/ ?

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #170412
     dios1demonio0
    Participant

    Thank you very much, your response give me a clue, there is missing updates

    I have excecuted the following and every is working fine now.

    UPDATE wp_options SET option_value = replace(option_value, ‘http://www.latamcinemashow.com/’, ‘http://www.latamcinemashow/vista2016/’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;

    UPDATE wp_posts SET guid = replace(guid, ‘http://www.latamcinemashow.com/’,’http://www.latamcinemashow.com/vista2016/’);

    UPDATE wp_posts SET post_content = replace(post_content, ‘http://www.latamcinemashow.com/’, ‘http://www.latamcinemashow.com/vista2016/’);

    UPDATE wp_postmeta SET meta_value = replace(meta_value,’http://www.latamcinemashow.com/’,’http://www.latamcinemashow.com/vista2016/’);

    Thank you very much

    #170413
     Kieran_SQ
    Moderator

    Fantastic 🙂

    Glad it’s all worked out now

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?