smatin / smt2

Automatically exported from code.google.com/p/smt2
0 stars 0 forks source link

Fatal error: require_once() [function.require]: Failed opening required '/core/functions.php' (include_path='.:/usr/local/php5/lib/php') in /home/smt2/admin/sys/functions.php on line 38 #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install script(Create DB, configure config.php, upload to hosting)
2. Run install.php
3. And I have an error Fatal error: require_once() [function.require]: Failed 
opening required '/core/functions.php' 
(include_path='.:/usr/local/php5/lib/php') in /home/
smt2/admin/sys/functions.php on line 38

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Hosting GoDaddy

Please provide any additional information below.
What should I do?

Original issue reported on code.google.com by disert2...@gmail.com on 29 Mar 2011 at 7:59

GoogleCodeExporter commented 9 years ago
Did you download the SVN files or the ZIP ones?

Original comment by luis.lei...@gmail.com on 30 Mar 2011 at 8:31

GoogleCodeExporter commented 9 years ago
I download zip file ver. 2.0.2

Original comment by disert2...@gmail.com on 30 Mar 2011 at 9:03

GoogleCodeExporter commented 9 years ago
The problem was fixed in SVN r70 (Nov 22, 2010).

Solution: download the files from SVN. 

PS: I'll be dropping support for ZIP files, as fixing issues in SVN is really 
faster than in ZIP versions.

Original comment by luis.lei...@gmail.com on 30 Mar 2011 at 9:52

GoogleCodeExporter commented 9 years ago
smt2/admin/sys/functions.php on line 38 Change on this :
require_once REQUIRED.'/../../core/functions.php';

Original comment by aleksejs...@gmail.com on 21 Mar 2012 at 11:39