This is a discussion on PHP Error - Lanuage Module within the Site design forums, part of the General category; Hi - settig up my first Nuke website - I'm very excited, is a whole new learning experience however I've ...
Hi - settig up my first Nuke website - I'm very excited, is a whole new learning experience however I've hit a stumbling block. I've being trying to install a nuke theme. When I point my homepage to .../index.php I receive the following error: "Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home/hughies/public_html/mainfile.php on line 163
Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home/hughies/public_html/mainfile.php on line 163
Warning: main(): Failed opening 'language/lang-.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hughies/public_html/mainfile.php on line 163"
I have trying debugging and it seems that variable $module is not getting populated - I tried forcing it to value 'english' but to no avail.
Any suggestions would be much appreciated.
Cheers
Hughie
No - sorry for not making it clear, this is my first time trying to load up the entire site - here the link to see teh way it looks: http://207.58.134.134/~hughies/index.php
Compare the files you have on your pc where you unzipped Nuke with what is on the server, you seem to be missing some files on the server, remember that images must be uploaded in binary mode and php, html and txt files in ascii mode. Folders must be chmod to 755 and files to 644. I include a few links to tutorials for these in case you are not familiar with the terms, by the way did you create the database tables?
Hi guys
firstly thanks for all the help!!! I have got it going up until seeting up the 'Super User'. For some reasons every time I enter it the details it returns to my admin.php page and says no Super User created please create one now.
Anyone got any ideas?!?!?! :?