I was adding banners for the link code page, I've got the banners right in the admin panel but they won't show on the link page.
Also now I have way too many link codes on the link code page all the codes are the text link code my banner codes aren't there at all. I have no idea what I did but I must have done something. I'm a do it youselfer because I'm trying to learn more about this script. Once again I thought I was smarter than I am.
thrown in /home/bgciwqbk/public_html/sources/user_cp/link_code.php on line 115
[10-Mar-2014 13:56:00 Australia/Victoria] PHP Fatal error: Uncaught exception 'UnexpectedValueException' with message 'DirectoryIterator::__construct(./images/extra/) [<a href='directoryiterator.--construct'>directoryiterator.--construct</a>]: failed to open dir: No such file or directory' in /home/bgciwqbk/public_html/sources/user_cp/link_code.php:115
Stack trace:
#0 /home/bgciwqbk/public_html/sources/user_cp/link_code.php(115): DirectoryIterator->__construct('./images/extra/')
#1 /home/bgciwqbk/public_html/sources/user_cpl.php(110): link_code->link_code()
#2 /home/bgciwqbk/public_html/index.php(353): user_cpl->user_cpl()
#3 {main}
thats whats in the error log.
In user_cpl.php
his is line 110 $page = new $page_name;
line 115 is just this }
this is in the link_code.php
line 115 $dir = new DirectoryIterator('./images/');
Can someone please give me an idea how to fix it.
Also now I have way too many link codes on the link code page all the codes are the text link code my banner codes aren't there at all. I have no idea what I did but I must have done something. I'm a do it youselfer because I'm trying to learn more about this script. Once again I thought I was smarter than I am.
thrown in /home/bgciwqbk/public_html/sources/user_cp/link_code.php on line 115
[10-Mar-2014 13:56:00 Australia/Victoria] PHP Fatal error: Uncaught exception 'UnexpectedValueException' with message 'DirectoryIterator::__construct(./images/extra/) [<a href='directoryiterator.--construct'>directoryiterator.--construct</a>]: failed to open dir: No such file or directory' in /home/bgciwqbk/public_html/sources/user_cp/link_code.php:115
Stack trace:
#0 /home/bgciwqbk/public_html/sources/user_cp/link_code.php(115): DirectoryIterator->__construct('./images/extra/')
#1 /home/bgciwqbk/public_html/sources/user_cpl.php(110): link_code->link_code()
#2 /home/bgciwqbk/public_html/index.php(353): user_cpl->user_cpl()
#3 {main}
thats whats in the error log.
In user_cpl.php
his is line 110 $page = new $page_name;
line 115 is just this }
this is in the link_code.php
line 115 $dir = new DirectoryIterator('./images/');
Can someone please give me an idea how to fix it.