- Posts: 18
COMMUNITY FORUM
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Quickstart problem
- Mike
-
Topic Author
- Offline
- New Member
Except that I have no usaer name and password to access the backend.
How can I set that?
I already looked in configuration.php and also in php admin pk7ip_users and changed values there.
But still cannot log in.
I am sure I am overlooking something...
BTW: thank you for those georgous templates with beautiful design and perfect features plus a superb support!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
The username is admin. You must have set a password in the installation process and forgot it.
You can recover the admin password through your db.
docs.joomla.org/Resetting_a_user_password
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mike
-
Topic Author
- Offline
- New Member
- Posts: 18
But here the admin won't open, while the frontend is valiable.
Ps. have look in the attached screenshot (sent by mail) - off course I finally changed to my real password ;-)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
a) Enable error reporting from the configuration.php file
Edit the file and add one of the following numeric values for $error_reporting, which equals to the PHP’s error constants:
-1 = 0 : No error reporting.
30711 = E_ALL & ~(E_NOTICE|E_WARNING) : All errors reporting. No warnings or notices.
30711 = E_ALL & ~E_NOTICE : All errors and warnings reporting. No notices.
30719 = E_ALL : All errors, warnings and notices reporting.
32767 = E_ALL | E_STRICT : All errors, warnings, notices and strict standards reporting.
b) Send me the URL and credentials of the administrator area.
c) If you haven't edited it delete it and start over (optional of course :) ).
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mike
-
Topic Author
- Offline
- New Member
- Posts: 18
In between I am installing your templates from scratch and that works fine.
But I want stiil one version with the quickstart files for me to learn and for my clients as as sample.
Did I understand you right with this:
Either I edit the configuration.php with one f the lines above ?
or
Just install new/again?***
But in that case: as I remember I've got no request to set an admin paasword or did i overlook that?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
The optiona a and b are for troubleshooting.
c is optional should be used if a corrupt/ unusable package was uploaded.
Sometimes it is better to delete and reupload because a faulty installation might cause issues later on when you have spent hours and hours upon you site.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
In case you are using PHP 5.5 you should downgrade to 5.4
The error I see
HP Fatal error: Call to a member function getCharset() on a non-object in /var/www/vhosts/mgfm-media.nl/blog/installation/framework/application/application.php on line 292
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mike
-
Topic Author
- Offline
- New Member
- Posts: 18
do you mean php or database version? :
This is my system information I can see at lifestyle.claire-fisher.net:
Database Version 5.5.38-0ubuntu0.12.04.1
Database Collation utf8_general_ci
PHP Version 5.3.10-1ubuntu3.11
Please Log in or Create an account to join the conversation.
- Mike
-
Topic Author
- Offline
- New Member
- Posts: 18
I tried a complete fresh upload and install of a demosite (this time I tried nuMagazine) for the domain blog.claire-fisher.net.
But again after 3 trials it failed with the message:
Error displaying the error page: Application Instantiation Error
It is not very important to me, as fresh installations of the native template wrok fine.
But I am just curious where my mistake is...
Please Log in or Create an account to join the conversation.
- Mike
-
Topic Author
- Offline
- New Member
- Posts: 18
The question is how?
I would be really very curious what I did wrong in the beginning.
However - this topic is solved
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
explains the issue. It was something with your db permissions.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mike
-
Topic Author
- Offline
- New Member
- Posts: 18
Please Log in or Create an account to join the conversation.
- Mike
-
Topic Author
- Offline
- New Member
- Posts: 18
I have done nothing after succesful installation and was only surfing thorugh your other templates to look which i should apply to 3 different projects.
When I turned back to the frontend of lifestyle... I first got an error page and at reaload nothing anymore. In the backend I got this error message:
0 SQL=SELECT u.id AS value, u.name AS text FROM vtwiq_users AS u INNER JOIN vtwiq_content AS c ON c.created_by = u.id GROUP BY u.id, u.name ORDER BY u.name
It is strange as all my other joomla installations run well on the same server and also the 'native' installations of your template work well.
So what can be the case???
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
forum.joomla.org/viewtopic.php?t=791765
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mike
-
Topic Author
- Offline
- New Member
- Posts: 18
Right now I am trying to reinstall the demo site again and when I checked the configuration.php I see there databse settings:
public $dbtype = 'mysqli';
public $host = 'localhost';
public $user = 'templates';
public $password = xxxxx
I assume I have to exchange this against my own database settings - right?
Any more clues?
Please Log in or Create an account to join the conversation.
- Mike
-
Topic Author
- Offline
- New Member
- Posts: 18
Unfortunately it was too early too joy, as my server crashed, what I suspect it came by a problem uploading the last nuevo.
However I am again struggling with the upload of nuevo quickstart page at blog.claire-fisher.net
I read and studied the facbok explanation for the Application Instantiation Error! and tried to check my confiiguration.php
But now the site shows up nothing anymore - just a blank page???
I am really down as I cannot find the cause.
Would you please helpm me and check what is wrong
.I can send you acees again if you send me a mail
Please helo as I am really desperate
Please Log in or Create an account to join the conversation.
- Mike
-
Topic Author
- Offline
- New Member
- Posts: 18
ERROR: Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_1c2_0.MYI' (Errcode: 122) (Pdo.php:234)
Could this be be the reason for the problems installing quickstart?
kb.sp.parallels.com/en/122303
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.