can't see conent after moving to new server - - joomla

I'm on joomla 2.5 and have just moved to a new server. Have transfered files and databases and updated configuration.php. The problem is that I see no content and in the backend when entering global configuration or an artcle all I see is a blank page. When enabling errors I get
Fatal error: Call to undefined function mb_strpos() in /home/wwwmyxol/public_html/myilioupolis.gr/templates/yoo_sync/layouts/module.php on line 118
Can you help please? Thank you

Related

Issue with joomla extensions

I'm having issues with a Joomla extension installation.
When I upload them it shows me an error:
Error Unable to find install package
I searched on google and have increased my upload limit
max_upload_size = 256M
But still have the same issue,anybody know how to resolve this thank you!
Error
Warning
JFTP: :mkdir: Bad response.
JFTP: :chmod: Bad response.
Component Install: Failed to create folder: /home/keramin1/public_html/components/com_uniterevolution.
Uploaded the files manually via ftp* when i go to discover and it shows the plugin then i press install it loads me this error
An error has occurred.
0 Call to a member function children() on null
Return to Control Panel
Disable FTP in your Joomla configuration settings and then try again. If you still have the problem, then this is likely a permission issue. Make sure that your Joomla instance (web server) is able to write to the tmp folder.

Running wordPress blog site in IIS (Windows Server)

I recently switched my site from Linux to Windows Server. In my old site there were WordPress Blog directory. For this I first uploaded entire blog directory to my new server & created database. Then re-configured database connection settings in wp-config file & uploaded it. All worked fine but when I clicked on any links in my blog first it takes too much time to get load(almost 2mins) & when loading finish it off then it shows me this error
PHP Warning: file_exists(): open_basedir restriction in effect.
File(/home/brandst1k/public_html/blog/wp-content/uploads/2016/08) is
not within the allowed path(s):
(G:/PleskVhosts//brandstik.in\;C:\Windows\Temp) in
G:\PleskVhosts\brandstik.in\httpdocs\blog\wp-includes\functions.php on
line 1492 PHP Warning: is_dir(): open_basedir restriction in effect.
File(/home/brandst1k/public_html/blog/wp-content/uploads/2016) is not
within the allowed path(s):
(G:/PleskVhosts//brandstik.in\;C:\Windows\Temp) in
G:\PleskVhosts\brandstik.in\httpdocs\blog\wp-includes\functions.php on
line 1497 PHP Warning: is_dir(): open_basedir restriction in effect.
File(/home/brandst1k/public_html/blog/wp-content/uploads) is not
within the allowed path(s):
Original error link - http://www.brandstik.in/blog/solar-rechargeable-camping-lantern/
I can understand that there is server misconfiguration which throws this error. Now only concern is how to solve this?
I had the same issue as yours, it was caused because of the misconfiguration file directory.
All you could do to solve this is add this code in your wp-config.php file.
define('WP_TEMP_DIR','/tmp')
This did work for me.

Internal server error when enable CCC in advance parameter->performance in prestashop

I'm using prestashop 1.6, for reducing loading time of website I enabled all CCC in advance parameter->performance in backoffice.
Now I'm getting 500-internal server error in front and back-office.
when I open my front office it's getting 500-internal server error. Even now I can't able to disable CCC in backoffice, when I click advance parameter->performance getting 500 internal server error.
I cleared caches in browser and in my files also but it's not working.
Tell me how can I disable CCC.
Values are stored at database, at table
PREFIX_configuration
Set value 0 for the following keys:
PS_CSS_THEME_CACHE
PS_JS_THEME_CACHE
You could also turn on debugging to see why it's returning a 500 error: https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/
my problem got solved it is simple i just removed old .htaccess file in website and added new .htaccess file. now it is working fine...

Error loading in Magento admin

When I load my Magento admin I get the error.
Fatal error: Call to a member function isLoggedIn() on a non-object
in /home/xxx/public_html/app/code/community/TM/Core/Model/Observer.php
on line 12
I think it happened when I replaced some files somewhere in app/code/...
I’m really stuck on this and need desperate help.
Error is in your extension file TM/Core/Model/Observer.php
Disable extension and check after refresh cache
This was fixed by the Full Page Cache Extension people.
I don't know what they did but it was their extension which broke my magento however they fixed it for me right away

My website is throwing "PHP Fatal error: Call to undefined method CI_Lang::lang()"

I created a website using CodeIgniter Framework 2.1.0 that was originally working well. Yesterday, I integrated this i18n code into the site for multi-language support.
Now, when I upload my site to cpanel and open it, I get this error in my log file:
[21-Nov-2011 10:19:04] PHP Fatal error: Call to undefined method CI_Lang::lang() in XXXX
However, the website is working well on my localhost server (xampp for Windows). What's wrong?
See the thread attached to the library: http://web.archive.org/web/20120112092127/http://codeigniter.com/forums/viewthread/179036. In the first post is attached a modified library that claims to alleviate the buggyness of the original.
There is also a post on the first page there referencing an error similar to yours:
After copying the files as described in the article I get the
following error: Fatal error: Call to undefined method
CI_Lang::CI_Lang() in
/www/websites/audio-machinery/application/core/MY_Lang.php on line 32
Though he seems to be calling CI_Lang, not Lang. His solution appears to have been to use the code attached to the forum thread.
Also, cpanel is a control panel for hosting, not a hosting provider. But your hosting provider may be causing issues (e.g. if using older versions of PHP which do not work with newer version of CI. Often hosting providers will give you the ability to choose which version of PHP you are using--usually found in cPanel).
have you uploaded ALL the new files to your live server? that error implies that the code is not found or available to the script.
I came accross the same problem.... it was working fine on localhost but when loaded on live server it gives me undefined error... the problem appears becuase I created file with name My_Lang.php and My_Config.php as on live server it is case sensitive.... so I changed it to MY_Config.php and MY_Lang.php .... it works fine now.... Hope it will work for you too

Resources