Appnitro Software Forums » MachForm

CSS Warning Message

(11 posts)
  • Started 1 year ago by bulabone
  • Latest reply from baradigicode

  1. Ive Created a form, saved it, now am trying to edit CSS. When I click on "Edit CSS" I get the Warning message:

    Warning: file_get_contents(./data/form_3/css/view.css) [function.file-get-contents]: failed to open stream: No such file or directory in D:\Hosting\5596945\html\machform\edit_css.php on line 51

    Then i have a blank box where it looks like there should be some kind of CSS for me to edit.

    This is my first time using this. Is this normal?

    Thanks

    So i also tried to input some CSS(ie font, color)and I get:

    *
    An error occured while saving

    Unable to write into CSS file. Please check your file permission.

    But all my permissions are fine. Any Ideas?

    Posted 1 year ago #
  2. Are you permissions set to 777? This error occurs from having incorrect permissions or your config file is corrupt or incorrect.

    Regards,

    Saghalie
    http://www.kcmhosting.com

    Posted 1 year ago #
  3. my permissions are set to read and wright on my godaddy hosting account. Those are the only options i have. It does not give the "execute" permission as an option. I use Dreamweaver for my FTP client, but it doesnt allow me to change the settings there.

    Posted 1 year ago #
  4. Mostly the problem come from "safe mode" setting. Try to make sure your web server not running on safe mode.
    However, since the "view.css" file not exist in form css folder, I'm afraid you should copy that file manually. Try to copy "view.css" file to this path "./data/form_3/css"

    If the problem still persist, please email me your FTP login info to

    customer.service[at]appnitro.com

    I need to check it further

    Posted 1 year ago #
  5. "./data/form_3/css" path does not exist. do i need to make this path manualy?

    The path i have is "/data/.htaccess"

    Posted 1 year ago #
  6. Yes, you should create it first

    Posted 1 year ago #
  7. ok so i created the path manualy and copied over "view.css". I can see the css info now, but nothing happens when i make changes. I even went into the remote "view.css" file manualy and made changes. Still nothing

    Im just trying to change the color of the font

    Posted 1 year ago #
  8. bulabone -- I've replied to your support ticket and fixed the problem. Please check my email for more details.

    Posted 1 year ago #
  9. hallo everyone.
    I have the same problem, i can not modify my css file.
    I created the folder /data/form_1/css and then i copied in it view.css but nothing: my manual changes of that file are invisibles.
    What i have to do now?
    Thanks :)

    Posted 1 year ago #
  10. Are you sure the form id is correct ? If it's already correct, you should able to see the css code when go to "css" menu.

    Then you can try to run this SQL from your mysql database administration / phpMyAdmin

    update ap_forms set form_has_css = 1 where form_id = 1 ;
    Posted 1 year ago #
  11. Thanks, i solved my problem as simple as possible, with the css.
    Thanks again.
    Best regards

    Andrea

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.