Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use an undefined value as an ARRAY reference #14

Open
cryptorick opened this issue Apr 24, 2016 · 2 comments
Open

Can't use an undefined value as an ARRAY reference #14

cryptorick opened this issue Apr 24, 2016 · 2 comments

Comments

@cryptorick
Copy link

Getting this with the current version of this plugin (just cloned it today):

$ ikiwiki --setup ../../*setup --render try.org 
Can't use an undefined value as an ARRAY reference at /home/rick/dev/newblog/.ikiwiki/IkiWiki/Plugin/new_org.pm line 55.

Wish I was a Perl dude; so I could troubleshoot it :(

Thanks for any hints.

@PaulHuygen
Copy link

I am stuck at the same issue. Sad.

@coelhudo
Copy link

coelhudo commented Sep 5, 2020

I was having the same problem. After digging a bit, I found that using the absolute path to the file instead of just using its name did the trick.

$ ikiwiki --setup ../../*setup --render /path/to/orgfile/try.org 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants