I am trying to create a new style template to change the look of some of my forums. When I go create new, and enter all the new colours and stuff and then hit update style settings, this is what I get...
Content-type: text/html
Software error:
Unable to open vars_style.cgi file for writing. at /home/bigjozzy/public_html/cgi-bin/cp_styles.cgi line 43.
I went to see the cp_styles.cgi line 43 and this is what I found
open (FILE, ">$vars_config{NonCGIPath}/styles/vars_style_$TemplateNumber.cgi") or die("Unable to open vars_style.cgi file for writing.");
It is trying to write to vars_style.cgi but when I went to look for this file I only found one called vars_style1.cgi!!! There was no vars_style.cgi, is this the problem? Is it trying to write to a file that does not exist? If so, how do I fix it, do I just change the name of the cgi file to vars_style1.cgi?
Please help me!
For help, please send mail to the webmaster giving this error message and the time and date of the error.
Could anyone please tell me what I need to do to fix this?
