zimmerman-team / RVO-IATI-PORTAL

This was the RVO IATI data visualisation portal based on OIPA, the IATI data-engine
0 stars 1 forks source link

constants.php file missing #1

Closed linksmith closed 6 years ago

linksmith commented 6 years ago

I'm trying to get a clone of this site up and running, but have run into this error (below). It seems like the constants file is missing. Could you let me know where I can find this file, of if I am doing something wrong? Thanks.

( ! )  Warning: include(constants.php): failed to open stream: No such file or  directory in  /......../header.php on  line 37
--

1 | 0.0023 | 353936 | {main}(  ) | .../index.php:0
2 | 0.0051 | 355856 | require( '/......../wp/wp-blog-header.php' ) | .../index.php:5
3 | 0.1827 | 19284536 | require_once( '/......../web/wp/wp-includes/template-loader.php' ) | .../wp-blog-header.php:19
4 | 0.1897 | 19487800 | include( '/......../web/app/themes/RVO-IATI-PORTAL/index.php' ) | .../template-loader.php:74
5 | 0.1897 | 19487800 | get_header(  ) | .../index.php:1
6 | 0.1897 | 19489456 | locate_template(  ) | .../general-template.php:41
7 | 0.1911 | 19489552 | load_template(  ) | .../template.php:647
8 | 0.1935 | 19501520 | require_once( '/......../web/app/themes/RVO-IATI-PORTAL/header.php' ) | .../template.php:688
linksmith commented 6 years ago

Hi there, I just found the file in another project, and fixed the problem: https://github.com/zimmerman-zimmerman/OPENAID-IATI-PORTAL

Maybe you should add it to this repo too. Thanks.

stephanoshadjipetrou commented 6 years ago

Thanks @jeremy-c . The file is added so I'm closing the issue.