ERROR: Warning: Missing argument 1 for Concrete5_Library_View
Permalink
Getting this error when adding a new page and trying to access it.. No idea what this is?
Warning: Missing argument 1 for Concrete5_Library_View::url() in /home/fanman/public_html/concrete/core/libraries/view.php on line 523
Warning: Cannot modify header information - headers already sent by (output started at /home/fanman/public_html/concrete/core/libraries/view.php:523) in /home/fanman/public_html/concrete/core/libraries/controller.php on line 368
Warning: Missing argument 1 for Concrete5_Library_View::url() in /home/fanman/public_html/concrete/core/libraries/view.php on line 523
Warning: Cannot modify header information - headers already sent by (output started at /home/fanman/public_html/concrete/core/libraries/view.php:523) in /home/fanman/public_html/concrete/core/libraries/controller.php on line 368
You need to determine what�s calling url(). The problem isn�t in view::url(), but in whatever is calling it� probably a 3rd party block or addon or something.
xdebug will give you full stack traces, or you can hack your own with debug_backtrace() (i think that�s the name).
James
xdebug will give you full stack traces, or you can hack your own with debug_backtrace() (i think that�s the name).
James
<snip>
I updated to the latest version of C5 and that seems to have fixed the problem.. but the whole reason I started this was so that I could set up 404 redirects.. Originally I thought I had to put (ErrorDocument 404http://fanmaninc.com/redirect) in the htaccess file and create a page called redirect. Which was working before I upgraded. Since I upgraded it's taking me to this pagehttp://fanmaninc.com/index.php?cID=117... which when I go into the SITE MAP to customize the Page Not Found page the link to ADD TO MAIN doesn't work.. Is there no way to have the 404 ERROR (page not found) link to a customized page you set up or even the homepage?
Anyone?
Check the following basics first:
1) Have you modified your [root]/config/site_theme_paths.php file to point to your theme?
2) Have you made a copy of the [root]/concrete/single_pages/page_not_found.php file and put it into [root]/single_pages
3) Is your Overrides cache turned off so c5 will find your override version of the page_not_found.php file copied above.
4) Have you searched concrete5.org's How-to section for '404'.
5) Have you searched Google for an answer previously posted:http://bit.ly/1g9GR4U
1) Have you modified your [root]/config/site_theme_paths.php file to point to your theme?
2) Have you made a copy of the [root]/concrete/single_pages/page_not_found.php file and put it into [root]/single_pages
3) Is your Overrides cache turned off so c5 will find your override version of the page_not_found.php file copied above.
4) Have you searched concrete5.org's How-to section for '404'.
5) Have you searched Google for an answer previously posted:http://bit.ly/1g9GR4U
Hi,
I think posting issues at the job section is somehow inappropriate, you should ask for help at the other forums section. This is where people looking for hire someone...
I think posting issues at the job section is somehow inappropriate, you should ask for help at the other forums section. This is where people looking for hire someone...
I actually did post several things here looking to pay someone if I needed to .. and several generous people just gave me answers to the questions I was looking for. But that being said.. Anyone of the issues I post in this forum I would be willing to pay someone for their time if they asked. Posting in the regular forum doesn't ever seem to get any kind of a response at all.. so I'm just doing what I can to survive..
The reason you get more 'action' by routinely posting in the Jobs forum is because developers subscribe to this forum in hopes of picking up paying jobs. We don't subscribe to the regular forums and so we will likely miss any questions posted there unless they happen to be on the top of the heap when we land in the forums. I think if you are looking to hire someone from the Jobs forum you should start out your posts here with the words "I'm looking to hire someone...".
So i suppose the reason you post here is just because of faster response here? just imagine if everybody do the same...because all people that have problem want it solve asap (just like you)
Ok. Someone needs to let Concrete5 know that replying to these posts via email is no longer working.. It either shows up blank or not at all..
As I've already apologized for this in my last response to Mhawkes post and said I wouldn't do it again but it didn't show up.
On top of which I already did post that I would be willing to pay for someone to fix any of the issues I post to this forum.. I normally do post that when I post to this forum but I didn't happen to this time and that's why I apologized.
So again.. A. I would be willing to pay anyone for their time.. B. I'm sorry I didn't post that in this particular question. C. It won't happen again.
As I've already apologized for this in my last response to Mhawkes post and said I wouldn't do it again but it didn't show up.
On top of which I already did post that I would be willing to pay for someone to fix any of the issues I post to this forum.. I normally do post that when I post to this forum but I didn't happen to this time and that's why I apologized.
So again.. A. I would be willing to pay anyone for their time.. B. I'm sorry I didn't post that in this particular question. C. It won't happen again.
Is there a live URL to look at?