Testing on staging site
-
Hi
I am trying to replicate PHP actions on an updated wordpress site.
Here https://www.tanatoriossanantonio.com/hoy-despedimos-a/ a plugin that is old is used (exec-php) that doesn’t work with PHP 7.4. So, I have set up a staging site to try and find a new way to maintain the system where our client publishes (and deletes) entries almost daily. They fill out a form that uploads data to a database that is “called” on to that page, to display the information they entered.
Now, what I am trying is to create PHP code shortcodes to implement in that page, but I am not having luck.
I tried pasting the entire code into a “universal code fragment”, but nothing appears on the page.
I get this error for example:
require_once(): Failed opening required ‘conexion.php’ (include_path=’.:/usr/home/sys/phpfarm/inst/php74/pear/php/’)
but i don’t know what path it’s looking for.
I then tried creating smaller PHP fragments, and they aren’t showing up either…
Do you think this is because it is a staging site??
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.